By type
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-04-30T14:49:05.558Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-6cd46f8fc4-xkqsr with PID 14 (/app/app.jar started by so in /app)
2021-04-30T14:49:05.564Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-30T14:49:05.564Z||main|||||INFO|500||The following profiles are active: basic
2021-04-30T14:49:12.802Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-30T14:49:12.802Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-30T14:49:12.875Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-30T14:49:14.299Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-30T14:49:14.450Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-30T14:49:14.852Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-30T14:49:14.859Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-30T14:49:14.942Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-30T14:49:15.093Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-30T14:49:15.490Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-30T14:49:16.315Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-30T14:49:18.222Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-30T14:49:18.259Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-30T14:49:18.709Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-30T14:49:18.866Z||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-04-30T14:49:19.999Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-30T14:49:20.879Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-30T14:49:20.895Z||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$$1b4077b3.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-04-30T14:49:20.896Z||main|||||WARN|500||The sdc end point is not alive
2021-04-30T14:49:23.053Z||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-04-30T14:49:25.039Z||main|||||WARN|500||---
2021-04-30T14:49:25.039Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-30T14:49:25.039Z||main|||||WARN|500||---
2021-04-30T14:49:25.330Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-30T14:49:28.368Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:49:28.369Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:49:28.371Z||main|||||INFO|500||Started Application in 24.727 seconds (JVM running for 25.852)
2021-04-30T14:49:28.381Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:49:28.434Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:49:28.513Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b79e77b7-8608-42ab-9645-efad49b7bcfe url= /sdc/v1/artifactTypes
2021-04-30T14:49:28.514Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:49:29.589Z||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.27.101] 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-04-30T14:49:29.593Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@486f0334
2021-04-30T14:49:29.593Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:49:29.601Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:49:29.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:49:29.605Z||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-04-30T14:50:18.363Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:50:18.364Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:50:18.365Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:50:18.370Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:50:18.379Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 961825f8-b3db-40f0-8f9e-05a29c2736c0 url= /sdc/v1/artifactTypes
2021-04-30T14:50:18.380Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:50:19.411Z||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.27.101] 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-04-30T14:50:19.412Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9cfae
2021-04-30T14:50:19.412Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:50:19.413Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:50:19.413Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:50:19.414Z||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-04-30T14:51:08.363Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:51:08.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:51:08.364Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:51:08.367Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:51:08.373Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e6c22c93-f663-4388-8e19-dc174462c3c3 url= /sdc/v1/artifactTypes
2021-04-30T14:51:08.373Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:51:09.396Z||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.27.101] 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-04-30T14:51:09.397Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5697533c
2021-04-30T14:51:09.397Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:51:09.398Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:51:09.398Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:51:09.399Z||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-04-30T14:51:58.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:51:58.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:51:58.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:51:58.366Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:51:58.371Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bc9e9fa5-95a0-4868-bc25-a1db1f6101e7 url= /sdc/v1/artifactTypes
2021-04-30T14:51:58.371Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:51:59.380Z||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.27.101] 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-04-30T14:51:59.380Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e510373
2021-04-30T14:51:59.380Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:51:59.381Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:51:59.381Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:51:59.382Z||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-04-30T14:52:48.364Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:52:48.365Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:52:48.365Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:52:48.369Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:52:48.378Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fc68c904-8023-46a6-9ef1-cb2041b6f05e url= /sdc/v1/artifactTypes
2021-04-30T14:52:48.378Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:52:49.395Z||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.27.101] 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-04-30T14:52:49.396Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7eafe1bf
2021-04-30T14:52:49.396Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:52:49.396Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:52:49.396Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:52:49.397Z||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-04-30T14:53:38.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:53:38.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:53:38.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:53:38.367Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:53:38.372Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e83372eb-f8b0-4f1f-9292-1321f9cbfdfa url= /sdc/v1/artifactTypes
2021-04-30T14:53:38.372Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:53:39.411Z||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.27.101] 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-04-30T14:53:39.411Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@596a5b94
2021-04-30T14:53:39.412Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:53:39.412Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:53:39.412Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:53:39.412Z||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-04-30T14:54:28.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:54:28.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:54:28.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:54:28.365Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:54:28.370Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f409cd90-8ca2-4635-9fb9-1a830b18e5c4 url= /sdc/v1/artifactTypes
2021-04-30T14:54:28.371Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:54:29.395Z||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.27.101] 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-04-30T14:54:29.396Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1909cdaf
2021-04-30T14:54:29.396Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:54:29.397Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:54:29.397Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:54:29.397Z||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-04-30T14:55:18.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:55:18.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:55:18.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:55:18.365Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:55:18.370Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 462d3755-f2b8-46e6-86d1-b0baef5f1049 url= /sdc/v1/artifactTypes
2021-04-30T14:55:18.370Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:55:19.379Z||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.27.101] 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-04-30T14:55:19.379Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@68077271
2021-04-30T14:55:19.380Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:55:19.380Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:55:19.380Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:55:19.380Z||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-04-30T14:56:08.364Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:56:08.366Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:56:08.366Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:56:08.370Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:56:08.379Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e3277f3b-de54-4319-91a2-8a7a5aee78ef url= /sdc/v1/artifactTypes
2021-04-30T14:56:08.379Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:56:09.396Z||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.27.101] 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-04-30T14:56:09.397Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@117e1deb
2021-04-30T14:56:09.398Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:56:09.398Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:56:09.398Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:56:09.399Z||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-04-30T14:56:58.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:56:58.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:56:58.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:56:58.367Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:56:58.372Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= db88b591-2816-4368-b98d-2dd07b19200f url= /sdc/v1/artifactTypes
2021-04-30T14:56:58.373Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:56:59.415Z||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.27.101] 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-04-30T14:56:59.416Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3084a3a3
2021-04-30T14:56:59.416Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:56:59.417Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:56:59.417Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:56:59.417Z||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-04-30T14:57:48.363Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:57:48.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:57:48.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:57:48.365Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:57:48.368Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7b9862ee-0732-48df-a1b6-152b0649113d url= /sdc/v1/artifactTypes
2021-04-30T14:57:48.368Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:57:49.395Z||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.27.101] 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-04-30T14:57:49.395Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2587023e
2021-04-30T14:57:49.396Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:57:49.396Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:57:49.396Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:57:49.396Z||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-04-30T14:58:38.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:58:38.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:58:38.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:58:38.365Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:58:38.372Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7c81531a-600c-4817-a7ec-2fd67481363e url= /sdc/v1/artifactTypes
2021-04-30T14:58:38.372Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:58:39.416Z||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.27.101] 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-04-30T14:58:39.417Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@34b6c438
2021-04-30T14:58:39.417Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:58:39.417Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:58:39.418Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:58:39.418Z||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-04-30T14:59:12.438Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-30T14:59:28.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:59:28.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:59:28.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:59:28.365Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:59:28.370Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b4f5e530-7adb-4ab3-a00e-9b8b173d41ab url= /sdc/v1/artifactTypes
2021-04-30T14:59:28.371Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:59:29.399Z||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.27.101] 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-04-30T14:59:29.400Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a655a88
2021-04-30T14:59:29.400Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:59:29.400Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:59:29.400Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:59:29.400Z||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-04-30T15:00:18.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T15:00:18.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T15:00:18.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T15:00:18.365Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T15:00:18.370Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b2edcf89-a5a1-4268-b1a7-7dc9d17a6668 url= /sdc/v1/artifactTypes
2021-04-30T15:00:18.370Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T15:00:19.380Z||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.27.101] 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-04-30T15:00:19.381Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ba2eedb
2021-04-30T15:00:19.381Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T15:00:19.381Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T15:00:19.382Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T15:00:19.382Z||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-04-30T15:01:08.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T15:01:08.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T15:01:08.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T15:01:08.365Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T15:01:08.371Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bd440cfe-a677-481c-8b34-84317849f474 url= /sdc/v1/artifactTypes
2021-04-30T15:01:08.371Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T15:01:09.395Z||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.27.101] 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-04-30T15:01:09.396Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7873defa
2021-04-30T15:01:09.396Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T15:01:09.396Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T15:01:09.396Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T15:01:09.396Z||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-04-30T15:01:58.363Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T15:01:58.364Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T15:01:58.364Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T15:01:58.367Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T15:01:58.372Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ebdfc879-e11f-4d14-9858-bc00c4c70c88 url= /sdc/v1/artifactTypes
2021-04-30T15:01:58.372Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T15:01:59.412Z||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.27.101] 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-04-30T15:01:59.413Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3fe528aa
2021-04-30T15:01:59.413Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T15:01:59.413Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T15:01:59.413Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T15:01:59.413Z||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-04-30T15:02:48.363Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T15:02:48.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T15:02:48.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T15:02:48.366Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T15:02:48.370Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 13d4e9f7-5e6b-462d-a34c-28a69718cef4 url= /sdc/v1/artifactTypes
2021-04-30T15:02:48.370Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T15:02:49.395Z||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.27.101] 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-04-30T15:02:49.395Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@369e76e0
2021-04-30T15:02:49.396Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T15:02:49.396Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T15:02:49.396Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T15:02:49.396Z||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-04-30T15:03:38.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T15:03:38.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T15:03:38.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T15:03:38.366Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T15:03:38.372Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d9c70e4b-9ecd-4aaa-9dc5-039b1837dbfd url= /sdc/v1/artifactTypes
2021-04-30T15:03:38.372Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T15:03:39.411Z||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.27.101] 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-04-30T15:03:39.412Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@45443a
2021-04-30T15:03:39.412Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T15:03:39.413Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T15:03:39.413Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T15:03:39.413Z||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-04-30T15:04:28.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T15:04:28.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T15:04:28.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T15:04:28.365Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T15:04:28.371Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 41a9a532-7105-42dc-89d3-7fb4f4ded1a9 url= /sdc/v1/artifactTypes
2021-04-30T15:04:28.371Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T15:04:29.395Z||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.27.101] 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-04-30T15:04:29.396Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@54144bed
2021-04-30T15:04:29.396Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T15:04:29.396Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T15:04:29.396Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T15:04:29.396Z||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-04-30T15:05:18.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T15:05:18.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T15:05:18.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T15:05:18.365Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T15:05:18.370Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4770a79e-a622-44d1-9281-26af49dc6374 url= /sdc/v1/artifactTypes
2021-04-30T15:05:18.370Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T15:05:19.415Z||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.27.101] 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-04-30T15:05:19.416Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@596b92e9
2021-04-30T15:05:19.416Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T15:05:19.416Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T15:05:19.416Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T15:05:19.417Z||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-04-30T15:06:08.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T15:06:08.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T15:06:08.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T15:06:08.366Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T15:06:08.371Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a001ec78-db37-4181-993a-bf95449a54a6 url= /sdc/v1/artifactTypes
2021-04-30T15:06:08.371Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T15:06:09.395Z||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.27.101] 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-04-30T15:06:09.396Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@150af3ac
2021-04-30T15:06:09.396Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T15:06:09.396Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T15:06:09.396Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T15:06:09.396Z||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-04-30T15:06:58.363Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T15:06:58.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T15:06:58.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T15:06:58.366Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T15:06:58.372Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e79ee3e9-1ac4-48a0-9ec8-f13c6d64f7c9 url= /sdc/v1/artifactTypes
2021-04-30T15:06:58.373Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T15:06:59.411Z||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.27.101] 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-04-30T15:06:59.412Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c132b30
2021-04-30T15:06:59.412Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T15:06:59.412Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T15:06:59.412Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T15:06:59.412Z||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-04-30T15:07:48.363Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T15:07:48.364Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T15:07:48.364Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T15:07:48.368Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T15:07:48.375Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f490efe2-9a7a-442a-a7d0-395158ea1078 url= /sdc/v1/artifactTypes
2021-04-30T15:07:48.376Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T15:07:48.571Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-30T15:07:48.581Z||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-04-30T15:07:48.607Z||scheduling-1|||||DEBUG|500||create keys
2021-04-30T15:07:48.614Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-30T15:07:48.653Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:07:48.667Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ed74005b-0063-4ddb-8af7-6d1bf1ccf94d url= /sdc/v1/registerForDistribution
2021-04-30T15:07:48.780Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ed74005b-0063-4ddb-8af7-6d1bf1ccf94d url= /sdc/v1/registerForDistribution
2021-04-30T15:07:48.780Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-30T15:07:48.787Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:07:48.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:07:48.792Z||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-04-30T15:07:48.792Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:07:48.792Z||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-04-30T15:07:48.793Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:07:48.793Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-30T15:07:59.056Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:07:59.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:08:48.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:08:48.788Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:08:48.787Z||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-04-30T15:08:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:08:48.788Z||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-04-30T15:08:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:08:58.344Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:08:58.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:09:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:09:48.787Z||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-04-30T15:09:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:09:48.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:09:48.789Z||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-04-30T15:09:48.789Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:09:58.343Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:09:58.343Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:10:48.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:10:48.787Z||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-04-30T15:10:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:10:48.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:10:48.789Z||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-04-30T15:10:48.789Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:10:58.349Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:10:58.351Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:11:48.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:11:48.787Z||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-04-30T15:11:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:11:48.787Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:11:48.788Z||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-04-30T15:11:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:11:58.340Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:11:58.341Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:12:48.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:12:48.787Z||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-04-30T15:12:48.787Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:12:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:12:48.788Z||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-04-30T15:12:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:12:58.341Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:12:58.342Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:13:48.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:13:48.787Z||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-04-30T15:13:48.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:13:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:13:48.788Z||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-04-30T15:13:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:13:58.339Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:13:58.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:14:48.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:14:48.787Z||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-04-30T15:14:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:14:48.788Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:14:48.789Z||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-04-30T15:14:48.789Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:14:58.333Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:14:58.339Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:15:48.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:15:48.787Z||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-04-30T15:15:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:15:48.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:15:48.788Z||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-04-30T15:15:48.789Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:15:58.335Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:15:58.339Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:16:48.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:16:48.787Z||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-04-30T15:16:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:16:48.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:16:48.788Z||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-04-30T15:16:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:16:58.333Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:16:58.334Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:17:48.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:17:48.788Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:17:48.788Z||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-04-30T15:17:48.788Z||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-04-30T15:17:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:17:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:17:58.338Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:17:58.338Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:18:48.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:18:48.788Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:18:48.788Z||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-04-30T15:18:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:18:48.788Z||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-04-30T15:18:48.789Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:18:58.339Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:18:58.340Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:19:48.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:19:48.787Z||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-04-30T15:19:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:19:48.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:19:48.788Z||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-04-30T15:19:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:19:58.356Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:19:58.357Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:20:48.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:20:48.787Z||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-04-30T15:20:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:20:48.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:20:48.788Z||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-04-30T15:20:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:20:58.334Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:20:58.339Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:21:48.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:21:48.787Z||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-04-30T15:21:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:21:48.787Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:21:48.788Z||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-04-30T15:21:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:21:58.337Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:21:58.338Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:22:48.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:22:48.787Z||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-04-30T15:22:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:22:48.788Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:22:48.788Z||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-04-30T15:22:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:22:58.330Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:22:58.330Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:23:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:23:48.787Z||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-04-30T15:23:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:23:48.788Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:23:48.789Z||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-04-30T15:23:48.789Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:23:58.330Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:23:58.332Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:24:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:24:48.787Z||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-04-30T15:24:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:24:48.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:24:48.788Z||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-04-30T15:24:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:24:58.332Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:24:58.332Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:25:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:25:48.787Z||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-04-30T15:25:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:25:48.788Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:25:48.788Z||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-04-30T15:25:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:25:58.330Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:25:58.360Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:26:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:26:48.787Z||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-04-30T15:26:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:26:48.788Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:26:48.788Z||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-04-30T15:26:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:26:58.337Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:26:58.348Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:27:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:27:48.787Z||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-04-30T15:27:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:27:48.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:27:48.788Z||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-04-30T15:27:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:27:58.343Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:27:58.345Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:28:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:28:48.787Z||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-04-30T15:28:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:28:48.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:28:48.788Z||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-04-30T15:28:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:28:58.330Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:28:58.331Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:29:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:29:48.787Z||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-04-30T15:29:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:29:48.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:29:48.788Z||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-04-30T15:29:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:29:58.334Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:29:58.335Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:30:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:30:48.787Z||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-04-30T15:30:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:30:48.787Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:30:48.788Z||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-04-30T15:30:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:30:58.331Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:30:58.334Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:31:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:31:48.787Z||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-04-30T15:31:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:31:48.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:31:48.788Z||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-04-30T15:31:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:31:58.339Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:31:58.340Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:32:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:32:48.788Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:32:48.789Z||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-04-30T15:32:48.789Z||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-04-30T15:32:48.789Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:32:48.789Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:32:58.336Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:32:58.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:33:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:33:48.787Z||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-04-30T15:33:48.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:33:48.788Z||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-04-30T15:33:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:33:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:33:58.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:33:58.329Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:34:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:34:48.787Z||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-04-30T15:34:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:34:48.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:34:48.788Z||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-04-30T15:34:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:34:58.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:34:58.332Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:35:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:35:48.787Z||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-04-30T15:35:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:35:48.788Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:35:48.788Z||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-04-30T15:35:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:35:58.330Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:35:58.331Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:36:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:36:48.787Z||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-04-30T15:36:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:36:48.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:36:48.788Z||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-04-30T15:36:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:36:58.332Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:36:58.336Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:37:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:37:48.787Z||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-04-30T15:37:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:37:48.787Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:37:48.788Z||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-04-30T15:37:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:37:58.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:37:58.326Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:38:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:38:48.787Z||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-04-30T15:38:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:38:48.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:38:48.788Z||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-04-30T15:38:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:38:58.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:38:58.328Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:39:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:39:48.787Z||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-04-30T15:39:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:39:48.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:39:48.788Z||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-04-30T15:39:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:39:58.331Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:39:58.333Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:40:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:40:48.787Z||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-04-30T15:40:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:40:48.787Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:40:48.788Z||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-04-30T15:40:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:40:58.332Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:40:58.332Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:41:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:41:48.787Z||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-04-30T15:41:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:41:48.788Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:41:48.788Z||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-04-30T15:41:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:41:58.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:41:58.333Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:42:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:42:48.787Z||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-04-30T15:42:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:42:48.788Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:42:48.788Z||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-04-30T15:42:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:42:58.333Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:42:58.333Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:43:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:43:48.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:43:48.788Z||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-04-30T15:43:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:43:48.788Z||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-04-30T15:43:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:43:58.335Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:43:58.335Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:44:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:44:48.788Z||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-04-30T15:44:48.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:44:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:44:48.788Z||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-04-30T15:44:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:44:58.327Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:44:58.328Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:45:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:45:48.788Z||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-04-30T15:45:48.788Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:45:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:45:48.788Z||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-04-30T15:45:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:45:58.331Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:45:58.332Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:46:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:46:48.787Z||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-04-30T15:46:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:46:48.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:46:48.788Z||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-04-30T15:46:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:46:58.332Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:46:58.335Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:47:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:47:48.787Z||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-04-30T15:47:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:47:48.788Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:47:48.788Z||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-04-30T15:47:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:47:58.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:47:58.335Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:48:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:48:48.786Z||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-04-30T15:48:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:48:48.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:48:48.788Z||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-04-30T15:48:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:48:58.331Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:48:58.332Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:49:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:49:48.786Z||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-04-30T15:49:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:49:48.787Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:49:48.788Z||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-04-30T15:49:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:49:58.327Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:49:58.334Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:50:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:50:48.788Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:50:48.788Z||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-04-30T15:50:48.788Z||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-04-30T15:50:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:50:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:50:58.335Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:50:58.336Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:51:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:51:48.787Z||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-04-30T15:51:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:51:48.787Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:51:48.788Z||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-04-30T15:51:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:51:58.327Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:51:58.333Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:52:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:52:48.787Z||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-04-30T15:52:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:52:48.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:52:48.788Z||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-04-30T15:52:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:52:58.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:52:58.335Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:53:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:53:48.787Z||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-04-30T15:53:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:53:48.787Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:53:48.788Z||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-04-30T15:53:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:53:49.310Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:53:49.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "clamp",
"timestamp": 1619798000252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619797996258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "dcae-sch",
"timestamp": 1619798000164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "ves-openapi-manager",
"timestamp": 1619797999159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "cds",
"timestamp": 1619797997988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "policy-id",
"timestamp": 1619798005138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "clamp",
"timestamp": 1619798000252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
"status": "NOTIFIED"
}
2021-04-30T15:53:49.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619797996258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
"status": "NOTIFIED"
}
2021-04-30T15:53:49.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "dcae-sch",
"timestamp": 1619798000164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "ves-openapi-manager",
"timestamp": 1619797999159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "cds",
"timestamp": 1619797997988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "policy-id",
"timestamp": 1619798005138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "clamp",
"timestamp": 1619798000252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "dcae-sch",
"timestamp": 1619798000164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619797996258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-30T15:53:49.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "ves-openapi-manager",
"timestamp": 1619797999159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "cds",
"timestamp": 1619797997988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "policy-id",
"timestamp": 1619798005138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-30T15:53:49.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798007432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "clamp",
"timestamp": 1619798000252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619797996258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "dcae-sch",
"timestamp": 1619798000164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "ves-openapi-manager",
"timestamp": 1619797999159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "cds",
"timestamp": 1619797997988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "policy-id",
"timestamp": 1619798005138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798007432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
"status": "NOTIFIED"
}
2021-04-30T15:53:49.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "clamp",
"timestamp": 1619798000252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619797996258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-30T15:53:49.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "dcae-sch",
"timestamp": 1619798000164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "ves-openapi-manager",
"timestamp": 1619797999159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "cds",
"timestamp": 1619797997988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.348Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "policy-id",
"timestamp": 1619798005138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.348Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798007432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-30T15:53:49.349Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "clamp",
"timestamp": 1619798000252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.349Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619797996258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "dcae-sch",
"timestamp": 1619798000164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "ves-openapi-manager",
"timestamp": 1619797999159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "cds",
"timestamp": 1619797997988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "policy-id",
"timestamp": 1619798005138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798007432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "clamp",
"timestamp": 1619798000252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T15:53:49.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619797996258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T15:53:49.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "dcae-sch",
"timestamp": 1619798000164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "ves-openapi-manager",
"timestamp": 1619797999159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "cds",
"timestamp": 1619797997988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T15:53:49.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "policy-id",
"timestamp": 1619798005138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T15:53:49.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798007432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798012466,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "cds",
"timestamp": 1619798012518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798012059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798007432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "policy-id",
"timestamp": 1619798013103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.356Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "cds",
"timestamp": 1619798013538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-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-04-30T15:53:49.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:53:49.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f85af0cf-de78-4f43-be9b-85f1229e2f56","serviceName":"basic_onboard_oRwpxb","serviceVersion":"1.0","serviceUUID":"b88397b2-ee16-4ac6-9021-4ca426687bca","serviceDescription":"service","serviceInvariantUUID":"4b8e1289-e7b2-4009-8c0f-19824931a772","resources":[{"resourceInstanceName":"basic_onboard_oRwpxb 0","resourceName":"basic_onboard_oRwpxb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1cf7625a-748f-4622-9c59-982e87715e4e","resourceInvariantUUID":"241170c6-4608-4566-ba90-8163fa3a529b","resourceCustomizationUUID":"83ef1be8-7448-41d5-b8b9-ee29b56e4ea6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml","artifactChecksum":"NmM4ODFmZDQ2NTc1OTA2MWY5NjU5ZTg3NTllNWFkODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"76149035-9641-4464-ba31-b3ea2a960844","artifactVersion":"1"},{"artifactName":"basic_onboard_orwpxb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json","artifactChecksum":"MjllZDEyNjM0Zjc5YTc5NGUzZTk0ZTEyNGIwNmE2OTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9c60d856-70ad-408d-8112-ca87a9afc3d0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8c381236-2c85-4273-8dd9-6c8b75202537","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ab8e7a9e-2ca2-4abb-98c1-534233563258","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"560c21d0-265a-43df-833a-5584c233914e","artifactVersion":"2","generatedFromUUID":"8c381236-2c85-4273-8dd9-6c8b75202537"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOrwpxb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml","artifactChecksum":"MDQ3MTIzMmY5YzkxMWI5OTVkNTgyYzZkNWY2ZjdjMGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"365b0b03-3531-4d43-8869-395e927de4ef","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOrwpxb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar","artifactChecksum":"ZTc5NzJhM2IxMDg2YmRjMTFmZjViMmZjZWU2ZGIwMTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"56bc7b38-2d0d-473b-99f9-c999a0fc6b8e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T15:53:49.441Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:53:49.445Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:53:49.454Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:53:49.455Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798028786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml",
"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=?
2021-04-30T15:53:49.555Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-04-30T15:53:49.559Z||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-04-30T15:53:49.559Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:53:49.570Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:53:49.571Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-30T15:53:49.586Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f85af0cf-de78-4f43-be9b-85f1229e2f56
2021-04-30T15:53:49.603Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f85af0cf-de78-4f43-be9b-85f1229e2f56 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-04-30T15:53:49.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798012059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
"status": "NOTIFIED"
}
2021-04-30T15:53:49.628Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798013731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.628Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798007432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T15:53:49.628Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "policy-id",
"timestamp": 1619798014111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-30T15:53:49.629Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798012059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-30T15:53:49.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "policy-id",
"timestamp": 1619798015114,
"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-04-30T15:53:49.641Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f85af0cf-de78-4f43-be9b-85f1229e2f56
2021-04-30T15:53:49.641Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f85af0cf-de78-4f43-be9b-85f1229e2f56 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-04-30T15:53:49.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798015206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.648Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798012059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798015879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.648Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798016211,
"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-04-30T15:53:49.652Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f85af0cf-de78-4f43-be9b-85f1229e2f56
2021-04-30T15:53:49.652Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f85af0cf-de78-4f43-be9b-85f1229e2f56 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-04-30T15:53:49.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798012059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-30T15:53:49.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798017215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-30T15:53:49.661Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798017689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.661Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798012059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798012059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T15:53:49.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798019117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798020052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798020123,
"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-04-30T15:53:49.666Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f85af0cf-de78-4f43-be9b-85f1229e2f56
2021-04-30T15:53:49.666Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f85af0cf-de78-4f43-be9b-85f1229e2f56 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-04-30T15:53:49.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "clamp",
"timestamp": 1619798020941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.670Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798021129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798021271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "clamp",
"timestamp": 1619798021993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798022428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "clamp",
"timestamp": 1619798022996,
"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-04-30T15:53:49.675Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f85af0cf-de78-4f43-be9b-85f1229e2f56
2021-04-30T15:53:49.675Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f85af0cf-de78-4f43-be9b-85f1229e2f56 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-04-30T15:53:49.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798023957,
"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-04-30T15:53:49.685Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f85af0cf-de78-4f43-be9b-85f1229e2f56
2021-04-30T15:53:49.685Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f85af0cf-de78-4f43-be9b-85f1229e2f56 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-04-30T15:53:49.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798024961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-30T15:53:49.691Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "aai-ml",
"timestamp": 1619798024533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "aai-ml",
"timestamp": 1619798024533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "aai-ml",
"timestamp": 1619798024533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "aai-ml",
"timestamp": 1619798024533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:53:50.460Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:53:50.460Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:53:50.465Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:53:50.465Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798028786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
"status": "NOTIFIED"
}
2021-04-30T15:53:50.566Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:53:50.567Z||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-04-30T15:53:50.567Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:53:50.582Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:53:50.583Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":5,"count":1}
2021-04-30T15:53:51.466Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:53:51.467Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:53:51.469Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:53:51.469Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798028786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-30T15:53:51.569Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:53:51.570Z||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-04-30T15:53:51.570Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:53:51.580Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:53:51.581Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:53:52.469Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:53:52.470Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:53:52.471Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:53:52.471Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798028786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:52.572Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:53:52.573Z||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-04-30T15:53:52.573Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:53:52.583Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:53:52.584Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-30T15:53:53.472Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:53:53.473Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:53:53.474Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:53:53.474Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798028786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-30T15:53:53.575Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:53:53.576Z||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-04-30T15:53:53.576Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:53:53.587Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:53:53.587Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:53:54.475Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:53:54.475Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:53:54.477Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:53:54.477Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798028786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:53:54.577Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:53:54.578Z||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-04-30T15:53:54.578Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:53:54.586Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:53:54.586Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:53:55.478Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:53:55.478Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:53:55.480Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:53:55.480Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798028786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T15:53:55.581Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-30T15:53:55.582Z||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-04-30T15:53:55.582Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:53:55.591Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:53:55.591Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:53:56.481Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"serviceName": "basic_onboard_oRwpxb",
"serviceVersion": "1.0",
"serviceUUID": "b88397b2-ee16-4ac6-9021-4ca426687bca",
"serviceDescription": "service",
"serviceInvariantUUID": "4b8e1289-e7b2-4009-8c0f-19824931a772",
"resources": [
{
"resourceInstanceName": "basic_onboard_oRwpxb 0",
"resourceCustomizationUUID": "83ef1be8-7448-41d5-b8b9-ee29b56e4ea6",
"resourceName": "basic_onboard_oRwpxb",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1cf7625a-748f-4622-9c59-982e87715e4e",
"resourceInvariantUUID": "241170c6-4608-4566-ba90-8163fa3a529b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_orwpxb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
"artifactChecksum": "MjllZDEyNjM0Zjc5YTc5NGUzZTk0ZTEyNGIwNmE2OTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9c60d856-70ad-408d-8112-ca87a9afc3d0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8c381236-2c85-4273-8dd9-6c8b75202537",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "560c21d0-265a-43df-833a-5584c233914e",
"generatedFromUUID": "8c381236-2c85-4273-8dd9-6c8b75202537"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "560c21d0-265a-43df-833a-5584c233914e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardOrwpxb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
"artifactChecksum": "ZTc5NzJhM2IxMDg2YmRjMTFmZjViMmZjZWU2ZGIwMTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "56bc7b38-2d0d-473b-99f9-c999a0fc6b8e"
}
],
"workloadContext": "Production"
}
2021-04-30T15:53:56.482Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T15:53:56.482Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b88397b2-ee16-4ac6-9021-4ca426687bca ASDC
2021-04-30T15:53:56.578Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f85af0cf-de78-4f43-be9b-85f1229e2f56
ServiceName:basic_onboard_oRwpxb
ServiceVersion:1.0
ServiceUUID:b88397b2-ee16-4ac6-9021-4ca426687bca
ServiceInvariantUUID:4b8e1289-e7b2-4009-8c0f-19824931a772
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOrwpxb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar
ArtifactUUID:56bc7b38-2d0d-473b-99f9-c999a0fc6b8e
ArtifactChecksum:ZTc5NzJhM2IxMDg2YmRjMTFmZjViMmZjZWU2ZGIwMTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_oRwpxb 0
ResourceCustomizationUUID:83ef1be8-7448-41d5-b8b9-ee29b56e4ea6
ResourceInvariantUUID:241170c6-4608-4566-ba90-8163fa3a529b
ResourceName:basic_onboard_oRwpxb
ResourceType:VF
ResourceUUID:1cf7625a-748f-4622-9c59-982e87715e4e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_orwpxb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json
ArtifactUUID:9c60d856-70ad-408d-8112-ca87a9afc3d0
ArtifactChecksum:MjllZDEyNjM0Zjc5YTc5NGUzZTk0ZTEyNGIwNmE2OTI=
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/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8c381236-2c85-4273-8dd9-6c8b75202537
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/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env
ArtifactUUID:560c21d0-265a-43df-833a-5584c233914e
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/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env
ArtifactUUID:560c21d0-265a-43df-833a-5584c233914e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-30T15:53:56.578Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b88397b2-ee16-4ac6-9021-4ca426687bca 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-04-30T15:53:56.644Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T15:53:56.645Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-30T15:53:56.645Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-30T15:53:56.646Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 56bc7b38-2d0d-473b-99f9-c999a0fc6b8e from URL: /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:53:56.646Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-30T15:53:56.647Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:53:56.881Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-30T15:53:56.896Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar 56bc7b38-2d0d-473b-99f9-c999a0fc6b8e 75704
2021-04-30T15:53:56.897Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar ASDC sendASDCNotification
2021-04-30T15:53:56.897Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:53:56.898Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T15:53:56.899Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:53:56.900Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:53:56.901Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798036896,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:53:57.001Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:53:57.002Z||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-04-30T15:53:57.002Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:53:57.011Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:53:57.011Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:53:57.901Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T15:53:57.903Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-30T15:53:57.904Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 56bc7b38-2d0d-473b-99f9-c999a0fc6b8e, URL: /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar to file: /app/ASDC/1/service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:53:57.905Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:53:58.031Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:53:58.031Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:53:58.334Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7069310655972811441/Definitions/service-BasicOnboardOrwpxb-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-04-30T15:54:00.116Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T15:54:00.121Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-30T15:54:00.121Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:00.121Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-30T15:54:00.121Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||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-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:00.121Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|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-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:00.121Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||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-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:00.121Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|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-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:00.121Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:00.121Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:00.122Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|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-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:00.122Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_oRwpxb 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-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:00.122Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_oRwpxb 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:00.122Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||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-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:00.122Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-30T15:54:00.128Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:00.129Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:00.132Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is matching search criteria
2021-04-30T15:54:00.132Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-30T15:54:00.134Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oRwpxb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T15:54:00.135Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:00.135Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:00.135Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is matching search criteria
2021-04-30T15:54:00.136Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-30T15:54:00.136Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oRwpxb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T15:54:00.136Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:00.136Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:00.139Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:00.139Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is not matching search criteria
2021-04-30T15:54:00.139Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-30T15:54:00.140Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-30T15:54:00.140Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-30T15:54:00.140Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-30T15:54:00.140Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-30T15:54:00.140Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:00.140Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T15:54:00.141Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:00.141Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is matching search criteria
2021-04-30T15:54:00.142Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oRwpxb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:54:00.142Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:00.142Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is matching search criteria
2021-04-30T15:54:00.142Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oRwpxb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:54:00.142Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:00.143Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is matching search criteria
2021-04-30T15:54:00.143Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oRwpxb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:54:00.143Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:00.143Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is not matching search criteria
2021-04-30T15:54:00.143Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-30T15:54:00.143Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-30T15:54:00.143Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=58f5d342-e159-4554-a6d1-72e9acb976a5
2021-04-30T15:54:00.144Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:00.144Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:00.144Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:00.144Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:00.144Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:00.144Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:00.144Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:00.145Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:00.145Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_oRwpxb
Description:service
Model UUID:b88397b2-ee16-4ac6-9021-4ca426687bca
Model Version:NULL
Model InvariantUuid:4b8e1289-e7b2-4009-8c0f-19824931a772
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_oRwpxb
Model UUID:a3d18870-31f1-47b9-9a00-971604472768
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:241170c6-4608-4566-ba90-8163fa3a529b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:83ef1be8-7448-41d5-b8b9-ee29b56e4ea6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8ff015e6-426d-4628-8743-e17b32829d1a
ModelName:BasicOnboardOrwpxb..base_ubuntu18..module-0
ModelUuid:1fc70aba-4b4d-49b5-96f2-73107ad6ea7f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:58f5d342-e159-4554-a6d1-72e9acb976a5
ModelInvariantUuid:a28d4533-1fd1-44f6-b9d8-e9c77ac1c2e6
ModelName:basic_onboard_oRwpxb-nodes.ubuntu18Cvfc
ModelUuid:3b8b15e9-1764-4bc3-9993-399744aad507
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:289a581c-b2ee-4f45-91fd-7c7ff828e59c
ModelInvariantUuid:d3f09913-b3f0-4be6-a42a-2add75dad575
ModelName:BasicOnboardOrwpxb.compute.nodes.heat.ubuntu18
ModelUuid:6ce39ca4-6b3e-4d5e-b591-fecab34dcf8c
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-04-30T15:54:00.155Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1cf7625a-748f-4622-9c59-982e87715e4e
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-04-30T15:54:00.235Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||basic_onboard_oRwpxb 0
2021-04-30T15:54:00.241Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1cf7625a-748f-4622-9c59-982e87715e4e
2021-04-30T15:54:00.241Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9c60d856-70ad-408d-8112-ca87a9afc3d0 from URL: /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json
2021-04-30T15:54:00.241Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-30T15:54:00.241Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json
2021-04-30T15:54:00.432Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-30T15:54:00.433Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json 9c60d856-70ad-408d-8112-ca87a9afc3d0 798
2021-04-30T15:54:00.433Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json ASDC sendASDCNotification
2021-04-30T15:54:00.433Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json
2021-04-30T15:54:00.433Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T15:54:00.434Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:54:00.435Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:54:00.435Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798040433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:54:00.536Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:54:00.536Z||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-04-30T15:54:00.536Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:54:00.547Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:54:00.547Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:54:01.437Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOrwpxb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8ff015e6-426d-4628-8743-e17b32829d1a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1fc70aba-4b4d-49b5-96f2-73107ad6ea7f",
"vfModuleModelCustomizationUUID": "cea6a463-7248-4e45-b062-d9b4363a7e9c",
"isBase": true,
"artifacts": [
"8c381236-2c85-4273-8dd9-6c8b75202537",
"560c21d0-265a-43df-833a-5584c233914e"
],
"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-04-30T15:54:01.458Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOrwpxb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1fc70aba-4b4d-49b5-96f2-73107ad6ea7f
VfModuleModelInvariantUUID:8ff015e6-426d-4628-8743-e17b32829d1a
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c381236-2c85-4273-8dd9-6c8b75202537
,
560c21d0-265a-43df-833a-5584c233914e
}
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-04-30T15:54:01.461Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOrwpxb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8ff015e6-426d-4628-8743-e17b32829d1a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1fc70aba-4b4d-49b5-96f2-73107ad6ea7f",
"vfModuleModelCustomizationUUID": "cea6a463-7248-4e45-b062-d9b4363a7e9c",
"isBase": true,
"artifacts": [
"8c381236-2c85-4273-8dd9-6c8b75202537",
"560c21d0-265a-43df-833a-5584c233914e"
],
"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-04-30T15:54:01.461Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOrwpxb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1fc70aba-4b4d-49b5-96f2-73107ad6ea7f
VfModuleModelInvariantUUID:8ff015e6-426d-4628-8743-e17b32829d1a
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c381236-2c85-4273-8dd9-6c8b75202537
,
560c21d0-265a-43df-833a-5584c233914e
}
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-04-30T15:54:01.461Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8c381236-2c85-4273-8dd9-6c8b75202537 from URL: /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml
2021-04-30T15:54:01.461Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-30T15:54:01.462Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml
2021-04-30T15:54:01.629Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-30T15:54:01.629Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml 8c381236-2c85-4273-8dd9-6c8b75202537 5033
2021-04-30T15:54:01.629Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-30T15:54:01.629Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml
2021-04-30T15:54:01.629Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T15:54:01.630Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:54:01.631Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:54:01.631Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798041629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:54:01.732Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:54:01.732Z||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-04-30T15:54:01.732Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:54:01.742Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:54:01.742Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:54:02.632Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 560c21d0-265a-43df-833a-5584c233914e from URL: /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env
2021-04-30T15:54:02.633Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-30T15:54:02.633Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env
2021-04-30T15:54:02.826Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-30T15:54:02.827Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env 560c21d0-265a-43df-833a-5584c233914e 909
2021-04-30T15:54:02.827Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-30T15:54:02.827Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env
2021-04-30T15:54:02.827Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T15:54:02.828Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:54:02.829Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:54:02.829Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798042827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:54:02.929Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:54:02.930Z||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-04-30T15:54:02.930Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:54:02.941Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:54:02.941Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:54:03.830Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b88397b2-ee16-4ac6-9021-4ca426687bca
2021-04-30T15:54:03.830Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_oRwpxb 0 1cf7625a-748f-4622-9c59-982e87715e4e 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-04-30T15:54:03.864Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:03.864Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:03.865Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-04-30T15:54:03.865Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 83ef1be8-7448-41d5-b8b9-ee29b56e4ea6
2021-04-30T15:54:03.865Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 83ef1be8-7448-41d5-b8b9-ee29b56e4ea6 matches Tosca VF Customization UUID: 83ef1be8-7448-41d5-b8b9-ee29b56e4ea6
2021-04-30T15:54:03.865Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 83ef1be8-7448-41d5-b8b9-ee29b56e4ea6 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-04-30T15:54:03.872Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:03.872Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:03.873Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 83ef1be8-7448-41d5-b8b9-ee29b56e4ea6: {\"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-04-30T15:54:03.873Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@73ab155
2021-04-30T15:54:03.873Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:03.874Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T15:54:03.874Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cea6a463-7248-4e45-b062-d9b4363a7e9c
2021-04-30T15:54:03.875Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cea6a463-7248-4e45-b062-d9b4363a7e9c
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-04-30T15:54:03.880Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:03.881Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is matching search criteria
2021-04-30T15:54:03.881Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oRwpxb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:54:03.882Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:03.882Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is matching search criteria
2021-04-30T15:54:03.882Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oRwpxb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:54:03.882Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:03.883Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is not matching search criteria
2021-04-30T15:54:03.883Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-30T15:54:03.883Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-30T15:54:03.883Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=58f5d342-e159-4554-a6d1-72e9acb976a5
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-04-30T15:54:03.890Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:03.890Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is matching search criteria
2021-04-30T15:54:03.890Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oRwpxb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:54:03.890Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:03.891Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is matching search criteria
2021-04-30T15:54:03.891Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oRwpxb 0] matching following query criteria: sdcType=VF, customizationUUID=83ef1be8-7448-41d5-b8b9-ee29b56e4ea6
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-04-30T15:54:03.893Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:03.893Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:03.893Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b88397b2-ee16-4ac6-9021-4ca426687bca: basic_onboard_oRwpxb
2021-04-30T15:54:03.894Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:03.894Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:03.894Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:03.894Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:03.895Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:03.895Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:03.895Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:03.895Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:03.895Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:54:03.896Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:03.896Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_oRwpxb
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-04-30T15:54:04.035Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_oRwpxb 1cf7625a-748f-4622-9c59-982e87715e4e 1 ASDC deployResourceStructure
2021-04-30T15:54:04.035Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json ASDC sendASDCNotification
2021-04-30T15:54:04.036Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json
2021-04-30T15:54:04.036Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T15:54:04.036Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:54:04.037Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:54:04.038Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798044035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-30T15:54:04.138Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:54:04.138Z||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-04-30T15:54:04.138Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:54:04.149Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:54:04.149Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:54:05.039Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-30T15:54:05.039Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml
2021-04-30T15:54:05.039Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T15:54:05.039Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:54:05.041Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:54:05.042Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798045039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-30T15:54:05.142Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:54:05.142Z||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-04-30T15:54:05.142Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:54:05.153Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:54:05.153Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:54:06.043Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-30T15:54:06.043Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env
2021-04-30T15:54:06.043Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T15:54:06.043Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:54:06.045Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:54:06.045Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798046042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-30T15:54:06.145Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:54:06.146Z||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-04-30T15:54:06.146Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:54:06.157Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:54:06.158Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:54:07.046Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar ASDC sendASDCNotification
2021-04-30T15:54:07.046Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:07.046Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T15:54:07.047Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:54:07.048Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:54:07.048Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798047046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-30T15:54:07.148Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:54:07.149Z||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-04-30T15:54:07.149Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:54:07.162Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:54:07.162Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:54:08.049Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-30T15:54:08.064Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-30T15:54:08.067Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T15:54:08.067Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T15:54:08.067Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T15:54:38.067Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-30T15:54:38.077Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-30T15:54:38.080Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T15:54:38.080Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T15:54:38.080Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T15:54:48.788Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:54:48.788Z||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-04-30T15:54:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:54:48.810Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:54:48.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:54:48.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "aai-ml",
"timestamp": 1619798024533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:54:48.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:55:08.080Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-30T15:55:08.090Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-30T15:55:08.092Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T15:55:08.092Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T15:55:08.092Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T15:55:38.092Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-30T15:55:38.102Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-30T15:55:38.104Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T15:55:38.104Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T15:55:38.104Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T15:55:48.788Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:55:48.789Z||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-04-30T15:55:48.789Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:55:48.809Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:55:48.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:55:48.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798028786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:55:48.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-30T15:56:08.105Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-30T15:56:08.113Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-30T15:56:08.116Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T15:56:08.116Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T15:56:08.116Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T15:56:38.116Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-30T15:56:38.127Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-30T15:56:38.130Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T15:56:38.130Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T15:56:38.130Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T15:56:48.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:56:48.788Z||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-04-30T15:56:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:56:48.820Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:56:48.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "aai-ml",
"timestamp": 1619798024533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:56:48.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:56:48.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798028786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
"status": "NOTIFIED"
}
2021-04-30T15:56:48.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:56:48.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "aai-ml",
"timestamp": 1619798024533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T15:56:48.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:56:48.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798028786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-30T15:56:48.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:56:48.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "aai-ml",
"timestamp": 1619798032396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:56:48.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:56:48.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798028786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:56:48.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:56:48.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798028786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-30T15:56:48.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:56:48.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798028786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:56:48.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:56:48.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798028786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798036896,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798040433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798041629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798042827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:56:48.826Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:56:48.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798044035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-30T15:56:48.826Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:56:48.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798045039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-30T15:56:48.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:56:48.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798046042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-30T15:56:48.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:56:48.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798047046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-30T15:56:48.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:56:48.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "aai-ml",
"timestamp": 1619798047127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
"status": "DEPLOY_ERROR"
}
2021-04-30T15:56:48.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:56:48.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "aai-ml",
"timestamp": 1619798048131,
"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-04-30T15:56:48.833Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f85af0cf-de78-4f43-be9b-85f1229e2f56
2021-04-30T15:56:48.833Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f85af0cf-de78-4f43-be9b-85f1229e2f56 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-04-30T15:57:08.130Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-30T15:57:08.143Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-30T15:57:08.146Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T15:57:08.146Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T15:57:08.146Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T15:57:08.146Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T15:57:38.147Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-30T15:57:38.157Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-30T15:57:38.160Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T15:57:38.161Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T15:57:38.161Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T15:57:38.161Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T15:57:48.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:57:48.788Z||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-04-30T15:57:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:57:48.808Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:57:48.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:57:48.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "cds",
"timestamp": 1619798207988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:57:48.809Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:58:08.161Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-30T15:58:08.172Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-30T15:58:08.175Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T15:58:08.175Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T15:58:08.176Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T15:58:08.176Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T15:58:38.176Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-30T15:58:38.184Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-30T15:58:38.187Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T15:58:38.187Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T15:58:38.187Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T15:58:38.187Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T15:58:48.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:58:48.788Z||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-04-30T15:58:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:58:48.807Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:58:48.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:58:48.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619798199159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:58:48.808Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:08.188Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2021-04-30T15:59:08.188Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56 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-04-30T15:59:08.198Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f85af0cf-de78-4f43-be9b-85f1229e2f56 and serviceModelVersionId: b88397b2-ee16-4ac6-9021-4ca426687bca
2021-04-30T15:59:08.198Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4b8e1289-e7b2-4009-8c0f-19824931a772
2021-04-30T15:59:19.571Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca?depth=0
2021-04-30T15:59:19.671Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-30T15:59:20.342Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca?depth=0|INFO|500||Invoke
2021-04-30T15:59:20.347Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f85af0cf-de78-4f43-be9b-85f1229e2f56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[187ac5ec-8d3c-4087-961a-be2ba05c8f32], X-ECOMP-RequestID=[f85af0cf-de78-4f43-be9b-85f1229e2f56], X-TransactionId=[], X-ONAP-RequestID=[f85af0cf-de78-4f43-be9b-85f1229e2f56], Content-Type=[application/merge-patch+json]}
2021-04-30T15:59:20.470Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2021-04-30T15:59:20.514Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca?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/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210430-15:59:20:478-9124], Content-Length=[495], Date=[Fri, 30 Apr 2021 15:59:20 GMT], Content-Type=[application/json]}
2021-04-30T15:59:20.517Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca?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/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca","ERR.5.4.6114"]}}}
2021-04-30T15:59:20.518Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca?depth=0|INFO|404|Not Found|InvokeReturn
2021-04-30T15:59:20.546Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=f85af0cf-de78-4f43-be9b-85f1229e2f56 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca) (ec=ERR.5.4.6114)
2021-04-30T15:59:20.546Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f85af0cf-de78-4f43-be9b-85f1229e2f56 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca) (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-04-30T15:59:20.546Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f85af0cf-de78-4f43-be9b-85f1229e2f56 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca) (ec=ERR.5.4.6114)
2021-04-30T15:59:20.547Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=f85af0cf-de78-4f43-be9b-85f1229e2f56 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca) (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-04-30T15:59:20.552Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|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-04-30T15:59:20.552Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f85af0cf-de78-4f43-be9b-85f1229e2f56 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f85af0cf-de78-4f43-be9b-85f1229e2f56 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca) (ec=ERR.5.4.6114)
2021-04-30T15:59:20.553Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-30T15:59:20.554Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:20.556Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:20.556Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798360553,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df85af0cf-de78-4f43-be9b-85f1229e2f56 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca) (ec\u003dERR.5.4.6114)"
}
2021-04-30T15:59:20.656Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:20.657Z||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-04-30T15:59:20.657Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:20.669Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:59:20.669Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-30T15:59:21.567Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:59:21.567Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|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-04-30T15:59:21.568Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:25.905Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:59:25.906Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T15:59:25.906Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5838b8e5-dec3-4d06-8e9f-a9de96f5990e","serviceName":"vFW 2021-04-30 15-55-24","serviceVersion":"1.0","serviceUUID":"21fd729b-48a8-41e0-b98b-7cb89437899b","serviceDescription":"catalog service description","serviceInvariantUUID":"4764ec4b-7594-4628-9277-6ed317c652f6","resources":[{"resourceInstanceName":"vFW 08bf26f3-f6de 0","resourceName":"vFW 08bf26f3-f6de","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c51fd308-4fcd-4736-9e8b-e60e858554d1","resourceInvariantUUID":"806a3c98-0136-49d8-b140-c66183d85bc1","resourceCustomizationUUID":"20e3f1d7-0d72-4fb1-acfb-a67285d155a6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml","artifactChecksum":"NDkwMTJkN2FhZWNmMzA1NTFmMDFlNTk1M2FiMTMwNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2fe6b4ab-7c1c-4ce5-8ade-4b75fb0cba32","artifactVersion":"1"},{"artifactName":"vfw08bf26f3f6de0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json","artifactChecksum":"MDJmNjliZGQyY2MyY2VjMmM5YzgyNjIxNTI3NjE1YmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c48db742-44eb-4b4d-8076-1ce63f5b622e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3b5c011e-615f-4d5a-acc5-6147d98505f6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml","artifactChecksum":"YjE0YmI5ZjAwNWM5ZmFkMjYxNzhjYTQ5NjgwNjQzNTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"93807954-07a2-440c-bf09-33da307a9557","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a1f92155-083c-401e-b20a-1fc751aac387","artifactVersion":"2","generatedFromUUID":"3b5c011e-615f-4d5a-acc5-6147d98505f6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210430155524-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml","artifactChecksum":"ZGM3Y2QwNjcyMTc1ODk1MGZhMDZhZDY4NDU5ZmYyY2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dfadb1ab-b75c-4dfa-8286-3023c229eaef","artifactVersion":"1"},{"artifactName":"service-Vfw20210430155524-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar","artifactChecksum":"MTcxNzkyNWVlZTY5YmIzMDg4MjA3NmNhYzg4NjUxMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5f244980-a35b-443c-a2b1-8f7b4a8517d4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T15:59:25.909Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:59:25.909Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:25.911Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:25.911Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798361567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:26.011Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:26.012Z||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-04-30T15:59:26.012Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:26.024Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:59:26.025Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:59:26.912Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:59:26.913Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:26.914Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:26.914Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798361567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
"status": "NOTIFIED"
}
2021-04-30T15:59:27.014Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:27.015Z||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-04-30T15:59:27.016Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:27.027Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:59:27.028Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-30T15:59:27.915Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:59:27.915Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:27.917Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:27.917Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798361567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-30T15:59:28.017Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:28.018Z||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-04-30T15:59:28.018Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:28.037Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:59:28.038Z||pool-21-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-04-30T15:59:28.918Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:59:28.918Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:28.920Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:28.920Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798361567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:29.021Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-30T15:59:29.022Z||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-04-30T15:59:29.022Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:29.030Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:59:29.030Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:59:29.921Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:59:29.921Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:29.923Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:29.923Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798361567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-30T15:59:30.024Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:30.024Z||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-04-30T15:59:30.025Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:30.035Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:59:30.036Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:59:30.924Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:59:30.925Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:30.926Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:30.926Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798361567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:31.027Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:31.028Z||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-04-30T15:59:31.028Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:31.043Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:59:31.043Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-04-30T15:59:31.927Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:59:31.928Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:31.929Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:31.929Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798361567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T15:59:32.030Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:32.030Z||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-04-30T15:59:32.031Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:32.040Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:59:32.040Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:59:32.931Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"serviceName": "vFW 2021-04-30 15-55-24",
"serviceVersion": "1.0",
"serviceUUID": "21fd729b-48a8-41e0-b98b-7cb89437899b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4764ec4b-7594-4628-9277-6ed317c652f6",
"resources": [
{
"resourceInstanceName": "vFW 08bf26f3-f6de 0",
"resourceCustomizationUUID": "20e3f1d7-0d72-4fb1-acfb-a67285d155a6",
"resourceName": "vFW 08bf26f3-f6de",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c51fd308-4fcd-4736-9e8b-e60e858554d1",
"resourceInvariantUUID": "806a3c98-0136-49d8-b140-c66183d85bc1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw08bf26f3f6de0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
"artifactChecksum": "MDJmNjliZGQyY2MyY2VjMmM5YzgyNjIxNTI3NjE1YmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c48db742-44eb-4b4d-8076-1ce63f5b622e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3b5c011e-615f-4d5a-acc5-6147d98505f6",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a1f92155-083c-401e-b20a-1fc751aac387",
"generatedFromUUID": "3b5c011e-615f-4d5a-acc5-6147d98505f6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a1f92155-083c-401e-b20a-1fc751aac387",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210430155524-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"artifactChecksum": "MTcxNzkyNWVlZTY5YmIzMDg4MjA3NmNhYzg4NjUxMzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5f244980-a35b-443c-a2b1-8f7b4a8517d4"
}
],
"workloadContext": "Production"
}
2021-04-30T15:59:32.931Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T15:59:32.931Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 21fd729b-48a8-41e0-b98b-7cb89437899b ASDC
2021-04-30T15:59:32.931Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5838b8e5-dec3-4d06-8e9f-a9de96f5990e
ServiceName:vFW 2021-04-30 15-55-24
ServiceVersion:1.0
ServiceUUID:21fd729b-48a8-41e0-b98b-7cb89437899b
ServiceInvariantUUID:4764ec4b-7594-4628-9277-6ed317c652f6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210430155524-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar
ArtifactUUID:5f244980-a35b-443c-a2b1-8f7b4a8517d4
ArtifactChecksum:MTcxNzkyNWVlZTY5YmIzMDg4MjA3NmNhYzg4NjUxMzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 08bf26f3-f6de 0
ResourceCustomizationUUID:20e3f1d7-0d72-4fb1-acfb-a67285d155a6
ResourceInvariantUUID:806a3c98-0136-49d8-b140-c66183d85bc1
ResourceName:vFW 08bf26f3-f6de
ResourceType:VF
ResourceUUID:c51fd308-4fcd-4736-9e8b-e60e858554d1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw08bf26f3f6de0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json
ArtifactUUID:c48db742-44eb-4b4d-8076-1ce63f5b622e
ArtifactChecksum:MDJmNjliZGQyY2MyY2VjMmM5YzgyNjIxNTI3NjE1YmI=
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/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml
ArtifactUUID:3b5c011e-615f-4d5a-acc5-6147d98505f6
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/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env
ArtifactUUID:a1f92155-083c-401e-b20a-1fc751aac387
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/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env
ArtifactUUID:a1f92155-083c-401e-b20a-1fc751aac387
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-30T15:59:32.932Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 21fd729b-48a8-41e0-b98b-7cb89437899b 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-04-30T15:59:32.958Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T15:59:32.958Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-30T15:59:32.958Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-30T15:59:32.958Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5f244980-a35b-443c-a2b1-8f7b4a8517d4 from URL: /sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:32.958Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-30T15:59:32.959Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:33.396Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-30T15:59:33.403Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar 5f244980-a35b-443c-a2b1-8f7b4a8517d4 110920
2021-04-30T15:59:33.404Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar ASDC sendASDCNotification
2021-04-30T15:59:33.404Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:33.404Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T15:59:33.404Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:33.406Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:33.406Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798373404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:59:33.506Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:33.507Z||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-04-30T15:59:33.507Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:33.517Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:59:33.517Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:59:34.406Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T15:59:34.407Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-30T15:59:34.407Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5f244980-a35b-443c-a2b1-8f7b4a8517d4, URL: /sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar to file: /app/ASDC/1/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:34.408Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210430155524-csar.csar
2021-04-30T15:59:34.408Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:34.408Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:34.593Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16297671371922463218/Definitions/service-Vfw20210430155524-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-04-30T15:59:36.743Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T15:59:36.743Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||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-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||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-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||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-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||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-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||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-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 08bf26f3-f6de 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 08bf26f3-f6de 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-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-30T15:59:36.745Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:36.745Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:36.745Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is matching search criteria
2021-04-30T15:59:36.745Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-30T15:59:36.745Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 08bf26f3-f6de 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T15:59:36.745Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:36.745Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:36.746Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is matching search criteria
2021-04-30T15:59:36.746Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-30T15:59:36.746Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 08bf26f3-f6de 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T15:59:36.746Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:36.746Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:36.746Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:36.746Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is not matching search criteria
2021-04-30T15:59:36.746Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T15:59:36.747Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T15:59:36.747Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T15:59:36.747Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:36.747Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.747Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.747Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T15:59:36.747Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T15:59:36.747Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T15:59:36.747Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.747Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:36.747Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T15:59:36.748Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:36.748Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T15:59:36.748Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.748Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-30T15:59:36.748Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:36.748Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T15:59:36.748Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:36.748Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is matching search criteria
2021-04-30T15:59:36.748Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 08bf26f3-f6de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:59:36.749Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:36.749Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is matching search criteria
2021-04-30T15:59:36.749Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 08bf26f3-f6de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:59:36.749Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:36.749Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is matching search criteria
2021-04-30T15:59:36.749Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 08bf26f3-f6de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:59:36.749Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:36.749Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is not matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c89c1ac6-9a9d-4b12-b137-b55146c636c0
2021-04-30T15:59:36.751Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:36.751Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is not matching search criteria
2021-04-30T15:59:36.751Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T15:59:36.751Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T15:59:36.751Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T15:59:36.751Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:36.751Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.751Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.751Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T15:59:36.751Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-30T15:59:36.751Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T15:59:36.752Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:36.752Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T15:59:36.752Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.752Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=583867a4-7b92-4323-8f78-424dda487ee2
2021-04-30T15:59:36.752Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:36.752Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is not matching search criteria
2021-04-30T15:59:36.752Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T15:59:36.752Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T15:59:36.752Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T15:59:36.752Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:36.753Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.753Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.753Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T15:59:36.753Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T15:59:36.753Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T15:59:36.753Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.753Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:36.753Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-30T15:59:36.753Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=35430c5a-c3db-41ce-a588-e8e6ccbad452
2021-04-30T15:59:36.754Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:36.754Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:36.754Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:36.754Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:36.754Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:36.754Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:36.754Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:36.754Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:36.754Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-30 15-55-24
Description:catalog service description
Model UUID:21fd729b-48a8-41e0-b98b-7cb89437899b
Model Version:NULL
Model InvariantUuid:4764ec4b-7594-4628-9277-6ed317c652f6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 08bf26f3-f6de
Model UUID:f8c90a17-be9b-4ff5-bbd6-307b53003563
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:806a3c98-0136-49d8-b140-c66183d85bc1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:20e3f1d7-0d72-4fb1-acfb-a67285d155a6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:02df38a0-a419-410e-b717-c69ce70d04d8
ModelName:Vfw08bf26f3F6de..base_vfw..module-0
ModelUuid:4462376f-c3cc-49ff-b93a-e639409f222f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c89c1ac6-9a9d-4b12-b137-b55146c636c0
ModelInvariantUuid:d87994c2-84bc-4ca3-b7d1-3ba22c52d9c8
ModelName:vFW 08bf26f3-f6de-nodes.vfwCvfc
ModelUuid:bfca2de7-93c3-42a6-b029-23bae68eacc4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:bd2df8a1-ff95-4537-b383-3e8ca4e5fad5
ModelInvariantUuid:59425df8-ffbc-4349-96a7-a78c691eeefc
ModelName:Vfw08bf26f3F6de.compute.nodes.heat.vfw
ModelUuid:65be46e2-76c4-451e-a503-704168a46948
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:583867a4-7b92-4323-8f78-424dda487ee2
ModelInvariantUuid:72c62ec3-848c-4651-aa5f-d25f79704741
ModelName:vFW 08bf26f3-f6de-nodes.vsnCvfc
ModelUuid:1a4e3f63-5fbe-485d-95d7-07774edbb73d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:10e91571-5422-4a44-8b7a-b6fb796f2348
ModelInvariantUuid:14183a09-c86a-4364-bc54-282995c5b71f
ModelName:Vfw08bf26f3F6de.compute.nodes.heat.vsn
ModelUuid:d00939df-5851-46f4-8e95-1d1f6da0ce6c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:35430c5a-c3db-41ce-a588-e8e6ccbad452
ModelInvariantUuid:3ab9836b-fa14-4384-83aa-59baa401cc7a
ModelName:vFW 08bf26f3-f6de-nodes.vpgCvfc
ModelUuid:8b082d14-33a3-4d48-a3e9-b0917c07a47a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0360b331-6172-4d7a-9e3d-072058f319b4
ModelInvariantUuid:d5953c6c-771b-48a1-9fff-184eda52e5f7
ModelName:Vfw08bf26f3F6de.compute.nodes.heat.vpg
ModelUuid:1b0b5a3d-6492-487f-9a2f-9303052dc812
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-04-30T15:59:36.761Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: c51fd308-4fcd-4736-9e8b-e60e858554d1
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-04-30T15:59:36.764Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||vFW 08bf26f3-f6de 0
2021-04-30T15:59:36.764Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c51fd308-4fcd-4736-9e8b-e60e858554d1
2021-04-30T15:59:36.764Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c48db742-44eb-4b4d-8076-1ce63f5b622e from URL: /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json
2021-04-30T15:59:36.764Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-30T15:59:36.764Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json
2021-04-30T15:59:37.580Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-30T15:59:37.581Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json c48db742-44eb-4b4d-8076-1ce63f5b622e 785
2021-04-30T15:59:37.581Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json ASDC sendASDCNotification
2021-04-30T15:59:37.581Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json
2021-04-30T15:59:37.581Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T15:59:37.581Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:37.583Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:37.583Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798377581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:59:37.683Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:37.684Z||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-04-30T15:59:37.684Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:37.694Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:59:37.694Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-30T15:59:38.583Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw08bf26f3F6de..base_vfw..module-0",
"vfModuleModelInvariantUUID": "02df38a0-a419-410e-b717-c69ce70d04d8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4462376f-c3cc-49ff-b93a-e639409f222f",
"vfModuleModelCustomizationUUID": "aa177dcd-f7bb-4d3d-b06d-157d0147c311",
"isBase": true,
"artifacts": [
"3b5c011e-615f-4d5a-acc5-6147d98505f6",
"a1f92155-083c-401e-b20a-1fc751aac387"
],
"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-04-30T15:59:38.587Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw08bf26f3F6de..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4462376f-c3cc-49ff-b93a-e639409f222f
VfModuleModelInvariantUUID:02df38a0-a419-410e-b717-c69ce70d04d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
3b5c011e-615f-4d5a-acc5-6147d98505f6
,
a1f92155-083c-401e-b20a-1fc751aac387
}
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-04-30T15:59:38.589Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw08bf26f3F6de..base_vfw..module-0",
"vfModuleModelInvariantUUID": "02df38a0-a419-410e-b717-c69ce70d04d8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4462376f-c3cc-49ff-b93a-e639409f222f",
"vfModuleModelCustomizationUUID": "aa177dcd-f7bb-4d3d-b06d-157d0147c311",
"isBase": true,
"artifacts": [
"3b5c011e-615f-4d5a-acc5-6147d98505f6",
"a1f92155-083c-401e-b20a-1fc751aac387"
],
"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-04-30T15:59:38.589Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw08bf26f3F6de..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4462376f-c3cc-49ff-b93a-e639409f222f
VfModuleModelInvariantUUID:02df38a0-a419-410e-b717-c69ce70d04d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
3b5c011e-615f-4d5a-acc5-6147d98505f6
,
a1f92155-083c-401e-b20a-1fc751aac387
}
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-04-30T15:59:38.589Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3b5c011e-615f-4d5a-acc5-6147d98505f6 from URL: /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml
2021-04-30T15:59:38.589Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-30T15:59:38.589Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml
2021-04-30T15:59:38.804Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-30T15:59:38.805Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml 3b5c011e-615f-4d5a-acc5-6147d98505f6 20368
2021-04-30T15:59:38.805Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-30T15:59:38.805Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml
2021-04-30T15:59:38.806Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T15:59:38.806Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:38.807Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:38.807Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798378805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:59:38.907Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T15:59:38.908Z||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-04-30T15:59:38.908Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:38.919Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:59:38.919Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:59:39.808Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a1f92155-083c-401e-b20a-1fc751aac387 from URL: /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env
2021-04-30T15:59:39.809Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-30T15:59:39.809Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env
2021-04-30T15:59:40.013Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-30T15:59:40.014Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env a1f92155-083c-401e-b20a-1fc751aac387 2098
2021-04-30T15:59:40.014Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-30T15:59:40.014Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env
2021-04-30T15:59:40.014Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T15:59:40.014Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:40.016Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:40.016Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798380014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:59:40.116Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:40.117Z||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-04-30T15:59:40.117Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:40.129Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:59:40.130Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:59:41.017Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 21fd729b-48a8-41e0-b98b-7cb89437899b
2021-04-30T15:59:41.017Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 08bf26f3-f6de 0 c51fd308-4fcd-4736-9e8b-e60e858554d1 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-04-30T15:59:41.033Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:41.033Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:41.034Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-04-30T15:59:41.034Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 20e3f1d7-0d72-4fb1-acfb-a67285d155a6
2021-04-30T15:59:41.034Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 20e3f1d7-0d72-4fb1-acfb-a67285d155a6 matches Tosca VF Customization UUID: 20e3f1d7-0d72-4fb1-acfb-a67285d155a6
2021-04-30T15:59:41.034Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 20e3f1d7-0d72-4fb1-acfb-a67285d155a6 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-04-30T15:59:41.036Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:41.036Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:41.036Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 20e3f1d7-0d72-4fb1-acfb-a67285d155a6: {\"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-04-30T15:59:41.036Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@33b781ac
2021-04-30T15:59:41.037Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:41.037Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T15:59:41.037Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aa177dcd-f7bb-4d3d-b06d-157d0147c311
2021-04-30T15:59:41.037Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aa177dcd-f7bb-4d3d-b06d-157d0147c311
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-04-30T15:59:41.039Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:41.039Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is matching search criteria
2021-04-30T15:59:41.039Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 08bf26f3-f6de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:59:41.040Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:41.040Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is matching search criteria
2021-04-30T15:59:41.040Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 08bf26f3-f6de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:59:41.040Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:41.041Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is not matching search criteria
2021-04-30T15:59:41.041Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T15:59:41.041Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T15:59:41.041Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-30T15:59:41.041Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T15:59:41.041Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T15:59:41.041Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T15:59:41.041Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:41.042Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T15:59:41.042Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:41.042Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T15:59:41.042Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T15:59:41.042Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c89c1ac6-9a9d-4b12-b137-b55146c636c0
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-04-30T15:59:41.044Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:41.044Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is matching search criteria
2021-04-30T15:59:41.044Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 08bf26f3-f6de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:59:41.044Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:41.045Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is not matching search criteria
2021-04-30T15:59:41.045Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T15:59:41.045Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T15:59:41.045Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T15:59:41.045Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:41.045Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T15:59:41.045Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T15:59:41.045Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T15:59:41.045Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-30T15:59:41.046Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T15:59:41.046Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:41.046Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T15:59:41.046Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T15:59:41.046Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=583867a4-7b92-4323-8f78-424dda487ee2
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-04-30T15:59:41.048Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:41.048Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is matching search criteria
2021-04-30T15:59:41.048Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 08bf26f3-f6de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:59:41.051Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:41.051Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is not matching search criteria
2021-04-30T15:59:41.051Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T15:59:41.051Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T15:59:41.051Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T15:59:41.051Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:41.051Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T15:59:41.052Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T15:59:41.052Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T15:59:41.052Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T15:59:41.052Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T15:59:41.052Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T15:59:41.052Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:41.052Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-30T15:59:41.053Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=35430c5a-c3db-41ce-a588-e8e6ccbad452
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-04-30T15:59:41.054Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:41.055Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is matching search criteria
2021-04-30T15:59:41.055Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 08bf26f3-f6de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:59:41.055Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:41.055Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is matching search criteria
2021-04-30T15:59:41.055Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 08bf26f3-f6de 0] matching following query criteria: sdcType=VF, customizationUUID=20e3f1d7-0d72-4fb1-acfb-a67285d155a6
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-04-30T15:59:41.057Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:41.057Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:41.057Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 21fd729b-48a8-41e0-b98b-7cb89437899b: vFW 08bf26f3-f6de
2021-04-30T15:59:41.057Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:41.057Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:41.057Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:41.057Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:41.058Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:41.058Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:41.058Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:41.058Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:41.058Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T15:59:41.058Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:41.058Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-04-30 15-55-24
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-04-30T15:59:41.213Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 08bf26f3-f6de c51fd308-4fcd-4736-9e8b-e60e858554d1 1 ASDC deployResourceStructure
2021-04-30T15:59:41.213Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json ASDC sendASDCNotification
2021-04-30T15:59:41.213Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json
2021-04-30T15:59:41.213Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T15:59:41.214Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:41.215Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:41.215Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798381213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-30T15:59:41.316Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-30T15:59:41.316Z||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-04-30T15:59:41.316Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:41.325Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:59:41.325Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:59:42.216Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-30T15:59:42.216Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml
2021-04-30T15:59:42.216Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T15:59:42.217Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:42.218Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:42.218Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798382216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-30T15:59:42.319Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:42.319Z||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-04-30T15:59:42.319Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:42.328Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:59:42.329Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-30T15:59:43.219Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-30T15:59:43.219Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env
2021-04-30T15:59:43.219Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T15:59:43.220Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:43.221Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:43.221Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798383219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-30T15:59:43.321Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:43.322Z||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-04-30T15:59:43.322Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:43.330Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:59:43.330Z||pool-32-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:59:44.222Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar ASDC sendASDCNotification
2021-04-30T15:59:44.222Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:44.222Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T15:59:44.222Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:44.224Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:44.224Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798384222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-30T15:59:44.324Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:44.325Z||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-04-30T15:59:44.325Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:44.334Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:59:44.334Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-30T15:59:45.225Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-30T15:59:45.233Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-30T15:59:45.236Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T15:59:45.236Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T15:59:45.236Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T15:59:48.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:59:48.788Z||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-04-30T15:59:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:48.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T15:59:48.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "dcae-sch",
"timestamp": 1619798200164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798207432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "aai-ml",
"timestamp": 1619798204533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "policy-id",
"timestamp": 1619798205138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "cds",
"timestamp": 1619798207988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "dcae-sch",
"timestamp": 1619798200164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619798199159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798207432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
"status": "NOTIFIED"
}
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "aai-ml",
"timestamp": 1619798204533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "policy-id",
"timestamp": 1619798205138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "cds",
"timestamp": 1619798207988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798207432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "dcae-sch",
"timestamp": 1619798200164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619798199159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "aai-ml",
"timestamp": 1619798204533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "policy-id",
"timestamp": 1619798205138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "clamp",
"timestamp": 1619798210252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "cds",
"timestamp": 1619798207988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798207432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "dcae-sch",
"timestamp": 1619798200164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619798199159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "aai-ml",
"timestamp": 1619798204533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "policy-id",
"timestamp": 1619798205138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "clamp",
"timestamp": 1619798210252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
"status": "NOTIFIED"
}
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798212059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "cds",
"timestamp": 1619798207988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798207432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "dcae-sch",
"timestamp": 1619798200164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619798199159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "aai-ml",
"timestamp": 1619798204533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "policy-id",
"timestamp": 1619798205138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "clamp",
"timestamp": 1619798210252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798212059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
"status": "NOTIFIED"
}
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "cds",
"timestamp": 1619798207988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798207432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "dcae-sch",
"timestamp": 1619798200164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619798199159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "aai-ml",
"timestamp": 1619798204533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "policy-id",
"timestamp": 1619798205138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "clamp",
"timestamp": 1619798210252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798212059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "cds",
"timestamp": 1619798207988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "dcae-sch",
"timestamp": 1619798200164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798207432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619798199159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "aai-ml",
"timestamp": 1619798204533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "policy-id",
"timestamp": 1619798205138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "clamp",
"timestamp": 1619798210252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798212059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "clamp",
"timestamp": 1619798210252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798216165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "cds",
"timestamp": 1619798216179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "aai-ml",
"timestamp": 1619798216389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "policy-id",
"timestamp": 1619798216366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798212059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "clamp",
"timestamp": 1619798210252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798216258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "cds",
"timestamp": 1619798217186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-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-04-30T15:59:48.838Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
2021-04-30T15:59:48.838Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5838b8e5-dec3-4d06-8e9f-a9de96f5990e 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-04-30T15:59:48.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "policy-id",
"timestamp": 1619798217371,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-30T15:59:48.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798217404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798212059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798216258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
"status": "NOTIFIED"
}
2021-04-30T15:59:48.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "policy-id",
"timestamp": 1619798218375,
"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-04-30T15:59:48.850Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
2021-04-30T15:59:48.851Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5838b8e5-dec3-4d06-8e9f-a9de96f5990e 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-04-30T15:59:48.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798218631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798212059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T15:59:48.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798216258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-30T15:59:48.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798219636,
"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-04-30T15:59:48.863Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
2021-04-30T15:59:48.863Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5838b8e5-dec3-4d06-8e9f-a9de96f5990e 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-04-30T15:59:48.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798216258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798219925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798220644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798216258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798221625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798216258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798216258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798223248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "aai-ml",
"timestamp": 1619798223839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "DEPLOY_ERROR"
}
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619798223323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798224280,
"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-04-30T15:59:48.874Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
2021-04-30T15:59:48.874Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5838b8e5-dec3-4d06-8e9f-a9de96f5990e 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-04-30T15:59:48.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798224320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "aai-ml",
"timestamp": 1619798224842,
"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-04-30T15:59:48.891Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
2021-04-30T15:59:48.892Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5838b8e5-dec3-4d06-8e9f-a9de96f5990e 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-04-30T15:59:48.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619798223323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798225284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-30T15:59:48.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798225606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619798223323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798226959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619798223323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798227962,
"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-04-30T15:59:48.906Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
2021-04-30T15:59:48.906Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5838b8e5-dec3-4d06-8e9f-a9de96f5990e 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-04-30T15:59:48.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619798223323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798228975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-30T15:59:48.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619798223323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619798223323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "clamp",
"timestamp": 1619798230879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619798231619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "clamp",
"timestamp": 1619798233881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "clamp",
"timestamp": 1619798234884,
"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-04-30T15:59:48.919Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
2021-04-30T15:59:48.919Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5838b8e5-dec3-4d06-8e9f-a9de96f5990e 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-04-30T15:59:48.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619798236177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-30T15:59:48.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619798237183,
"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-04-30T15:59:48.933Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
2021-04-30T15:59:48.933Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5838b8e5-dec3-4d06-8e9f-a9de96f5990e 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-04-30T16:00:15.236Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-30T16:00:15.246Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-30T16:00:15.248Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:00:15.248Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T16:00:15.248Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-30T16:00:15.248Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-30T16:00:15.249Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2021-04-30T16:00:15.249Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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-04-30T16:00:15.253Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-30T16:00:45.253Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5838b8e5-dec3-4d06-8e9f-a9de96f5990e 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-04-30T16:00:45.257Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5838b8e5-dec3-4d06-8e9f-a9de96f5990e and serviceModelVersionId: 21fd729b-48a8-41e0-b98b-7cb89437899b
2021-04-30T16:00:45.257Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4764ec4b-7594-4628-9277-6ed317c652f6
2021-04-30T16:00:45.258Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b?depth=0
2021-04-30T16:00:45.261Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-30T16:00:45.300Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b?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-04-30T16:00:45.301Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b?depth=0|INFO|500||Invoke
2021-04-30T16:00:45.321Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2021-04-30T16:00:45.366Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b?depth=0|INFO|404|Not Found|InvokeReturn
2021-04-30T16:00:45.366Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210430-16:00:45:327-40971], Content-Length=[495], Date=[Fri, 30 Apr 2021 16:00:45 GMT], Content-Type=[application/json]}
2021-04-30T16:00:45.367Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b","ERR.5.4.6114"]}}}
2021-04-30T16:00:45.370Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=5838b8e5-dec3-4d06-8e9f-a9de96f5990e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b) (ec=ERR.5.4.6114)
2021-04-30T16:00:45.371Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5838b8e5-dec3-4d06-8e9f-a9de96f5990e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b) (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-04-30T16:00:45.371Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5838b8e5-dec3-4d06-8e9f-a9de96f5990e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b) (ec=ERR.5.4.6114)
2021-04-30T16:00:45.371Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=5838b8e5-dec3-4d06-8e9f-a9de96f5990e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b) (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-04-30T16:00:45.376Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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-04-30T16:00:45.376Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5838b8e5-dec3-4d06-8e9f-a9de96f5990e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5838b8e5-dec3-4d06-8e9f-a9de96f5990e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b) (ec=ERR.5.4.6114)
2021-04-30T16:00:45.376Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-30T16:00:45.377Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:00:45.379Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:00:45.379Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798445376,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d5838b8e5-dec3-4d06-8e9f-a9de96f5990e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:00:45.479Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:00:45.480Z||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-04-30T16:00:45.480Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:00:45.493Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:00:45.493Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 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-04-30T16:00:46.388Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:00:46.388Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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-04-30T16:00:46.389Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:00:48.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:00:48.788Z||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-04-30T16:00:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:00:48.810Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:00:48.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798360553,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df85af0cf-de78-4f43-be9b-85f1229e2f56 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:00:48.811Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:00:48.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798361567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:00:48.811Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798361567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
"status": "NOTIFIED"
}
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798361567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798361567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798361567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798361567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798361567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798373404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798377581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798378805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798380014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798381213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-30T16:00:48.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:00:48.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798382216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-30T16:00:48.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:00:48.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798383219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-30T16:00:48.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:00:48.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798384222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-30T16:00:48.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:00:55.931Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:00:55.932Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:00:55.932Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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-04-30T16:00:55.932Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:01:05.472Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:01:05.472Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:01:05.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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-04-30T16:01:05.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:01:15.009Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:01:15.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:01:15.010Z||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-04-30T16:01:15.010Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:01:24.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:01:24.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:01:24.554Z||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-04-30T16:01:24.554Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:01:34.094Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:01:34.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:01:34.095Z||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-04-30T16:01:34.095Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:01:43.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:01:48.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:01:48.787Z||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-04-30T16:01:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:01:48.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:01:48.788Z||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-04-30T16:01:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:01:49.308Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:01:49.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-30T16:01:49.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798445376,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d5838b8e5-dec3-4d06-8e9f-a9de96f5990e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:01:49.310Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:01:58.331Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:02:48.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:02:48.786Z||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-04-30T16:02:48.786Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:02:48.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:02:48.788Z||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-04-30T16:02:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:02:58.328Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:02:58.329Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:03:48.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:03:48.787Z||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-04-30T16:03:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:03:48.788Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:03:48.788Z||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-04-30T16:03:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:03:58.330Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:03:58.330Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:04:48.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:04:48.786Z||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-04-30T16:04:48.786Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:04:48.787Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:04:48.788Z||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-04-30T16:04:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:04:58.328Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:04:58.349Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:05:48.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:05:48.786Z||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-04-30T16:05:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:05:48.788Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:05:48.788Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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-04-30T16:05:48.788Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:05:49.409Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:05:49.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b07512b0-aaf4-4d26-b597-0b97c7f5683a","serviceName":"vFW 2021-04-30 16-03-53","serviceVersion":"1.0","serviceUUID":"15c6509f-056b-4118-8250-b4d031e86806","serviceDescription":"catalog service description","serviceInvariantUUID":"339d4694-9dda-47a8-b465-399dce5091d1","resources":[{"resourceInstanceName":"vFW f2df45d2-e0ac 0","resourceName":"vFW f2df45d2-e0ac","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9f0d7788-2dee-4bcf-890e-34d11fe6559f","resourceInvariantUUID":"edde4636-4d80-4170-b68f-b3bc71abcd22","resourceCustomizationUUID":"37901e5c-a848-409e-afab-db998c09fed9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml","artifactChecksum":"YjA3ZGJiZmNlZjdhNDcxMTA1Y2IwZDA3ZmI0NzY1OWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"57cb81c5-6333-4a7f-8855-9073cd1aed56","artifactVersion":"1"},{"artifactName":"vfwf2df45d2e0ac0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json","artifactChecksum":"MzdmYTk3MTMwNTE1ZDljYTlkODQ5YWU5N2U3NjZiYmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"72f9954a-32bf-46ba-b43b-2888dfada474","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3d3bc676-51f9-4e32-8e46-d33ffd841b0a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml","artifactChecksum":"ODk4MWUyNDY3NzMzZDNiNzhiZTU0OGVkZDVkMzRmYjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"beb57148-9146-47a6-87e8-7d890bc12c1f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"11404037-70df-403e-a278-f2ee35d832a8","artifactVersion":"2","generatedFromUUID":"3d3bc676-51f9-4e32-8e46-d33ffd841b0a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210430160353-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml","artifactChecksum":"MTkxM2MwNzJiYzE5NWZjZGZiNmM1ZDE3ZTcyNjEzMDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13db3385-2120-4fba-8808-f54ffda3f792","artifactVersion":"1"},{"artifactName":"service-Vfw20210430160353-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar","artifactChecksum":"MmQ4YTViZGRiZjdjMzY4YjkzOTExNzdkZThlMWIxODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e847e8a1-8872-4256-813e-43db3f81381c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T16:05:49.412Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:05:49.412Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:05:49.414Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:05:49.414Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798748786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.417Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:05:49.419Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.420Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "cds",
"timestamp": 1619798702988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.420Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.420Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.420Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619798699159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.420Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.421Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.421Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "dcae-sch",
"timestamp": 1619798700164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.421Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.421Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.421Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619798703323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.421Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.421Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.421Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "policy-id",
"timestamp": 1619798705138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.421Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.422Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.422Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798707432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.422Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.422Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.422Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619798699159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.422Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.422Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.422Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "cds",
"timestamp": 1619798702988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.422Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.422Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.423Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "dcae-sch",
"timestamp": 1619798700164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.423Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.423Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.423Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619798703323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.423Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.423Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.423Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "policy-id",
"timestamp": 1619798705138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.423Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.424Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.424Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798707432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
"status": "NOTIFIED"
}
2021-04-30T16:05:49.424Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.424Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.424Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "cds",
"timestamp": 1619798702988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.424Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.424Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.424Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619798699159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.424Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.425Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.425Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "dcae-sch",
"timestamp": 1619798700164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.425Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.425Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.425Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619798703323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.425Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.425Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.426Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "policy-id",
"timestamp": 1619798705138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-30T16:05:49.426Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.426Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.426Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798707432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-30T16:05:49.426Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.426Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.427Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619798699159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.427Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.427Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.427Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "cds",
"timestamp": 1619798702988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.427Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.427Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.427Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "dcae-sch",
"timestamp": 1619798700164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.427Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.433Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.433Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619798703323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.433Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.433Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.433Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "policy-id",
"timestamp": 1619798705138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.434Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.434Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.434Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798707432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.434Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.434Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.434Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "cds",
"timestamp": 1619798702988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.434Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.434Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.434Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619798699159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.434Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "dcae-sch",
"timestamp": 1619798700164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619798703323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "policy-id",
"timestamp": 1619798705138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798707432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798712060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "cds",
"timestamp": 1619798702988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619798699159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "dcae-sch",
"timestamp": 1619798700164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619798703323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "policy-id",
"timestamp": 1619798705138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798707432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798712060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
"status": "NOTIFIED"
}
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "cds",
"timestamp": 1619798702988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619798699159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "dcae-sch",
"timestamp": 1619798700164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619798703323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "policy-id",
"timestamp": 1619798705138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798707432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798712060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "cds",
"timestamp": 1619798715115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "aai-ml",
"timestamp": 1619798714533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619798715183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "policy-id",
"timestamp": 1619798715158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798715345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798712060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "cds",
"timestamp": 1619798716121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-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-04-30T16:05:49.454Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b07512b0-aaf4-4d26-b597-0b97c7f5683a
2021-04-30T16:05:49.454Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b07512b0-aaf4-4d26-b597-0b97c7f5683a 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-04-30T16:05:49.460Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.460Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "aai-ml",
"timestamp": 1619798714533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.460Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "policy-id",
"timestamp": 1619798716162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798716549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798712060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798716258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.462Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.462Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "aai-ml",
"timestamp": 1619798714533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.462Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.462Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.462Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "policy-id",
"timestamp": 1619798717166,
"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-04-30T16:05:49.465Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b07512b0-aaf4-4d26-b597-0b97c7f5683a
2021-04-30T16:05:49.465Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b07512b0-aaf4-4d26-b597-0b97c7f5683a 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-04-30T16:05:49.472Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.472Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798712060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.472Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.472Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.472Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798717769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.472Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.472Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798716258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
"status": "NOTIFIED"
}
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "aai-ml",
"timestamp": 1619798714533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619798718192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798712060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798718774,
"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-04-30T16:05:49.476Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b07512b0-aaf4-4d26-b597-0b97c7f5683a
2021-04-30T16:05:49.477Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b07512b0-aaf4-4d26-b597-0b97c7f5683a 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-04-30T16:05:49.481Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.482Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798716258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-30T16:05:49.482Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.482Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.482Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "aai-ml",
"timestamp": 1619798714533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.482Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.482Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.482Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619798719195,
"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-04-30T16:05:49.485Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b07512b0-aaf4-4d26-b597-0b97c7f5683a
2021-04-30T16:05:49.486Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b07512b0-aaf4-4d26-b597-0b97c7f5683a 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-04-30T16:05:49.491Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.491Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619798719778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-30T16:05:49.491Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.491Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.491Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798716258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.492Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.492Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.492Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798719962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.492Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.492Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.492Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "aai-ml",
"timestamp": 1619798714533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.492Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.492Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.492Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "clamp",
"timestamp": 1619798720252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.492Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.492Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798716258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "aai-ml",
"timestamp": 1619798714533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798721190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "clamp",
"timestamp": 1619798720252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
"status": "NOTIFIED"
}
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798716258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "clamp",
"timestamp": 1619798720252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798716258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798722913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "aai-ml",
"timestamp": 1619798722922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "clamp",
"timestamp": 1619798720252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798723945,
"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-04-30T16:05:49.497Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b07512b0-aaf4-4d26-b597-0b97c7f5683a
2021-04-30T16:05:49.497Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b07512b0-aaf4-4d26-b597-0b97c7f5683a 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-04-30T16:05:49.502Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798724665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "clamp",
"timestamp": 1619798720252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619798724950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798725882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "clamp",
"timestamp": 1619798720252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.504Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "clamp",
"timestamp": 1619798720252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T16:05:49.504Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-30T16:05:49.504Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.504Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798727091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.504Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.504Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.504Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798728096,
"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-04-30T16:05:49.508Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b07512b0-aaf4-4d26-b597-0b97c7f5683a
2021-04-30T16:05:49.508Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b07512b0-aaf4-4d26-b597-0b97c7f5683a 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-04-30T16:05:49.514Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.514Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:05:49.514Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "aai-ml",
"timestamp": 1619798729056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
"status": "DEPLOY_ERROR"
}
2021-04-30T16:05:49.514Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.515Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.515Z||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-04-30T16:05:49.515Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:05:49.515Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619798729099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-30T16:05:49.515Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.515Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.515Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "aai-ml",
"timestamp": 1619798730059,
"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-04-30T16:05:49.519Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b07512b0-aaf4-4d26-b597-0b97c7f5683a
2021-04-30T16:05:49.520Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b07512b0-aaf4-4d26-b597-0b97c7f5683a 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-04-30T16:05:49.525Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:05:49.526Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:05:49.526Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.526Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "clamp",
"timestamp": 1619798737965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.526Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.526Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.527Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "clamp",
"timestamp": 1619798739974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-30T16:05:49.527Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.527Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.527Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "clamp",
"timestamp": 1619798740976,
"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-04-30T16:05:49.531Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b07512b0-aaf4-4d26-b597-0b97c7f5683a
2021-04-30T16:05:49.531Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b07512b0-aaf4-4d26-b597-0b97c7f5683a 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-04-30T16:05:50.415Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:05:50.416Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:05:50.417Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:05:50.417Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798748786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
"status": "NOTIFIED"
}
2021-04-30T16:05:50.518Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:05:50.518Z||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-04-30T16:05:50.519Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:05:50.532Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:05:50.533Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:05:51.418Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:05:51.418Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:05:51.420Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:05:51.420Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798748786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-30T16:05:51.520Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:05:51.521Z||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-04-30T16:05:51.521Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:05:51.532Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:05:51.532Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:05:52.421Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:05:52.421Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:05:52.423Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:05:52.423Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798748786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:52.523Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:05:52.524Z||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-04-30T16:05:52.524Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:05:52.533Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:05:52.533Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:05:53.424Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:05:53.424Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:05:53.426Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:05:53.426Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798748786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-30T16:05:53.526Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:05:53.527Z||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-04-30T16:05:53.527Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:05:53.537Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:05:53.537Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:05:54.427Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:05:54.428Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:05:54.429Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:05:54.429Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798748786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T16:05:54.530Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:05:54.530Z||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-04-30T16:05:54.530Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:05:54.539Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:05:54.540Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:05:55.430Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:05:55.431Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:05:55.432Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:05:55.433Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798748786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T16:05:55.533Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:05:55.534Z||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-04-30T16:05:55.534Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:05:55.544Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:05:55.544Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:05:56.434Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"serviceName": "vFW 2021-04-30 16-03-53",
"serviceVersion": "1.0",
"serviceUUID": "15c6509f-056b-4118-8250-b4d031e86806",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "339d4694-9dda-47a8-b465-399dce5091d1",
"resources": [
{
"resourceInstanceName": "vFW f2df45d2-e0ac 0",
"resourceCustomizationUUID": "37901e5c-a848-409e-afab-db998c09fed9",
"resourceName": "vFW f2df45d2-e0ac",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9f0d7788-2dee-4bcf-890e-34d11fe6559f",
"resourceInvariantUUID": "edde4636-4d80-4170-b68f-b3bc71abcd22",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf2df45d2e0ac0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
"artifactChecksum": "MzdmYTk3MTMwNTE1ZDljYTlkODQ5YWU5N2U3NjZiYmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "72f9954a-32bf-46ba-b43b-2888dfada474",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3d3bc676-51f9-4e32-8e46-d33ffd841b0a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "11404037-70df-403e-a278-f2ee35d832a8",
"generatedFromUUID": "3d3bc676-51f9-4e32-8e46-d33ffd841b0a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "11404037-70df-403e-a278-f2ee35d832a8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210430160353-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
"artifactChecksum": "MmQ4YTViZGRiZjdjMzY4YjkzOTExNzdkZThlMWIxODI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e847e8a1-8872-4256-813e-43db3f81381c"
}
],
"workloadContext": "Production"
}
2021-04-30T16:05:56.434Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T16:05:56.434Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15c6509f-056b-4118-8250-b4d031e86806 ASDC
2021-04-30T16:05:56.435Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b07512b0-aaf4-4d26-b597-0b97c7f5683a
ServiceName:vFW 2021-04-30 16-03-53
ServiceVersion:1.0
ServiceUUID:15c6509f-056b-4118-8250-b4d031e86806
ServiceInvariantUUID:339d4694-9dda-47a8-b465-399dce5091d1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210430160353-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar
ArtifactUUID:e847e8a1-8872-4256-813e-43db3f81381c
ArtifactChecksum:MmQ4YTViZGRiZjdjMzY4YjkzOTExNzdkZThlMWIxODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f2df45d2-e0ac 0
ResourceCustomizationUUID:37901e5c-a848-409e-afab-db998c09fed9
ResourceInvariantUUID:edde4636-4d80-4170-b68f-b3bc71abcd22
ResourceName:vFW f2df45d2-e0ac
ResourceType:VF
ResourceUUID:9f0d7788-2dee-4bcf-890e-34d11fe6559f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf2df45d2e0ac0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json
ArtifactUUID:72f9954a-32bf-46ba-b43b-2888dfada474
ArtifactChecksum:MzdmYTk3MTMwNTE1ZDljYTlkODQ5YWU5N2U3NjZiYmI=
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/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml
ArtifactUUID:3d3bc676-51f9-4e32-8e46-d33ffd841b0a
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/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env
ArtifactUUID:11404037-70df-403e-a278-f2ee35d832a8
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/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env
ArtifactUUID:11404037-70df-403e-a278-f2ee35d832a8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-30T16:05:56.435Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15c6509f-056b-4118-8250-b4d031e86806 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-04-30T16:05:56.467Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:05:56.468Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-30T16:05:56.468Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-30T16:05:56.468Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e847e8a1-8872-4256-813e-43db3f81381c from URL: /sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:56.468Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-30T16:05:56.468Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:56.693Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-30T16:05:56.698Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar e847e8a1-8872-4256-813e-43db3f81381c 111219
2021-04-30T16:05:56.698Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar ASDC sendASDCNotification
2021-04-30T16:05:56.698Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:56.698Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:05:56.698Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:05:56.700Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:05:56.700Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798756698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-30T16:05:56.800Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:05:56.801Z||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-04-30T16:05:56.801Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:05:56.809Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:05:56.810Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:05:57.700Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:05:57.701Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-30T16:05:57.702Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: e847e8a1-8872-4256-813e-43db3f81381c, URL: /sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar to file: /app/ASDC/1/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:57.702Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210430160353-csar.csar
2021-04-30T16:05:57.703Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:57.703Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:57.887Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP338762352972560838/Definitions/service-Vfw20210430160353-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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
2021-04-30T16:05:59.595Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T16:05:59.595Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||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-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||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-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|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-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||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-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|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-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|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-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f2df45d2-e0ac 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.597Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|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-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.597Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.597Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f2df45d2-e0ac 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-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.597Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|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-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.597Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-30T16:05:59.597Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T16:05:59.597Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:05:59.597Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is matching search criteria
2021-04-30T16:05:59.597Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-30T16:05:59.598Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2df45d2-e0ac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:05:59.598Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T16:05:59.598Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:05:59.598Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is matching search criteria
2021-04-30T16:05:59.598Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-30T16:05:59.598Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2df45d2-e0ac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:05:59.598Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T16:05:59.598Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:05:59.598Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is not matching search criteria
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T16:05:59.600Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T16:05:59.600Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T16:05:59.600Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T16:05:59.600Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.600Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-30T16:05:59.600Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T16:05:59.600Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T16:05:59.600Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T16:05:59.600Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is matching search criteria
2021-04-30T16:05:59.600Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2df45d2-e0ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:05:59.601Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T16:05:59.601Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is matching search criteria
2021-04-30T16:05:59.601Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2df45d2-e0ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:05:59.601Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T16:05:59.601Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is matching search criteria
2021-04-30T16:05:59.601Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2df45d2-e0ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:05:59.601Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T16:05:59.601Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is not matching search criteria
2021-04-30T16:05:59.601Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=34f30496-840e-47df-ae8c-6a204e5518b8
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is not matching search criteria
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T16:05:59.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4ef627bb-45d4-478a-bdb5-ffb42b9961f0
2021-04-30T16:05:59.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T16:05:59.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is not matching search criteria
2021-04-30T16:05:59.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:05:59.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T16:05:59.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T16:05:59.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T16:05:59.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:05:59.605Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T16:05:59.605Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T16:05:59.605Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.605Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T16:05:59.605Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-30T16:05:59.605Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=beb051a9-e8c7-4158-855c-66f1674b0ed0
2021-04-30T16:05:59.605Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T16:05:59.605Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:05:59.605Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T16:05:59.605Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:05:59.606Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T16:05:59.606Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:05:59.606Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T16:05:59.606Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:05:59.606Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-30 16-03-53
Description:catalog service description
Model UUID:15c6509f-056b-4118-8250-b4d031e86806
Model Version:NULL
Model InvariantUuid:339d4694-9dda-47a8-b465-399dce5091d1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f2df45d2-e0ac
Model UUID:deeea647-00ec-47b1-bd2d-d0d462a5478b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:edde4636-4d80-4170-b68f-b3bc71abcd22
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:37901e5c-a848-409e-afab-db998c09fed9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:80c27fdd-bf62-47c5-bb9b-671df09e500d
ModelName:VfwF2df45d2E0ac..base_vfw..module-0
ModelUuid:92f3a9ee-5676-47ce-a1bf-8d431af88d6c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:34f30496-840e-47df-ae8c-6a204e5518b8
ModelInvariantUuid:ef76fdb1-61d2-47c0-a76a-99d90421223b
ModelName:vFW f2df45d2-e0ac-nodes.vfwCvfc
ModelUuid:ccda43ee-abd9-4701-a8a2-9a2275769291
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:9b4abba1-fdbb-4796-8f84-3d224b7f01bd
ModelInvariantUuid:23d24359-c97a-4b34-afe1-88b50ec18c3b
ModelName:VfwF2df45d2E0ac.compute.nodes.heat.vfw
ModelUuid:f0b20045-556d-471f-b772-7cf0d5a06a8d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4ef627bb-45d4-478a-bdb5-ffb42b9961f0
ModelInvariantUuid:e4a0d10b-0f02-4615-947c-34a8f62b88d4
ModelName:vFW f2df45d2-e0ac-nodes.vsnCvfc
ModelUuid:4299ce39-0c96-4bc7-95a7-d44c15e3bfb2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:4849fcf2-fba0-454e-8c59-c53b1cafcb5d
ModelInvariantUuid:015b9ffd-fa6c-4697-850f-caed76508ddd
ModelName:VfwF2df45d2E0ac.compute.nodes.heat.vsn
ModelUuid:b2384cb7-2cd8-40cc-9504-7b287e6519a1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:beb051a9-e8c7-4158-855c-66f1674b0ed0
ModelInvariantUuid:53816816-91a3-44c9-8d8a-29a4cdcd0854
ModelName:vFW f2df45d2-e0ac-nodes.vpgCvfc
ModelUuid:e94ad775-54dc-4fac-93c7-f65d2bf68e2b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:30b5624f-ec3a-4582-8d13-f124cf7d049c
ModelInvariantUuid:435489c8-af3e-4603-9de9-42d863d62fb2
ModelName:VfwF2df45d2E0ac.compute.nodes.heat.vpg
ModelUuid:05f74722-a65e-47f6-bd8a-83fe6d6e9b0b
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-04-30T16:05:59.612Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9f0d7788-2dee-4bcf-890e-34d11fe6559f
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-04-30T16:05:59.615Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||vFW f2df45d2-e0ac 0
2021-04-30T16:05:59.615Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9f0d7788-2dee-4bcf-890e-34d11fe6559f
2021-04-30T16:05:59.615Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 72f9954a-32bf-46ba-b43b-2888dfada474 from URL: /sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json
2021-04-30T16:05:59.615Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-30T16:05:59.615Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json
2021-04-30T16:05:59.853Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-30T16:05:59.854Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json 72f9954a-32bf-46ba-b43b-2888dfada474 785
2021-04-30T16:05:59.854Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json ASDC sendASDCNotification
2021-04-30T16:05:59.854Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json
2021-04-30T16:05:59.854Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:05:59.854Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:05:59.856Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:05:59.857Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798759854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-30T16:05:59.957Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:05:59.957Z||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-04-30T16:05:59.958Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:05:59.965Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:05:59.965Z||pool-43-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:06:00.857Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF2df45d2E0ac..base_vfw..module-0",
"vfModuleModelInvariantUUID": "80c27fdd-bf62-47c5-bb9b-671df09e500d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "92f3a9ee-5676-47ce-a1bf-8d431af88d6c",
"vfModuleModelCustomizationUUID": "79dbb75e-2a57-40de-ba9b-04e981aba2cb",
"isBase": true,
"artifacts": [
"3d3bc676-51f9-4e32-8e46-d33ffd841b0a",
"11404037-70df-403e-a278-f2ee35d832a8"
],
"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-04-30T16:06:00.860Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF2df45d2E0ac..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:92f3a9ee-5676-47ce-a1bf-8d431af88d6c
VfModuleModelInvariantUUID:80c27fdd-bf62-47c5-bb9b-671df09e500d
VfModuleModelDescription:NULL
Artifacts UUID List:{
3d3bc676-51f9-4e32-8e46-d33ffd841b0a
,
11404037-70df-403e-a278-f2ee35d832a8
}
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-04-30T16:06:00.862Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF2df45d2E0ac..base_vfw..module-0",
"vfModuleModelInvariantUUID": "80c27fdd-bf62-47c5-bb9b-671df09e500d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "92f3a9ee-5676-47ce-a1bf-8d431af88d6c",
"vfModuleModelCustomizationUUID": "79dbb75e-2a57-40de-ba9b-04e981aba2cb",
"isBase": true,
"artifacts": [
"3d3bc676-51f9-4e32-8e46-d33ffd841b0a",
"11404037-70df-403e-a278-f2ee35d832a8"
],
"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-04-30T16:06:00.862Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF2df45d2E0ac..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:92f3a9ee-5676-47ce-a1bf-8d431af88d6c
VfModuleModelInvariantUUID:80c27fdd-bf62-47c5-bb9b-671df09e500d
VfModuleModelDescription:NULL
Artifacts UUID List:{
3d3bc676-51f9-4e32-8e46-d33ffd841b0a
,
11404037-70df-403e-a278-f2ee35d832a8
}
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-04-30T16:06:00.862Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3d3bc676-51f9-4e32-8e46-d33ffd841b0a from URL: /sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml
2021-04-30T16:06:00.862Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-30T16:06:00.862Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml
2021-04-30T16:06:01.065Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-30T16:06:01.066Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml 3d3bc676-51f9-4e32-8e46-d33ffd841b0a 20368
2021-04-30T16:06:01.066Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-30T16:06:01.066Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml
2021-04-30T16:06:01.066Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:06:01.066Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:06:01.068Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:06:01.068Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798761066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-30T16:06:01.168Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:06:01.169Z||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-04-30T16:06:01.169Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:06:01.177Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:06:01.178Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:06:02.068Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 11404037-70df-403e-a278-f2ee35d832a8 from URL: /sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env
2021-04-30T16:06:02.069Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-30T16:06:02.069Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env
2021-04-30T16:06:02.255Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-30T16:06:02.255Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env 11404037-70df-403e-a278-f2ee35d832a8 2098
2021-04-30T16:06:02.255Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-30T16:06:02.255Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env
2021-04-30T16:06:02.255Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:06:02.256Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:06:02.257Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:06:02.257Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619798762255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-30T16:06:02.357Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:06:02.358Z||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-04-30T16:06:02.358Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:06:02.370Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T16:06:02.370Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:06:03.258Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 15c6509f-056b-4118-8250-b4d031e86806
2021-04-30T16:06:03.258Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f2df45d2-e0ac 0 9f0d7788-2dee-4bcf-890e-34d11fe6559f 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-04-30T16:06:03.273Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T16:06:03.274Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:06:03.274Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-04-30T16:06:03.274Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 37901e5c-a848-409e-afab-db998c09fed9
2021-04-30T16:06:03.274Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 37901e5c-a848-409e-afab-db998c09fed9 matches Tosca VF Customization UUID: 37901e5c-a848-409e-afab-db998c09fed9
2021-04-30T16:06:03.274Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 37901e5c-a848-409e-afab-db998c09fed9 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-04-30T16:06:03.277Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T16:06:03.277Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:06:03.277Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 37901e5c-a848-409e-afab-db998c09fed9: {\"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-04-30T16:06:03.277Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42496f31
2021-04-30T16:06:03.277Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T16:06:03.278Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T16:06:03.278Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 79dbb75e-2a57-40de-ba9b-04e981aba2cb
2021-04-30T16:06:03.278Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 79dbb75e-2a57-40de-ba9b-04e981aba2cb
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-04-30T16:06:03.280Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T16:06:03.280Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is matching search criteria
2021-04-30T16:06:03.280Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2df45d2-e0ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:06:03.280Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T16:06:03.281Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is matching search criteria
2021-04-30T16:06:03.281Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2df45d2-e0ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:06:03.281Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T16:06:03.281Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is not matching search criteria
2021-04-30T16:06:03.281Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:06:03.281Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-30T16:06:03.282Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:06:03.282Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T16:06:03.282Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T16:06:03.282Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:06:03.282Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T16:06:03.282Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T16:06:03.283Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T16:06:03.283Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T16:06:03.283Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:06:03.283Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=34f30496-840e-47df-ae8c-6a204e5518b8
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-04-30T16:06:03.286Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T16:06:03.287Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is matching search criteria
2021-04-30T16:06:03.287Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2df45d2-e0ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:06:03.287Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery