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-05-24T23:54:19.944Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-646ww with PID 14 (/app/app.jar started by so in /app)
2021-05-24T23:54:19.949Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-24T23:54:19.950Z||main|||||INFO|500||The following profiles are active: basic
2021-05-24T23:54:26.511Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-24T23:54:26.511Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-24T23:54:26.590Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-24T23:54:27.964Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-24T23:54:28.135Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-24T23:54:28.462Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-24T23:54:28.578Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-24T23:54:28.656Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-24T23:54:28.801Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-24T23:54:29.234Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-24T23:54:30.008Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-24T23:54:31.782Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-24T23:54:31.819Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-24T23:54:32.306Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-24T23:54:32.601Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-05-24T23:54:33.657Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-24T23:54:34.508Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-05-24T23:54:34.536Z||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$$cd1e949.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-05-24T23:54:34.537Z||main|||||WARN|500||The sdc end point is not alive
2021-05-24T23:54:36.438Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-05-24T23:54:38.500Z||main|||||WARN|500||---
2021-05-24T23:54:38.500Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-24T23:54:38.501Z||main|||||WARN|500||---
2021-05-24T23:54:38.762Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-24T23:54:41.504Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-24T23:54:41.506Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-24T23:54:41.507Z||main|||||INFO|500||Started Application in 23.693 seconds (JVM running for 24.782)
2021-05-24T23:54:41.535Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-24T23:54:41.561Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-24T23:54:41.641Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5d213c47-5fb1-4512-81cf-e52b86f09c8d url= /sdc/v1/artifactTypes
2021-05-24T23:54:41.642Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-24T23:54:42.739Z||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.31.13] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-24T23:54:42.743Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b214ce9
2021-05-24T23:54:42.743Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-24T23:54:42.751Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-24T23:54:42.753Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-24T23:54:42.755Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-24T23:55:31.500Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-24T23:55:31.501Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-24T23:55:31.501Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-24T23:55:31.503Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-24T23:55:31.509Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cad93fb3-636c-47b5-a1cb-3bada3d80a7d url= /sdc/v1/artifactTypes
2021-05-24T23:55:31.509Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-24T23:55:32.530Z||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.31.13] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-24T23:55:32.531Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f9598f5
2021-05-24T23:55:32.531Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-24T23:55:32.531Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-24T23:55:32.532Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-24T23:55:32.532Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-24T23:56:21.500Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-24T23:56:21.500Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-24T23:56:21.501Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-24T23:56:21.503Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-24T23:56:21.508Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f397b23f-8b7c-4468-b7f3-5601dd346e86 url= /sdc/v1/artifactTypes
2021-05-24T23:56:21.509Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-24T23:56:22.547Z||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.31.13] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-24T23:56:22.548Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ed6ed23
2021-05-24T23:56:22.548Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-24T23:56:22.548Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-24T23:56:22.549Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-24T23:56:22.549Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-24T23:57:11.500Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-24T23:57:11.501Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-24T23:57:11.501Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-24T23:57:11.505Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-24T23:57:11.509Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0f42cd2c-e774-4cd6-a8d6-b89361edcb5a url= /sdc/v1/artifactTypes
2021-05-24T23:57:11.510Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-24T23:57:12.530Z||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.31.13] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-24T23:57:12.531Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4173a7a4
2021-05-24T23:57:12.531Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-24T23:57:12.531Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-24T23:57:12.531Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-24T23:57:12.532Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-24T23:58:01.501Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-24T23:58:01.501Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-24T23:58:01.501Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-24T23:58:01.504Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-24T23:58:01.509Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c6984117-4d0e-4452-87f7-2b3ff96c5e5a url= /sdc/v1/artifactTypes
2021-05-24T23:58:01.509Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-24T23:58:02.547Z||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.31.13] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-24T23:58:02.548Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@756d9f03
2021-05-24T23:58:02.548Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-24T23:58:02.548Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-24T23:58:02.549Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-24T23:58:02.549Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-24T23:58:51.500Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-24T23:58:51.500Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-24T23:58:51.501Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-24T23:58:51.503Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-24T23:58:51.507Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 87cb70f2-14b2-4e7d-b5bc-24898f6dc5aa url= /sdc/v1/artifactTypes
2021-05-24T23:58:51.507Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-24T23:58:51.669Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-24T23:58:51.675Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-05-24T23:58:51.694Z||scheduling-1|||||DEBUG|500||create keys
2021-05-24T23:58:51.701Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-24T23:58:51.727Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-24T23:58:51.741Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 57268e18-08c7-4283-b4fe-97d22455fc46 url= /sdc/v1/registerForDistribution
2021-05-24T23:58:52.025Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 57268e18-08c7-4283-b4fe-97d22455fc46 url= /sdc/v1/registerForDistribution
2021-05-24T23:58:52.025Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-24T23:58:52.033Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-24T23:58:52.034Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-24T23:58:52.039Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-24T23:58:52.039Z||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 OnHEVTE598fXYCky) ...
2021-05-24T23:58:52.039Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-24T23:58:52.040Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-24T23:58:52.040Z||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 OnHEVTE598fXYCky) ...
2021-05-24T23:59:02.269Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-24T23:59:02.274Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-24T23:59:52.032Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-24T23:59:52.033Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-24T23:59:52.033Z||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 OnHEVTE598fXYCky) ...
2021-05-24T23:59:52.033Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-24T23:59:52.034Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-24T23:59:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:00:01.583Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:00:01.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:00:52.034Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:00:52.038Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:00:52.038Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:00:52.038Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:00:52.039Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:00:52.040Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:01:01.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:01:01.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:01:52.032Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:01:52.033Z||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-05-25T00:01:52.033Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:01:52.033Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:01:52.034Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:01:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:02:01.585Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:02:01.609Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:02:52.032Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:02:52.033Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:02:52.033Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:02:52.034Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:02:52.035Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:02:52.035Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:03:01.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:03:01.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:03:52.032Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:03:52.033Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:03:52.033Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:03:52.033Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:03:52.034Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:03:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:04:01.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:04:01.581Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:04:13.778Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-25T00:04:52.032Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:04:52.033Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:04:52.033Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:04:52.033Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:04:52.034Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:04:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:05:01.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:05:01.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:05:52.032Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:05:52.033Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:05:52.033Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:05:52.033Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:05:52.034Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:05:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:06:01.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:06:01.583Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:06:52.032Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:06:52.033Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:06:52.033Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:06:52.033Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:06:52.034Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:06:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:07:01.585Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:07:01.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:07:52.032Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:07:52.033Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:07:52.033Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:07:52.033Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:07:52.034Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:07:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:08:01.584Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:08:01.584Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:08:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:08:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:08:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:08:52.033Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:08:52.034Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:08:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:09:01.577Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:09:01.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:09:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:09:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:09:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:09:52.033Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:09:52.034Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:09:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:10:01.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:10:01.584Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:10:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:10:52.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:10:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:10:52.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:10:52.034Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:10:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:11:01.575Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:11:01.583Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:11:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:11:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:11:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:11:52.033Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:11:52.034Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:11:52.035Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:12:01.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:12:01.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:12:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:12:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:12:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:12:52.033Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:12:52.034Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:12:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:13:01.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:13:01.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:13:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:13:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:13:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:13:52.033Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:13:52.034Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:13:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:14:01.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:14:01.586Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:14:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:14:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:14:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:14:52.033Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:14:52.034Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:14:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:15:01.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:15:01.586Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:15:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:15:52.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:15:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:15:52.033Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:15:52.034Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:15:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:16:01.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:16:01.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:16:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:16:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:16:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:16:52.033Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:16:52.034Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:16:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:17:01.573Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:17:01.575Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:17:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:17:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:17:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:17:52.033Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:17:52.034Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:17:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:18:01.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:18:01.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:18:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:18:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:18:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:18:52.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:18:52.034Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:18:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:19:01.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:19:01.583Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:19:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:19:52.033Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:19:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:19:52.034Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:19:52.034Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:19:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:20:01.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:20:01.600Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:20:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:20:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:20:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:20:52.033Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:20:52.034Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:20:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:21:01.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:21:01.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:21:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:21:52.033Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:21:52.037Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:21:52.037Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:21:52.037Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:21:52.037Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:22:01.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:22:01.585Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:22:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:22:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:22:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:22:52.033Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:22:52.034Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:22:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:23:01.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:23:01.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:23:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:23:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:23:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:23:52.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:23:52.034Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:23:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:24:01.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:24:01.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:24:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:24:52.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:24:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:24:52.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:24:52.034Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:24:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:25:01.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:25:01.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:25:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:25:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:25:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:25:52.033Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:25:52.034Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:25:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:26:01.578Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:26:01.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:26:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:26:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:26:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:26:52.033Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:26:52.034Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:26:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:27:01.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:27:01.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:27:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:27:52.033Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:27:52.034Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:27:52.034Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:27:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:27:52.035Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:28:01.583Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:28:01.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:28:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:28:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:28:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:28:52.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:28:52.034Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:28:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:29:01.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:29:01.584Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:29:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:29:52.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:29:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:29:52.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:29:52.034Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:29:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:30:01.575Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:30:01.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:30:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:30:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:30:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:30:52.033Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:30:52.034Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:30:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:31:01.584Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:31:01.585Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:31:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:31:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:31:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:31:52.033Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:31:52.034Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:31:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:32:01.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:32:01.579Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:32:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:32:52.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:32:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:32:52.033Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:32:52.034Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:32:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:33:01.575Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:33:01.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:33:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:33:52.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:33:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:33:52.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:33:52.034Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:33:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:34:01.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:34:01.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:34:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:34:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:34:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:34:52.092Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:34:52.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:34:52.092Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:35:01.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:35:01.640Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:35:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:35:52.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:35:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:35:52.033Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:35:52.034Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:35:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:36:01.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:36:01.590Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:36:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:36:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:36:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:36:52.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:36:52.034Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:36:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:37:01.575Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:37:01.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:37:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:37:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:37:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:37:52.033Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:37:52.034Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:37:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:38:01.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:38:01.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:38:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:38:52.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:38:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:38:52.033Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:38:52.034Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:38:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:39:01.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:39:01.579Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:39:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:39:52.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:39:52.032Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:39:52.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:39:52.034Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:39:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:40:01.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:40:01.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:40:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:40:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:40:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:40:52.033Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:40:52.034Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:40:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:41:01.578Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:41:01.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:41:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:41:52.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:41:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:41:52.033Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:41:52.034Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:41:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:42:01.574Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:42:01.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:42:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:42:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:42:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:42:52.033Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:42:52.034Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:42:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:43:01.576Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:43:01.576Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:43:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:43:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:43:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:43:52.033Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:43:52.034Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:43:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:44:01.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:44:01.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:44:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:44:52.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:44:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:44:52.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:44:52.034Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:44:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:45:01.583Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:45:01.587Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:45:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:45:52.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:45:52.032Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:45:52.033Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:45:52.034Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:45:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:46:01.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:46:01.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:46:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:46:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:46:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:46:52.033Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:46:52.034Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:46:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:47:01.575Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:47:01.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:47:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:47:52.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:47:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:47:52.033Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:47:52.034Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:47:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:48:01.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:48:01.587Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:48:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:48:52.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:48:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:48:52.033Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:48:52.034Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:48:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:49:01.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:49:01.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:49:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:49:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:49:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:49:52.033Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:49:52.034Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:49:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:50:01.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:50:01.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:50:52.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:50:52.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:50:52.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:50:52.033Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:50:52.034Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:50:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:51:01.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:51:01.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:51:52.032Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:51:52.033Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:51:52.034Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:51:52.034Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:51:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:51:52.034Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:52:01.582Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:52:01.583Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:52:52.032Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:52:52.033Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:52:52.033Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:52:52.033Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:52:52.034Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:52:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:53:01.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:53:01.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:53:52.032Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:53:52.033Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:53:52.033Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:53:52.033Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:53:52.034Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:53:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:54:01.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:54:01.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:54:52.032Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:54:52.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:54:52.033Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:54:52.034Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:54:52.034Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:54:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:55:01.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:55:01.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:55:52.032Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:55:52.033Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:55:52.034Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:55:52.034Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:55:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:55:52.034Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:56:01.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:56:01.583Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:56:52.032Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:56:52.033Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:56:52.034Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:56:52.034Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:56:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:56:52.034Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:57:01.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:57:01.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:57:52.032Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:57:52.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:57:52.033Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:57:52.033Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:57:52.034Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:57:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:58:01.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:58:01.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:58:52.032Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:58:52.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:58:52.034Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:58:52.034Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:58:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T00:58:52.034Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:59:01.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:59:01.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T00:59:52.032Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:59:52.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:59:52.032Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T00:59:52.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T00:59:52.036Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T00:59:52.036Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:00:01.574Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:00:01.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:00:52.032Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:00:52.033Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:00:52.033Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:00:52.033Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:00:52.034Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:00:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:01:01.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:01:01.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:01:52.032Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:01:52.033Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:01:52.033Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:01:52.033Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:01:52.034Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:01:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:02:01.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:02:01.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:02:52.032Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:02:52.033Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:02:52.033Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:02:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:02:52.034Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:02:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:03:01.582Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:03:01.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:03:52.032Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:03:52.033Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:03:52.033Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:03:52.033Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:03:52.034Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:03:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:04:01.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:04:01.582Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:04:52.032Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:04:52.032Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:04:52.033Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:04:52.033Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:04:52.034Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:04:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:05:01.577Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:05:01.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:05:52.032Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:05:52.032Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:05:52.033Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:05:52.033Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:05:52.034Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:05:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:06:01.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:06:01.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:06:52.032Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:06:52.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:06:52.033Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T01:06:52.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:06:52.034Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:06:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:07:01.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:07:01.588Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:07:52.032Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:07:52.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:07:52.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T01:07:52.033Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:07:52.034Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:07:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:08:01.581Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:08:01.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:08:52.032Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:08:52.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:08:52.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T01:08:52.033Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:08:52.034Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:08:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:09:01.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:09:01.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:09:52.032Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:09:52.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:09:52.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T01:09:52.033Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:09:52.034Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:09:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:10:01.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:10:01.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:10:52.032Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:10:52.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:10:52.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T01:10:52.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:10:52.034Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:10:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:11:01.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:11:01.576Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:11:52.032Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:11:52.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:11:52.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T01:11:52.033Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:11:52.034Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:11:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:12:01.577Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:12:01.577Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:12:52.032Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:12:52.033Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:12:52.033Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T01:12:52.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:12:52.034Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:12:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:13:01.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:13:01.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:13:52.032Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:13:52.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:13:52.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T01:13:52.033Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:13:52.034Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:13:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:14:01.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:14:01.584Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:14:52.032Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:14:52.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:14:52.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T01:14:52.033Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:14:52.034Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:14:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:14:52.662Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:14:52.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80","serviceName":"basic_onboard_QZBrSQ","serviceVersion":"1.0","serviceUUID":"9ee9073a-af09-4687-ae9f-ca2b43160cc4","serviceDescription":"service","serviceInvariantUUID":"57fcaf65-e08e-404d-b125-be8c82d1c770","resources":[{"resourceInstanceName":"basic_onboard_QZBrSQ 0","resourceName":"basic_onboard_QZBrSQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"de7f7755-c7a2-4d82-9b12-ee5f7c4ce7fd","resourceInvariantUUID":"4599532e-6503-452f-9e17-c89db4748efb","resourceCustomizationUUID":"cba83c94-b670-4761-aa76-52d11ef50559","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vf-license-model.xml","artifactChecksum":"MDFiZWU5NWE2MTlmZWYyNmQzMGYxODVjOWRjY2RjNzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"22eea8d5-0eca-4529-815c-696237a7cbfc","artifactVersion":"1"},{"artifactName":"basic_onboard_qzbrsq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json","artifactChecksum":"NjFkOGMxYjA3ZWE1NGY3ZGQwYjc0YzdlNGFlOGY5NTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a23a69ee-4c03-4e4d-a909-7afd5d6abf9a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ee57e232-561e-43c0-bab0-c620ce714de5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"34950c61-8cd6-460f-9248-7f0357b48e57","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"70f91436-dafe-49e8-a480-7fbf1e853dc7","artifactVersion":"2","generatedFromUUID":"ee57e232-561e-43c0-bab0-c620ce714de5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQzbrsq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-template.yml","artifactChecksum":"MGZkZDBmNDY3NjY0ZWJkZmVhODg4NGI2NDliOGQ3ZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c92bff5e-91ca-44a8-9e0c-c5f3a0f1ce13","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQzbrsq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar","artifactChecksum":"NTRlZTA4OTYyOTk0YzYxMDM3Njk5NWVkMzVmODVlNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"adfb05df-ff01-499d-b8a1-83a953e3c123","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-25T01:14:52.667Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:14:52.671Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:14:52.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "cds",
"timestamp": 1621905251178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.676Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:14:52.691Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:14:52.691Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905292032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905248176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905251530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905246822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "policy-id",
"timestamp": 1621905248686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "dcae-sch",
"timestamp": 1621905248483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905248176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json",
"status": "NOTIFIED"
}
2021-05-25T01:14:52.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905251530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json",
"status": "NOTIFIED"
}
2021-05-25T01:14:52.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "cds",
"timestamp": 1621905251178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905246822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json",
"status": "NOTIFIED"
}
2021-05-25T01:14:52.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "policy-id",
"timestamp": 1621905248686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "dcae-sch",
"timestamp": 1621905248483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905248176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-25T01:14:52.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905251530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-25T01:14:52.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "cds",
"timestamp": 1621905251178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905246822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-25T01:14:52.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "policy-id",
"timestamp": 1621905248686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-25T01:14:52.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "dcae-sch",
"timestamp": 1621905248483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905248176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905251530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905246822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "cds",
"timestamp": 1621905251178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "policy-id",
"timestamp": 1621905248686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "dcae-sch",
"timestamp": 1621905248483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "ves-openapi-manager",
"timestamp": 1621905257827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905248176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-25T01:14:52.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905251530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-25T01:14:52.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905246822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-25T01:14:52.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "cds",
"timestamp": 1621905251178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "policy-id",
"timestamp": 1621905248686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "dcae-sch",
"timestamp": 1621905248483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "ves-openapi-manager",
"timestamp": 1621905257827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905248176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905251530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905246822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "cds",
"timestamp": 1621905251178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "policy-id",
"timestamp": 1621905248686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "dcae-sch",
"timestamp": 1621905248483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "clamp",
"timestamp": 1621905259726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "ves-openapi-manager",
"timestamp": 1621905257827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905248176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:14:52.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905251530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:14:52.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905246822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:14:52.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "policy-id",
"timestamp": 1621905248686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:14:52.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "cds",
"timestamp": 1621905251178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:14:52.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "dcae-sch",
"timestamp": 1621905248483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "clamp",
"timestamp": 1621905259726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json",
"status": "NOTIFIED"
}
2021-05-25T01:14:52.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "ves-openapi-manager",
"timestamp": 1621905257827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "clamp",
"timestamp": 1621905259726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "ves-openapi-manager",
"timestamp": 1621905257827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "aai-ml",
"timestamp": 1621905261920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905262827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:14:52.716Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:14:52.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905262823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:14:52.716Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:14:52.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905262846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:14:52.717Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:14:52.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "policy-id",
"timestamp": 1621905262840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:14:52.717Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:14:52.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "cds",
"timestamp": 1621905262965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:14:52.717Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:14:52.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "clamp",
"timestamp": 1621905259726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "ves-openapi-manager",
"timestamp": 1621905257827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "aai-ml",
"timestamp": 1621905261920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "policy-id",
"timestamp": 1621905263847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-25T01:14:52.719Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:14:52.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "cds",
"timestamp": 1621905263982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T01:14:52.792Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-05-25T01:14:52.795Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:14:52.795Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:14:52.810Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:14:52.811Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T01:14:52.874Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80
2021-05-25T01:14:52.894Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T01:14:52.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "clamp",
"timestamp": 1621905259726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "ves-openapi-manager",
"timestamp": 1621905257827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "aai-ml",
"timestamp": 1621905261920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905264606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:14:52.916Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:14:52.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905264622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:14:52.916Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:14:52.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905264644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:14:52.917Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:14:52.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "policy-id",
"timestamp": 1621905264850,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T01:14:52.931Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80
2021-05-25T01:14:52.931Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T01:14:52.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "clamp",
"timestamp": 1621905259726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "aai-ml",
"timestamp": 1621905261920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905266058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:14:52.940Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:14:52.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905266064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:14:52.941Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:14:52.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905266076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:14:52.942Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:14:52.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "clamp",
"timestamp": 1621905259726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:14:52.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "aai-ml",
"timestamp": 1621905261920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905267063,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T01:14:52.948Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80
2021-05-25T01:14:52.949Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-25T01:14:52.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905267070,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T01:14:52.963Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80
2021-05-25T01:14:52.964Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-25T01:14:52.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "aai-ml",
"timestamp": 1621905261920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905268067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-25T01:14:52.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:14:52.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905268073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-25T01:14:52.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:14:52.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "aai-ml",
"timestamp": 1621905261920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:14:52.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905268697,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T01:14:52.975Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80
2021-05-25T01:14:52.976Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-25T01:14:52.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905269703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-25T01:14:52.982Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:14:52.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905269226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905269226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905269226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "aai-ml",
"timestamp": 1621905271959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:14:52.984Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:14:52.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905269226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905269226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905269226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:52.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905269226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:14:52.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:14:52.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905277437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:14:52.987Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:14:52.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "clamp",
"timestamp": 1621905279557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:14:52.988Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:14:52.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "clamp",
"timestamp": 1621905280612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-25T01:14:52.989Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:14:52.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:52.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "clamp",
"timestamp": 1621905281616,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T01:14:52.993Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80
2021-05-25T01:14:52.993Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T01:14:53.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:53.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905281697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-25T01:14:53.001Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:14:53.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:53.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "aai-ml",
"timestamp": 1621905282628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-25T01:14:53.001Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:14:53.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:53.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905282702,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T01:14:53.006Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80
2021-05-25T01:14:53.006Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T01:14:53.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:14:53.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "aai-ml",
"timestamp": 1621905283633,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T01:14:53.018Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80
2021-05-25T01:14:53.018Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T01:14:53.696Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:14:53.696Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:14:53.699Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:14:53.699Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905292032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json",
"status": "NOTIFIED"
}
2021-05-25T01:14:53.799Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:14:53.800Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:14:53.800Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:14:53.813Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:14:53.814Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-05-25T01:14:54.699Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:14:54.700Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:14:54.702Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:14:54.702Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905292032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-25T01:14:54.803Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:14:54.803Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:14:54.804Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:14:54.814Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:14:54.814Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:14:55.703Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:14:55.704Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:14:55.705Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:14:55.705Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905292032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:55.806Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-25T01:14:55.807Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:14:55.807Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:14:55.817Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:14:55.818Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:14:56.706Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:14:56.707Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:14:56.708Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:14:56.708Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905292032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-25T01:14:56.809Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:14:56.809Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:14:56.809Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:14:56.819Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:14:56.820Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-25T01:14:57.711Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:14:57.711Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:14:57.714Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:14:57.714Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905292032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:14:57.814Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:14:57.815Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:14:57.815Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:14:57.828Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:14:57.828Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-25T01:14:58.715Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:14:58.716Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:14:58.717Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:14:58.718Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905292032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:14:58.818Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:14:58.819Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:14:58.819Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:14:58.831Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:14:58.831Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:14:59.719Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"serviceName": "basic_onboard_QZBrSQ",
"serviceVersion": "1.0",
"serviceUUID": "9ee9073a-af09-4687-ae9f-ca2b43160cc4",
"serviceDescription": "service",
"serviceInvariantUUID": "57fcaf65-e08e-404d-b125-be8c82d1c770",
"resources": [
{
"resourceInstanceName": "basic_onboard_QZBrSQ 0",
"resourceCustomizationUUID": "cba83c94-b670-4761-aa76-52d11ef50559",
"resourceName": "basic_onboard_QZBrSQ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "de7f7755-c7a2-4d82-9b12-ee5f7c4ce7fd",
"resourceInvariantUUID": "4599532e-6503-452f-9e17-c89db4748efb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_qzbrsq0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json",
"artifactChecksum": "NjFkOGMxYjA3ZWE1NGY3ZGQwYjc0YzdlNGFlOGY5NTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a23a69ee-4c03-4e4d-a909-7afd5d6abf9a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ee57e232-561e-43c0-bab0-c620ce714de5",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "70f91436-dafe-49e8-a480-7fbf1e853dc7",
"generatedFromUUID": "ee57e232-561e-43c0-bab0-c620ce714de5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "70f91436-dafe-49e8-a480-7fbf1e853dc7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardQzbrsq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"artifactChecksum": "NTRlZTA4OTYyOTk0YzYxMDM3Njk5NWVkMzVmODVlNzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "adfb05df-ff01-499d-b8a1-83a953e3c123"
}
],
"workloadContext": "Production"
}
2021-05-25T01:14:59.721Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-25T01:14:59.721Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9ee9073a-af09-4687-ae9f-ca2b43160cc4 ASDC
2021-05-25T01:14:59.841Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80
ServiceName:basic_onboard_QZBrSQ
ServiceVersion:1.0
ServiceUUID:9ee9073a-af09-4687-ae9f-ca2b43160cc4
ServiceInvariantUUID:57fcaf65-e08e-404d-b125-be8c82d1c770
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQzbrsq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar
ArtifactUUID:adfb05df-ff01-499d-b8a1-83a953e3c123
ArtifactChecksum:NTRlZTA4OTYyOTk0YzYxMDM3Njk5NWVkMzVmODVlNzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QZBrSQ 0
ResourceCustomizationUUID:cba83c94-b670-4761-aa76-52d11ef50559
ResourceInvariantUUID:4599532e-6503-452f-9e17-c89db4748efb
ResourceName:basic_onboard_QZBrSQ
ResourceType:VF
ResourceUUID:de7f7755-c7a2-4d82-9b12-ee5f7c4ce7fd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qzbrsq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json
ArtifactUUID:a23a69ee-4c03-4e4d-a909-7afd5d6abf9a
ArtifactChecksum:NjFkOGMxYjA3ZWE1NGY3ZGQwYjc0YzdlNGFlOGY5NTA=
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/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ee57e232-561e-43c0-bab0-c620ce714de5
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/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env
ArtifactUUID:70f91436-dafe-49e8-a480-7fbf1e853dc7
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/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env
ArtifactUUID:70f91436-dafe-49e8-a480-7fbf1e853dc7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-25T01:14:59.842Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ee9073a-af09-4687-ae9f-ca2b43160cc4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-25T01:14:59.878Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-25T01:14:59.879Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-25T01:14:59.879Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-25T01:14:59.880Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: adfb05df-ff01-499d-b8a1-83a953e3c123 from URL: /sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar
2021-05-25T01:14:59.880Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-25T01:14:59.881Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar
2021-05-25T01:15:00.354Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-25T01:15:00.367Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar adfb05df-ff01-499d-b8a1-83a953e3c123 74864
2021-05-25T01:15:00.367Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar ASDC sendASDCNotification
2021-05-25T01:15:00.367Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar
2021-05-25T01:15:00.368Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T01:15:00.369Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:15:00.370Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:15:00.370Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905300367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:15:00.470Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:15:00.471Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:15:00.471Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:15:00.484Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:15:00.484Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:15:01.371Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-25T01:15:01.372Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-25T01:15:01.372Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: adfb05df-ff01-499d-b8a1-83a953e3c123, URL: /sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar to file: /app/ASDC/1/service-BasicOnboardQzbrsq-csar.csar
2021-05-25T01:15:01.372Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQzbrsq-csar.csar
2021-05-25T01:15:01.483Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQzbrsq-csar.csar
2021-05-25T01:15:01.483Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQzbrsq-csar.csar
2021-05-25T01:15:01.889Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14925653015150910018/Definitions/service-BasicOnboardQzbrsq-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-05-25T01:15:03.566Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-25T01:15:03.570Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-25T01:15:03.570Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQzbrsq-csar.csar
2021-05-25T01:15:03.571Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-25T01:15:03.571Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QZBrSQ 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-BasicOnboardQzbrsq-csar.csar
2021-05-25T01:15:03.571Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||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-BasicOnboardQzbrsq-csar.csar
2021-05-25T01:15:03.571Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQzbrsq-csar.csar
2021-05-25T01:15:03.571Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QZBrSQ 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQzbrsq-csar.csar
2021-05-25T01:15:03.571Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||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-BasicOnboardQzbrsq-csar.csar
2021-05-25T01:15:03.571Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQzbrsq-csar.csar
2021-05-25T01:15:03.572Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardQzbrsq-csar.csar
2021-05-25T01:15:03.572Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQzbrsq-csar.csar
2021-05-25T01:15:03.572Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQzbrsq-csar.csar
2021-05-25T01:15:03.572Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||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-BasicOnboardQzbrsq-csar.csar
2021-05-25T01:15:03.572Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-25T01:15:03.578Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:03.579Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QZBrSQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:15:03.583Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QZBrSQ 0 is matching search criteria
2021-05-25T01:15:03.583Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-25T01:15:03.584Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QZBrSQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-25T01:15:03.586Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:03.586Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QZBrSQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:15:03.586Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QZBrSQ 0 is matching search criteria
2021-05-25T01:15:03.586Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-25T01:15:03.587Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QZBrSQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-25T01:15:03.587Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:03.587Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QZBrSQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:15:03.590Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:03.591Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QZBrSQ 0 is not matching search criteria
2021-05-25T01:15:03.591Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-25T01:15:03.591Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-25T01:15:03.591Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-25T01:15:03.591Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-25T01:15:03.591Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-25T01:15:03.592Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:03.592Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QZBrSQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-25T01:15:03.593Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:03.593Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QZBrSQ 0 is matching search criteria
2021-05-25T01:15:03.593Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QZBrSQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T01:15:03.594Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:03.594Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QZBrSQ 0 is matching search criteria
2021-05-25T01:15:03.595Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QZBrSQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T01:15:03.595Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:03.595Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QZBrSQ 0 is matching search criteria
2021-05-25T01:15:03.595Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QZBrSQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T01:15:03.595Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:03.595Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QZBrSQ 0 is not matching search criteria
2021-05-25T01:15:03.595Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-25T01:15:03.595Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-25T01:15:03.596Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=afae2f71-f850-4423-b67c-11928e9b895f
2021-05-25T01:15:03.596Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:03.596Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QZBrSQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:15:03.596Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:03.596Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QZBrSQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:15:03.596Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:03.596Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QZBrSQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:15:03.596Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:03.597Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QZBrSQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:15:03.597Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_QZBrSQ
Description:service
Model UUID:9ee9073a-af09-4687-ae9f-ca2b43160cc4
Model Version:NULL
Model InvariantUuid:57fcaf65-e08e-404d-b125-be8c82d1c770
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_QZBrSQ
Model UUID:9294b2c4-2e5a-4278-8602-20460c382e79
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4599532e-6503-452f-9e17-c89db4748efb
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:cba83c94-b670-4761-aa76-52d11ef50559
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c25878fa-dba5-49dd-a56d-6192bec0fd15
ModelName:BasicOnboardQzbrsq..base_ubuntu18..module-0
ModelUuid:b2a19e6a-221c-45a0-8695-7cad3355bb5a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:afae2f71-f850-4423-b67c-11928e9b895f
ModelInvariantUuid:75d5be67-6323-4828-ab53-dd9e0bd7bf35
ModelName:basic_onboard_QZBrSQ-nodes.ubuntu18Cvfc
ModelUuid:d55c896d-78c0-4646-aa46-b97ec170c30d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:70ffd9a5-8bdd-4b86-9fa9-1bfeedb16648
ModelInvariantUuid:c44aad54-f907-4d3c-9b19-cb0a28ee01fc
ModelName:BasicOnboardQzbrsq.compute.nodes.heat.ubuntu18
ModelUuid:29108060-3eaa-4dcb-ae81-78d12a853ba7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-25T01:15:03.604Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: de7f7755-c7a2-4d82-9b12-ee5f7c4ce7fd
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T01:15:03.710Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||basic_onboard_QZBrSQ 0
2021-05-25T01:15:03.716Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: de7f7755-c7a2-4d82-9b12-ee5f7c4ce7fd
2021-05-25T01:15:03.716Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a23a69ee-4c03-4e4d-a909-7afd5d6abf9a from URL: /sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json
2021-05-25T01:15:03.716Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-25T01:15:03.716Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json
2021-05-25T01:15:04.349Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-25T01:15:04.350Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json a23a69ee-4c03-4e4d-a909-7afd5d6abf9a 798
2021-05-25T01:15:04.350Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json ASDC sendASDCNotification
2021-05-25T01:15:04.350Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json
2021-05-25T01:15:04.350Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T01:15:04.351Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:15:04.352Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:15:04.352Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905304350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:15:04.453Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-25T01:15:04.454Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:15:04.454Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:15:04.466Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:15:04.466Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-25T01:15:05.354Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQzbrsq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c25878fa-dba5-49dd-a56d-6192bec0fd15",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b2a19e6a-221c-45a0-8695-7cad3355bb5a",
"vfModuleModelCustomizationUUID": "9e021891-f162-4a14-aa2a-4268f0dcad95",
"isBase": true,
"artifacts": [
"ee57e232-561e-43c0-bab0-c620ce714de5",
"70f91436-dafe-49e8-a480-7fbf1e853dc7"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-25T01:15:05.373Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQzbrsq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b2a19e6a-221c-45a0-8695-7cad3355bb5a
VfModuleModelInvariantUUID:c25878fa-dba5-49dd-a56d-6192bec0fd15
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee57e232-561e-43c0-bab0-c620ce714de5
,
70f91436-dafe-49e8-a480-7fbf1e853dc7
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-25T01:15:05.376Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQzbrsq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c25878fa-dba5-49dd-a56d-6192bec0fd15",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b2a19e6a-221c-45a0-8695-7cad3355bb5a",
"vfModuleModelCustomizationUUID": "9e021891-f162-4a14-aa2a-4268f0dcad95",
"isBase": true,
"artifacts": [
"ee57e232-561e-43c0-bab0-c620ce714de5",
"70f91436-dafe-49e8-a480-7fbf1e853dc7"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-25T01:15:05.376Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQzbrsq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b2a19e6a-221c-45a0-8695-7cad3355bb5a
VfModuleModelInvariantUUID:c25878fa-dba5-49dd-a56d-6192bec0fd15
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee57e232-561e-43c0-bab0-c620ce714de5
,
70f91436-dafe-49e8-a480-7fbf1e853dc7
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-25T01:15:05.376Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ee57e232-561e-43c0-bab0-c620ce714de5 from URL: /sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml
2021-05-25T01:15:05.376Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-25T01:15:05.376Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml
2021-05-25T01:15:05.745Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-25T01:15:05.745Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml ee57e232-561e-43c0-bab0-c620ce714de5 5033
2021-05-25T01:15:05.745Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-25T01:15:05.745Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml
2021-05-25T01:15:05.746Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T01:15:05.746Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:15:05.747Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:15:05.748Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905305745,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:15:05.848Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:15:05.849Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:15:05.849Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:15:05.863Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:15:05.864Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:15:06.748Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 70f91436-dafe-49e8-a480-7fbf1e853dc7 from URL: /sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env
2021-05-25T01:15:06.749Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-25T01:15:06.749Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env
2021-05-25T01:15:06.869Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-25T01:15:06.869Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env 70f91436-dafe-49e8-a480-7fbf1e853dc7 909
2021-05-25T01:15:06.869Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-25T01:15:06.869Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env
2021-05-25T01:15:06.870Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T01:15:06.870Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:15:06.871Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:15:06.871Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905306869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:15:06.971Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:15:06.972Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:15:06.972Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:15:06.984Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:15:06.985Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:15:07.872Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9ee9073a-af09-4687-ae9f-ca2b43160cc4
2021-05-25T01:15:07.873Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QZBrSQ 0 de7f7755-c7a2-4d82-9b12-ee5f7c4ce7fd ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T01:15:07.898Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:07.899Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QZBrSQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:15:07.899Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-05-25T01:15:07.899Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= cba83c94-b670-4761-aa76-52d11ef50559
2021-05-25T01:15:07.899Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cba83c94-b670-4761-aa76-52d11ef50559 matches Tosca VF Customization UUID: cba83c94-b670-4761-aa76-52d11ef50559
2021-05-25T01:15:07.899Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: cba83c94-b670-4761-aa76-52d11ef50559 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-25T01:15:07.904Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:07.904Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QZBrSQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:15:07.905Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id cba83c94-b670-4761-aa76-52d11ef50559: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-05-25T01:15:07.905Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a64ad4e
2021-05-25T01:15:07.905Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:07.905Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QZBrSQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-25T01:15:07.906Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9e021891-f162-4a14-aa2a-4268f0dcad95
2021-05-25T01:15:07.906Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9e021891-f162-4a14-aa2a-4268f0dcad95
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-25T01:15:07.910Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:07.910Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QZBrSQ 0 is matching search criteria
2021-05-25T01:15:07.910Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QZBrSQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T01:15:07.911Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:07.911Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QZBrSQ 0 is matching search criteria
2021-05-25T01:15:07.911Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QZBrSQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T01:15:07.911Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:07.912Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QZBrSQ 0 is not matching search criteria
2021-05-25T01:15:07.912Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-25T01:15:07.912Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-25T01:15:07.912Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=afae2f71-f850-4423-b67c-11928e9b895f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-25T01:15:07.916Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:07.916Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QZBrSQ 0 is matching search criteria
2021-05-25T01:15:07.917Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QZBrSQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T01:15:07.917Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:07.917Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QZBrSQ 0 is matching search criteria
2021-05-25T01:15:07.918Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QZBrSQ 0] matching following query criteria: sdcType=VF, customizationUUID=cba83c94-b670-4761-aa76-52d11ef50559
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T01:15:07.919Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:07.919Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QZBrSQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:15:07.919Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9ee9073a-af09-4687-ae9f-ca2b43160cc4: basic_onboard_QZBrSQ
2021-05-25T01:15:07.919Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:07.919Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QZBrSQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:15:07.919Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:07.919Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QZBrSQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:15:07.920Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:07.920Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QZBrSQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:15:07.920Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:07.920Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QZBrSQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:15:07.920Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:15:07.920Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QZBrSQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:15:07.920Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_QZBrSQ
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T01:15:08.024Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QZBrSQ de7f7755-c7a2-4d82-9b12-ee5f7c4ce7fd 1 ASDC deployResourceStructure
2021-05-25T01:15:08.024Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json ASDC sendASDCNotification
2021-05-25T01:15:08.024Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json
2021-05-25T01:15:08.024Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-25T01:15:08.024Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:15:08.026Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:15:08.026Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905308024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-25T01:15:08.126Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:15:08.127Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:15:08.127Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:15:08.138Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:15:08.138Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-25T01:15:09.027Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-25T01:15:09.027Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml
2021-05-25T01:15:09.027Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-25T01:15:09.027Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:15:09.029Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:15:09.029Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905309027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-25T01:15:09.129Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:15:09.130Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:15:09.130Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:15:09.140Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:15:09.140Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:15:10.030Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-25T01:15:10.030Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env
2021-05-25T01:15:10.030Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-25T01:15:10.030Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:15:10.032Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:15:10.032Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905310030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-25T01:15:10.132Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:15:10.133Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:15:10.133Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:15:10.144Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:15:10.144Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:15:11.033Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar ASDC sendASDCNotification
2021-05-25T01:15:11.033Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar
2021-05-25T01:15:11.033Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-25T01:15:11.033Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:15:11.035Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:15:11.035Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905311032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-25T01:15:11.135Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:15:11.136Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:15:11.136Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:15:11.146Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:15:11.147Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:15:12.036Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-25T01:15:12.049Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-25T01:15:12.053Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-25T01:15:12.054Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-25T01:15:12.054Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-25T01:15:12.054Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-25T01:15:12.054Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-25T01:15:12.054Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-25T01:15:12.054Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-25T01:15:12.054Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-25T01:15:12.054Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-25T01:15:12.055Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-25T01:15:12.055Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T01:15:12.059Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-25T01:15:42.059Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-25T01:15:42.068Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80 and serviceModelVersionId: 9ee9073a-af09-4687-ae9f-ca2b43160cc4
2021-05-25T01:15:42.068Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 57fcaf65-e08e-404d-b125-be8c82d1c770
2021-05-25T01:15:52.033Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:15:52.034Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:15:52.035Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:15:52.159Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:15:52.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:15:52.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905292032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:15:52.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:15:53.114Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/57fcaf65-e08e-404d-b125-be8c82d1c770/model-vers/model-ver/9ee9073a-af09-4687-ae9f-ca2b43160cc4?depth=0
2021-05-25T01:15:53.207Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-05-25T01:15:53.813Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/57fcaf65-e08e-404d-b125-be8c82d1c770/model-vers/model-ver/9ee9073a-af09-4687-ae9f-ca2b43160cc4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-05-25T01:15:53.828Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/57fcaf65-e08e-404d-b125-be8c82d1c770/model-vers/model-ver/9ee9073a-af09-4687-ae9f-ca2b43160cc4?depth=0|INFO|500||Invoke
2021-05-25T01:15:53.945Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/57fcaf65-e08e-404d-b125-be8c82d1c770/model-vers/model-ver/9ee9073a-af09-4687-ae9f-ca2b43160cc4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-25T01:15:54.214Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/57fcaf65-e08e-404d-b125-be8c82d1c770/model-vers/model-ver/9ee9073a-af09-4687-ae9f-ca2b43160cc4?depth=0|INFO|500||InvokeReturn
2021-05-25T01:15:54.215Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/57fcaf65-e08e-404d-b125-be8c82d1c770/model-vers/model-ver/9ee9073a-af09-4687-ae9f-ca2b43160cc4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210525-01:15:53:945-84342], vertex-id=[131312], Content-Length=[0], Date=[Tue, 25 May 2021 01:15:53 GMT], Content-Type=[application/json]}
2021-05-25T01:15:54.215Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-05-25T01:15:54.219Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-25T01:15:54.219Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T01:15:54.222Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-25T01:15:54.231Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-25T01:15:54.231Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-25T01:15:54.232Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:15:54.233Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:15:54.233Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905354231,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-25T01:15:54.333Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:15:54.334Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:15:54.334Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:15:54.346Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:15:54.346Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-25T01:15:55.254Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:15:55.254Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:15:55.254Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T01:16:01.661Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:16:01.662Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-25T01:16:01.662Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"c28347e3-1cda-4076-ae6c-f63dbf5d5543","serviceName":"vFW 2021-05-25 01-14-22","serviceVersion":"1.0","serviceUUID":"cc2e54bd-f818-4fc6-8db1-83472a80551a","serviceDescription":"catalog service description","serviceInvariantUUID":"70099c00-1237-4a74-8e09-bb98f3b5c2ec","resources":[{"resourceInstanceName":"vFW c198f680-317b 0","resourceName":"vFW c198f680-317b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f7fa0d00-ac1d-4043-970c-78622bb1cd80","resourceInvariantUUID":"afe89029-7c69-48d1-b139-0110d1f64d43","resourceCustomizationUUID":"f1f374ce-ec68-44ad-83c4-9a02dd119a30","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vf-license-model.xml","artifactChecksum":"NmZmZWRiYzk2YmYwMzc0YjFiZmVlNGI5M2NkNzUyY2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b6506ab-2992-4164-b2f9-affa4f953979","artifactVersion":"1"},{"artifactName":"vfwc198f680317b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json","artifactChecksum":"Mzg0YTg3ZTVhMzFkNDc1ZGI2NmY1ZjQzZTBjMzIwMjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81a3eee0-027f-421f-9fc9-62bdf862b2cf","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"93acef4c-2032-4796-bf64-645376f2f966","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGM0NmU4ZTNhYmNiM2ZhNjYwYWJkZDAwOThiZDljOWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0ce9c92e-a05f-424c-8310-4c471b86c372","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"252c4491-edc0-4539-bcff-d4c0461abc5e","artifactVersion":"2","generatedFromUUID":"93acef4c-2032-4796-bf64-645376f2f966"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210525011422-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-template.yml","artifactChecksum":"NDNkMDdiYjJlY2Q4MWY1YTEzNWQ0NzNhNGU0ZGI2ZDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ce2c55a9-07bb-492f-8f95-d87d54511598","artifactVersion":"1"},{"artifactName":"service-Vfw20210525011422-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar","artifactChecksum":"MTFmMTQwNTQ5NzMyZDc2NGUwNmIzOWJlNmZkNzEwMWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0bdf12f5-ef51-4266-b5f7-822724c9a3ee","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-25T01:16:01.666Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:16:01.666Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:16:01.667Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:16:01.668Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905355254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:16:01.768Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:16:01.768Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:16:01.768Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:16:01.780Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:16:01.780Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:16:02.668Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:16:02.669Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:16:02.671Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:16:02.671Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905355254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json",
"status": "NOTIFIED"
}
2021-05-25T01:16:02.771Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:16:02.772Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:16:02.772Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:16:02.784Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:16:02.784Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-25T01:16:03.672Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:16:03.673Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:16:03.674Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:16:03.674Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905355254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-25T01:16:03.775Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:16:03.775Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:16:03.775Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:16:03.786Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:16:03.786Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:16:04.675Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:16:04.676Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:16:04.677Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:16:04.677Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905355254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:16:04.778Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-25T01:16:04.779Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:16:04.779Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:16:04.793Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:16:04.794Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:16:05.678Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:16:05.679Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:16:05.680Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:16:05.681Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905355254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-25T01:16:05.781Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:16:05.781Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:16:05.782Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:16:05.796Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:16:05.796Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:16:06.681Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:16:06.682Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:16:06.683Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:16:06.684Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905355254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:16:06.784Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:16:06.785Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:16:06.785Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:16:06.795Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:16:06.795Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-25T01:16:07.684Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:16:07.685Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:16:07.686Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:16:07.686Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905355254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:16:07.786Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:16:07.787Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:16:07.787Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:16:07.795Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:16:07.795Z||pool-25-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:16:08.687Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"serviceName": "vFW 2021-05-25 01-14-22",
"serviceVersion": "1.0",
"serviceUUID": "cc2e54bd-f818-4fc6-8db1-83472a80551a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "70099c00-1237-4a74-8e09-bb98f3b5c2ec",
"resources": [
{
"resourceInstanceName": "vFW c198f680-317b 0",
"resourceCustomizationUUID": "f1f374ce-ec68-44ad-83c4-9a02dd119a30",
"resourceName": "vFW c198f680-317b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f7fa0d00-ac1d-4043-970c-78622bb1cd80",
"resourceInvariantUUID": "afe89029-7c69-48d1-b139-0110d1f64d43",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwc198f680317b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json",
"artifactChecksum": "Mzg0YTg3ZTVhMzFkNDc1ZGI2NmY1ZjQzZTBjMzIwMjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "81a3eee0-027f-421f-9fc9-62bdf862b2cf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "93acef4c-2032-4796-bf64-645376f2f966",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "252c4491-edc0-4539-bcff-d4c0461abc5e",
"generatedFromUUID": "93acef4c-2032-4796-bf64-645376f2f966"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "252c4491-edc0-4539-bcff-d4c0461abc5e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210525011422-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"artifactChecksum": "MTFmMTQwNTQ5NzMyZDc2NGUwNmIzOWJlNmZkNzEwMWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0bdf12f5-ef51-4266-b5f7-822724c9a3ee"
}
],
"workloadContext": "Production"
}
2021-05-25T01:16:08.688Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-25T01:16:08.688Z|28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cc2e54bd-f818-4fc6-8db1-83472a80551a ASDC
2021-05-25T01:16:08.688Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c28347e3-1cda-4076-ae6c-f63dbf5d5543
ServiceName:vFW 2021-05-25 01-14-22
ServiceVersion:1.0
ServiceUUID:cc2e54bd-f818-4fc6-8db1-83472a80551a
ServiceInvariantUUID:70099c00-1237-4a74-8e09-bb98f3b5c2ec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210525011422-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar
ArtifactUUID:0bdf12f5-ef51-4266-b5f7-822724c9a3ee
ArtifactChecksum:MTFmMTQwNTQ5NzMyZDc2NGUwNmIzOWJlNmZkNzEwMWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c198f680-317b 0
ResourceCustomizationUUID:f1f374ce-ec68-44ad-83c4-9a02dd119a30
ResourceInvariantUUID:afe89029-7c69-48d1-b139-0110d1f64d43
ResourceName:vFW c198f680-317b
ResourceType:VF
ResourceUUID:f7fa0d00-ac1d-4043-970c-78622bb1cd80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc198f680317b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json
ArtifactUUID:81a3eee0-027f-421f-9fc9-62bdf862b2cf
ArtifactChecksum:Mzg0YTg3ZTVhMzFkNDc1ZGI2NmY1ZjQzZTBjMzIwMjk=
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/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml
ArtifactUUID:93acef4c-2032-4796-bf64-645376f2f966
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/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env
ArtifactUUID:252c4491-edc0-4539-bcff-d4c0461abc5e
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/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env
ArtifactUUID:252c4491-edc0-4539-bcff-d4c0461abc5e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-25T01:16:08.688Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cc2e54bd-f818-4fc6-8db1-83472a80551a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T01:16:08.715Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-25T01:16:08.716Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-25T01:16:08.716Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-25T01:16:08.716Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0bdf12f5-ef51-4266-b5f7-822724c9a3ee from URL: /sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar
2021-05-25T01:16:08.716Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-25T01:16:08.716Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar
2021-05-25T01:16:10.227Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-25T01:16:10.233Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar 0bdf12f5-ef51-4266-b5f7-822724c9a3ee 110158
2021-05-25T01:16:10.233Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar ASDC sendASDCNotification
2021-05-25T01:16:10.233Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar
2021-05-25T01:16:10.233Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T01:16:10.233Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:16:10.236Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:16:10.236Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905370233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:16:10.336Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:16:10.337Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:16:10.337Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:16:10.349Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:16:10.350Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:16:11.236Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-25T01:16:11.238Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-25T01:16:11.238Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0bdf12f5-ef51-4266-b5f7-822724c9a3ee, URL: /sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar to file: /app/ASDC/1/service-Vfw20210525011422-csar.csar
2021-05-25T01:16:11.239Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210525011422-csar.csar
2021-05-25T01:16:11.240Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210525011422-csar.csar
2021-05-25T01:16:11.240Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210525011422-csar.csar
2021-05-25T01:16:11.650Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4670263975689825614/Definitions/service-Vfw20210525011422-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-05-25T01:16:13.630Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-25T01:16:13.630Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-25T01:16:13.630Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210525011422-csar.csar
2021-05-25T01:16:13.631Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-25T01:16:13.631Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||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-Vfw20210525011422-csar.csar
2021-05-25T01:16:13.631Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||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-Vfw20210525011422-csar.csar
2021-05-25T01:16:13.631Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210525011422-csar.csar
2021-05-25T01:16:13.631Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210525011422-csar.csar
2021-05-25T01:16:13.631Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210525011422-csar.csar
2021-05-25T01:16:13.631Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||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-Vfw20210525011422-csar.csar
2021-05-25T01:16:13.631Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210525011422-csar.csar
2021-05-25T01:16:13.631Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||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-Vfw20210525011422-csar.csar
2021-05-25T01:16:13.631Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210525011422-csar.csar
2021-05-25T01:16:13.631Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c198f680-317b 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-Vfw20210525011422-csar.csar
2021-05-25T01:16:13.631Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||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-Vfw20210525011422-csar.csar
2021-05-25T01:16:13.631Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210525011422-csar.csar
2021-05-25T01:16:13.631Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c198f680-317b 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210525011422-csar.csar
2021-05-25T01:16:13.631Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210525011422-csar.csar
2021-05-25T01:16:13.632Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-25T01:16:13.632Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:13.632Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-25 01-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:16:13.632Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vFW c198f680-317b 0 is matching search criteria
2021-05-25T01:16:13.632Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-25T01:16:13.632Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c198f680-317b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-25T01:16:13.633Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:13.633Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-25 01-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:16:13.633Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vFW c198f680-317b 0 is matching search criteria
2021-05-25T01:16:13.633Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-25T01:16:13.633Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c198f680-317b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-25T01:16:13.633Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:13.633Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-25 01-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:16:13.634Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:13.634Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vFW c198f680-317b 0 is not matching search criteria
2021-05-25T01:16:13.634Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-25T01:16:13.634Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-25T01:16:13.634Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-25T01:16:13.634Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-25T01:16:13.634Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T01:16:13.634Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-25T01:16:13.634Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-25T01:16:13.635Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-25T01:16:13.635Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-25T01:16:13.635Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-25T01:16:13.635Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-25T01:16:13.635Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-25T01:16:13.635Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-25T01:16:13.635Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-25T01:16:13.635Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T01:16:13.635Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-25T01:16:13.635Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:13.636Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-25 01-14-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-25T01:16:13.636Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:13.636Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vFW c198f680-317b 0 is matching search criteria
2021-05-25T01:16:13.636Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c198f680-317b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T01:16:13.636Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:13.636Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vFW c198f680-317b 0 is matching search criteria
2021-05-25T01:16:13.637Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c198f680-317b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T01:16:13.637Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:13.637Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vFW c198f680-317b 0 is matching search criteria
2021-05-25T01:16:13.637Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c198f680-317b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T01:16:13.637Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:13.637Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vFW c198f680-317b 0 is not matching search criteria
2021-05-25T01:16:13.637Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-25T01:16:13.637Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-25T01:16:13.638Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-25T01:16:13.638Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-25T01:16:13.638Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-25T01:16:13.638Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-25T01:16:13.638Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-25T01:16:13.638Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-25T01:16:13.638Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-25T01:16:13.638Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-25T01:16:13.638Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T01:16:13.638Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=667b330a-7f31-49c9-84d4-9a26f1f1b698
2021-05-25T01:16:13.639Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:13.639Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vFW c198f680-317b 0 is not matching search criteria
2021-05-25T01:16:13.639Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-25T01:16:13.639Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-25T01:16:13.639Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-25T01:16:13.639Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-25T01:16:13.639Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T01:16:13.640Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-25T01:16:13.640Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-25T01:16:13.640Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-25T01:16:13.640Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-25T01:16:13.640Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-25T01:16:13.640Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-25T01:16:13.640Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T01:16:13.640Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1403c302-fa0f-431b-9bcd-64d0f404213a
2021-05-25T01:16:13.640Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:13.641Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vFW c198f680-317b 0 is not matching search criteria
2021-05-25T01:16:13.641Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-25T01:16:13.641Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-25T01:16:13.641Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-25T01:16:13.641Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-25T01:16:13.641Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T01:16:13.641Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-25T01:16:13.641Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-25T01:16:13.642Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-25T01:16:13.642Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-25T01:16:13.642Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-25T01:16:13.642Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-25T01:16:13.642Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-25T01:16:13.642Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1e4fd212-f2cd-41ab-bb55-57f688b3836c
2021-05-25T01:16:13.642Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:13.642Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-25 01-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:16:13.642Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:13.643Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-25 01-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:16:13.643Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:13.643Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-25 01-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:16:13.643Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:13.643Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-25 01-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:16:13.643Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-05-25 01-14-22
Description:catalog service description
Model UUID:cc2e54bd-f818-4fc6-8db1-83472a80551a
Model Version:NULL
Model InvariantUuid:70099c00-1237-4a74-8e09-bb98f3b5c2ec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW c198f680-317b
Model UUID:0e5baa1d-04eb-468f-ade9-5d46c7802ad0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:afe89029-7c69-48d1-b139-0110d1f64d43
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f1f374ce-ec68-44ad-83c4-9a02dd119a30
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:87a8bb45-7b38-4fcc-82b8-3f945860da56
ModelName:VfwC198f680317b..base_vfw..module-0
ModelUuid:9d0bef97-0b69-4784-8dbd-b3b559ee4bdf
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:667b330a-7f31-49c9-84d4-9a26f1f1b698
ModelInvariantUuid:4f146a22-7a03-4a6d-bb6f-b1f991babdcc
ModelName:vFW c198f680-317b-nodes.vfwCvfc
ModelUuid:d118195f-465c-43fe-affe-5f83930e7e83
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3e40ccac-7e01-4a07-88d3-b687820fb331
ModelInvariantUuid:3577c363-4043-4cad-8dd8-66342107ad5a
ModelName:VfwC198f680317b.compute.nodes.heat.vfw
ModelUuid:1c410722-b4e4-4bda-9cae-ca37ee7c47ec
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1403c302-fa0f-431b-9bcd-64d0f404213a
ModelInvariantUuid:2066ca37-5ad6-4722-b60a-4829b772aa03
ModelName:vFW c198f680-317b-nodes.vsnCvfc
ModelUuid:446e62f7-35ec-4d85-bf38-b5f869d31306
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d3f8ea04-39bc-4166-96be-8a3a01a9f541
ModelInvariantUuid:3a84f605-fa91-4710-8176-4cfff4cf365a
ModelName:VfwC198f680317b.compute.nodes.heat.vsn
ModelUuid:7145480f-9796-4a4b-8eb6-e9eb7973203b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1e4fd212-f2cd-41ab-bb55-57f688b3836c
ModelInvariantUuid:3742a688-21dc-4591-89c1-a80425654191
ModelName:vFW c198f680-317b-nodes.vpgCvfc
ModelUuid:babc0d6b-6fc5-4967-954e-a24fd45926b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:9c16900c-1e50-4942-a5d7-636ac7e75228
ModelInvariantUuid:fee89fa5-e722-43b7-b778-6c9c336a7a9c
ModelName:VfwC198f680317b.compute.nodes.heat.vpg
ModelUuid:789ac4ad-32bf-412a-a96d-7b220eee72b1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-25T01:16:13.646Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: f7fa0d00-ac1d-4043-970c-78622bb1cd80
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T01:16:13.647Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||vFW c198f680-317b 0
2021-05-25T01:16:13.647Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f7fa0d00-ac1d-4043-970c-78622bb1cd80
2021-05-25T01:16:13.648Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 81a3eee0-027f-421f-9fc9-62bdf862b2cf from URL: /sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json
2021-05-25T01:16:13.648Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-25T01:16:13.648Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json
2021-05-25T01:16:14.371Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-25T01:16:14.372Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json 81a3eee0-027f-421f-9fc9-62bdf862b2cf 785
2021-05-25T01:16:14.372Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json ASDC sendASDCNotification
2021-05-25T01:16:14.372Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json
2021-05-25T01:16:14.372Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T01:16:14.373Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:16:14.374Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:16:14.375Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905374372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:16:14.475Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:16:14.476Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:16:14.476Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:16:14.486Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:16:14.486Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:16:15.375Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC198f680317b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "87a8bb45-7b38-4fcc-82b8-3f945860da56",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9d0bef97-0b69-4784-8dbd-b3b559ee4bdf",
"vfModuleModelCustomizationUUID": "6b7d315e-c058-4387-a1ec-21e11e682998",
"isBase": true,
"artifacts": [
"93acef4c-2032-4796-bf64-645376f2f966",
"252c4491-edc0-4539-bcff-d4c0461abc5e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-25T01:16:15.379Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC198f680317b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9d0bef97-0b69-4784-8dbd-b3b559ee4bdf
VfModuleModelInvariantUUID:87a8bb45-7b38-4fcc-82b8-3f945860da56
VfModuleModelDescription:NULL
Artifacts UUID List:{
93acef4c-2032-4796-bf64-645376f2f966
,
252c4491-edc0-4539-bcff-d4c0461abc5e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-25T01:16:15.382Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC198f680317b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "87a8bb45-7b38-4fcc-82b8-3f945860da56",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9d0bef97-0b69-4784-8dbd-b3b559ee4bdf",
"vfModuleModelCustomizationUUID": "6b7d315e-c058-4387-a1ec-21e11e682998",
"isBase": true,
"artifacts": [
"93acef4c-2032-4796-bf64-645376f2f966",
"252c4491-edc0-4539-bcff-d4c0461abc5e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-25T01:16:15.382Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC198f680317b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9d0bef97-0b69-4784-8dbd-b3b559ee4bdf
VfModuleModelInvariantUUID:87a8bb45-7b38-4fcc-82b8-3f945860da56
VfModuleModelDescription:NULL
Artifacts UUID List:{
93acef4c-2032-4796-bf64-645376f2f966
,
252c4491-edc0-4539-bcff-d4c0461abc5e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-25T01:16:15.382Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 93acef4c-2032-4796-bf64-645376f2f966 from URL: /sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml
2021-05-25T01:16:15.382Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-25T01:16:15.382Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml
2021-05-25T01:16:16.037Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-25T01:16:16.038Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml 93acef4c-2032-4796-bf64-645376f2f966 20368
2021-05-25T01:16:16.038Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-25T01:16:16.039Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml
2021-05-25T01:16:16.039Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T01:16:16.039Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:16:16.040Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:16:16.040Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905376038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:16:16.141Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:16:16.141Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:16:16.141Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:16:16.160Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:16:16.160Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:16:17.041Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 252c4491-edc0-4539-bcff-d4c0461abc5e from URL: /sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env
2021-05-25T01:16:17.042Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-25T01:16:17.042Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env
2021-05-25T01:16:17.351Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-25T01:16:17.351Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env 252c4491-edc0-4539-bcff-d4c0461abc5e 2098
2021-05-25T01:16:17.352Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-25T01:16:17.352Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env
2021-05-25T01:16:17.352Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T01:16:17.352Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:16:17.354Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:16:17.355Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905377352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:16:17.455Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:16:17.455Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:16:17.455Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:16:17.465Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:16:17.465Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:16:18.355Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: cc2e54bd-f818-4fc6-8db1-83472a80551a
2021-05-25T01:16:18.356Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c198f680-317b 0 f7fa0d00-ac1d-4043-970c-78622bb1cd80 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T01:16:18.367Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:18.368Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-25 01-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:16:18.368Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-05-25T01:16:18.368Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= f1f374ce-ec68-44ad-83c4-9a02dd119a30
2021-05-25T01:16:18.368Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f1f374ce-ec68-44ad-83c4-9a02dd119a30 matches Tosca VF Customization UUID: f1f374ce-ec68-44ad-83c4-9a02dd119a30
2021-05-25T01:16:18.368Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: f1f374ce-ec68-44ad-83c4-9a02dd119a30 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-25T01:16:18.369Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:18.370Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-25 01-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:16:18.370Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id f1f374ce-ec68-44ad-83c4-9a02dd119a30: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-05-25T01:16:18.370Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3aeda7f2
2021-05-25T01:16:18.370Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:18.371Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-25 01-14-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-25T01:16:18.371Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6b7d315e-c058-4387-a1ec-21e11e682998
2021-05-25T01:16:18.371Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6b7d315e-c058-4387-a1ec-21e11e682998
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-25T01:16:18.372Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:18.372Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vFW c198f680-317b 0 is matching search criteria
2021-05-25T01:16:18.372Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c198f680-317b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T01:16:18.373Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:18.373Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vFW c198f680-317b 0 is matching search criteria
2021-05-25T01:16:18.373Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c198f680-317b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T01:16:18.373Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:18.373Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vFW c198f680-317b 0 is not matching search criteria
2021-05-25T01:16:18.373Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-25T01:16:18.374Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-25T01:16:18.374Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-25T01:16:18.374Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-25T01:16:18.374Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-25T01:16:18.374Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-25T01:16:18.374Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-25T01:16:18.374Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-25T01:16:18.374Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-25T01:16:18.375Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-25T01:16:18.375Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T01:16:18.375Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=667b330a-7f31-49c9-84d4-9a26f1f1b698
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-25T01:16:18.377Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:18.377Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vFW c198f680-317b 0 is matching search criteria
2021-05-25T01:16:18.377Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c198f680-317b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T01:16:18.377Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:18.377Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vFW c198f680-317b 0 is not matching search criteria
2021-05-25T01:16:18.377Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-25T01:16:18.378Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-25T01:16:18.378Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-25T01:16:18.378Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-25T01:16:18.378Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T01:16:18.378Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-25T01:16:18.378Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-25T01:16:18.378Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-25T01:16:18.378Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-25T01:16:18.379Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-25T01:16:18.379Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-25T01:16:18.379Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T01:16:18.379Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1403c302-fa0f-431b-9bcd-64d0f404213a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-25T01:16:18.380Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:18.380Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vFW c198f680-317b 0 is matching search criteria
2021-05-25T01:16:18.380Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c198f680-317b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T01:16:18.383Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:18.383Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vFW c198f680-317b 0 is not matching search criteria
2021-05-25T01:16:18.383Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-25T01:16:18.383Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-25T01:16:18.384Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-25T01:16:18.384Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-25T01:16:18.384Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T01:16:18.384Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-25T01:16:18.384Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-25T01:16:18.384Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-25T01:16:18.384Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-25T01:16:18.385Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-25T01:16:18.385Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-25T01:16:18.385Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-25T01:16:18.385Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1e4fd212-f2cd-41ab-bb55-57f688b3836c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-25T01:16:18.386Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:18.387Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vFW c198f680-317b 0 is matching search criteria
2021-05-25T01:16:18.387Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c198f680-317b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T01:16:18.387Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:18.387Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Node template vFW c198f680-317b 0 is matching search criteria
2021-05-25T01:16:18.387Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c198f680-317b 0] matching following query criteria: sdcType=VF, customizationUUID=f1f374ce-ec68-44ad-83c4-9a02dd119a30
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T01:16:18.388Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:18.389Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-25 01-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:16:18.389Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid cc2e54bd-f818-4fc6-8db1-83472a80551a: vFW c198f680-317b
2021-05-25T01:16:18.389Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:18.389Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-25 01-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:16:18.389Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:18.389Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-25 01-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:16:18.389Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:18.389Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-25 01-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:16:18.390Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:18.390Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-25 01-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:16:18.390Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:16:18.390Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-05-25 01-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:16:18.390Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-05-25 01-14-22
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T01:16:18.467Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c198f680-317b f7fa0d00-ac1d-4043-970c-78622bb1cd80 1 ASDC deployResourceStructure
2021-05-25T01:16:18.468Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json ASDC sendASDCNotification
2021-05-25T01:16:18.468Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json
2021-05-25T01:16:18.468Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-25T01:16:18.468Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:16:18.470Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:16:18.470Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905378468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-25T01:16:18.570Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:16:18.571Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:16:18.571Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:16:18.582Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:16:18.583Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:16:19.471Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-25T01:16:19.471Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml
2021-05-25T01:16:19.471Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-25T01:16:19.471Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:16:19.473Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:16:19.473Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905379471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-25T01:16:19.573Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:16:19.574Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:16:19.574Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:16:19.606Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:16:19.607Z||pool-31-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2021-05-25T01:16:20.474Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-25T01:16:20.474Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env
2021-05-25T01:16:20.474Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-25T01:16:20.474Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:16:20.476Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:16:20.476Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905380474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-25T01:16:20.576Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:16:20.577Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:16:20.577Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:16:20.588Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:16:20.589Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:16:21.477Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar ASDC sendASDCNotification
2021-05-25T01:16:21.477Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar
2021-05-25T01:16:21.477Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-25T01:16:21.477Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:16:21.479Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:16:21.479Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905381477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-25T01:16:21.579Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:16:21.579Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:16:21.580Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:16:21.590Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:16:21.590Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:16:22.480Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c28347e3-1cda-4076-ae6c-f63dbf5d5543
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-25T01:16:22.487Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c28347e3-1cda-4076-ae6c-f63dbf5d5543
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-25T01:16:22.489Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-25T01:16:22.489Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-25T01:16:22.490Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-25T01:16:52.033Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:16:52.034Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:16:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:16:52.060Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:16:52.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:16:52.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905292032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json",
"status": "NOTIFIED"
}
2021-05-25T01:16:52.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:16:52.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:16:52.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905292032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-25T01:16:52.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:16:52.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:16:52.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905292032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:16:52.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:16:52.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:16:52.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905292032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-25T01:16:52.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:16:52.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:16:52.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905292032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:16:52.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:16:52.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:16:52.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905292032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:16:52.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:16:52.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:16:52.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905300367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:16:52.065Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:16:52.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:16:52.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905304350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:16:52.065Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:16:52.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:16:52.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905305745,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:16:52.066Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:16:52.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:16:52.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905306869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:16:52.066Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:16:52.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:16:52.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905308024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/basic_onboard_qzbrsq0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-25T01:16:52.067Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:16:52.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:16:52.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905309027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-25T01:16:52.067Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:16:52.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:16:52.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905310030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/resourceInstances/basic_onboard_qzbrsq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-25T01:16:52.067Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:16:52.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:16:52.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905311032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzbrsq/1.0/artifacts/service-BasicOnboardQzbrsq-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-25T01:16:52.068Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:16:52.490Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c28347e3-1cda-4076-ae6c-f63dbf5d5543
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-25T01:16:52.497Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c28347e3-1cda-4076-ae6c-f63dbf5d5543
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-25T01:16:52.499Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-25T01:16:52.499Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-25T01:16:52.499Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-25T01:17:22.499Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c28347e3-1cda-4076-ae6c-f63dbf5d5543
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-25T01:17:22.508Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c28347e3-1cda-4076-ae6c-f63dbf5d5543
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-25T01:17:22.510Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-25T01:17:22.510Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-25T01:17:22.510Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-25T01:17:52.033Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:17:52.034Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:17:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:17:52.057Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:17:52.510Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c28347e3-1cda-4076-ae6c-f63dbf5d5543
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-25T01:17:52.517Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c28347e3-1cda-4076-ae6c-f63dbf5d5543
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-25T01:17:52.519Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-25T01:17:52.519Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-25T01:17:52.519Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-25T01:17:52.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a02561-5b1e-4dbe-b5f8-c19f7bfd3e80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905354231,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-25T01:17:52.568Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905355254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "aai-ml",
"timestamp": 1621905351920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "ves-openapi-manager",
"timestamp": 1621905357827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "cds",
"timestamp": 1621905356178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905359225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "aai-ml",
"timestamp": 1621905351920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905355254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json",
"status": "NOTIFIED"
}
2021-05-25T01:17:52.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "cds",
"timestamp": 1621905356178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "ves-openapi-manager",
"timestamp": 1621905357827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905359225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "aai-ml",
"timestamp": 1621905351920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905355254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-25T01:17:52.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "cds",
"timestamp": 1621905356178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "ves-openapi-manager",
"timestamp": 1621905357827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905359225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "aai-ml",
"timestamp": 1621905351920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "ves-openapi-manager",
"timestamp": 1621905357827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905355254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "cds",
"timestamp": 1621905356178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905359225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "aai-ml",
"timestamp": 1621905351920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "ves-openapi-manager",
"timestamp": 1621905357827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905355254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-25T01:17:52.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "cds",
"timestamp": 1621905356178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905359225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "aai-ml",
"timestamp": 1621905351920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905355254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "ves-openapi-manager",
"timestamp": 1621905357827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "cds",
"timestamp": 1621905356178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905359225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905366822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "aai-ml",
"timestamp": 1621905351920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:17:52.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905355254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:17:52.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "cds",
"timestamp": 1621905356178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:17:52.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "ves-openapi-manager",
"timestamp": 1621905357827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905359225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:17:52.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905366822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json",
"status": "NOTIFIED"
}
2021-05-25T01:17:52.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905368176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "dcae-sch",
"timestamp": 1621905368483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "policy-id",
"timestamp": 1621905368686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905366822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-25T01:17:52.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905368176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json",
"status": "NOTIFIED"
}
2021-05-25T01:17:52.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "cds",
"timestamp": 1621905369993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:17:52.578Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "aai-ml",
"timestamp": 1621905370037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:17:52.579Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "dcae-sch",
"timestamp": 1621905368483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.579Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905370135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:17:52.579Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905370233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:17:52.579Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "policy-id",
"timestamp": 1621905368686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.579Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905366822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.580Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905368176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-25T01:17:52.580Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "cds",
"timestamp": 1621905371000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T01:17:52.585Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c28347e3-1cda-4076-ae6c-f63dbf5d5543
2021-05-25T01:17:52.585Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c28347e3-1cda-4076-ae6c-f63dbf5d5543 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T01:17:52.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "dcae-sch",
"timestamp": 1621905368483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.594Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "policy-id",
"timestamp": 1621905368686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-25T01:17:52.594Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905366822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-25T01:17:52.595Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905368176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.595Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905371530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.595Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "dcae-sch",
"timestamp": 1621905368483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "policy-id",
"timestamp": 1621905368686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905366822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905368176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-25T01:17:52.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905371530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json",
"status": "NOTIFIED"
}
2021-05-25T01:17:52.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "dcae-sch",
"timestamp": 1621905368483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "policy-id",
"timestamp": 1621905368686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905366822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:17:52.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905373491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-25T01:17:52.598Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905368176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905371530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-25T01:17:52.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "dcae-sch",
"timestamp": 1621905368483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "policy-id",
"timestamp": 1621905368686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905374372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:17:52.599Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905374494,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T01:17:52.603Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c28347e3-1cda-4076-ae6c-f63dbf5d5543
2021-05-25T01:17:52.603Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c28347e3-1cda-4076-ae6c-f63dbf5d5543 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T01:17:52.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905368176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:17:52.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905371530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905375078,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:17:52.610Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "dcae-sch",
"timestamp": 1621905368483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "policy-id",
"timestamp": 1621905368686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:17:52.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905376038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:17:52.611Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905371530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-25T01:17:52.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905376416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:17:52.612Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905376786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:17:52.612Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "policy-id",
"timestamp": 1621905376928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:17:52.612Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905371530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905377352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:17:52.612Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905377657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:17:52.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "policy-id",
"timestamp": 1621905377932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-25T01:17:52.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905377990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:17:52.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905371530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:17:52.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905378468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-25T01:17:52.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "aai-ml",
"timestamp": 1621905378589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-25T01:17:52.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905378846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:17:52.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "policy-id",
"timestamp": 1621905378934,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T01:17:52.618Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c28347e3-1cda-4076-ae6c-f63dbf5d5543
2021-05-25T01:17:52.619Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c28347e3-1cda-4076-ae6c-f63dbf5d5543 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T01:17:52.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905379011,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T01:17:52.629Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c28347e3-1cda-4076-ae6c-f63dbf5d5543
2021-05-25T01:17:52.630Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c28347e3-1cda-4076-ae6c-f63dbf5d5543 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-25T01:17:52.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905379230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:17:52.635Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905379471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-25T01:17:52.635Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "aai-ml",
"timestamp": 1621905379593,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T01:17:52.638Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c28347e3-1cda-4076-ae6c-f63dbf5d5543
2021-05-25T01:17:52.638Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c28347e3-1cda-4076-ae6c-f63dbf5d5543 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T01:17:52.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905379852,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T01:17:52.647Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c28347e3-1cda-4076-ae6c-f63dbf5d5543
2021-05-25T01:17:52.647Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c28347e3-1cda-4076-ae6c-f63dbf5d5543 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-25T01:17:52.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905380013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-25T01:17:52.653Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "clamp",
"timestamp": 1621905379726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905380474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-25T01:17:52.654Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905380720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:17:52.654Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905380855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-25T01:17:52.654Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "clamp",
"timestamp": 1621905379726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json",
"status": "NOTIFIED"
}
2021-05-25T01:17:52.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905381477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-25T01:17:52.655Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905382209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:17:52.655Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "clamp",
"timestamp": 1621905379726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905383212,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T01:17:52.658Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c28347e3-1cda-4076-ae6c-f63dbf5d5543
2021-05-25T01:17:52.659Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c28347e3-1cda-4076-ae6c-f63dbf5d5543 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-25T01:17:52.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "clamp",
"timestamp": 1621905379726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905384216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/vfwc198f680317b0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-25T01:17:52.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "clamp",
"timestamp": 1621905379726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/resourceInstances/vfwc198f680317b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "clamp",
"timestamp": 1621905379726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:17:52.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "clamp",
"timestamp": 1621905379726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:17:52.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-25T01:17:52.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "clamp",
"timestamp": 1621905400696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:17:52.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "clamp",
"timestamp": 1621905402568,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525011422/1.0/artifacts/service-Vfw20210525011422-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-25T01:17:52.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:17:52.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:17:52.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "clamp",
"timestamp": 1621905403571,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T01:17:52.668Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c28347e3-1cda-4076-ae6c-f63dbf5d5543
2021-05-25T01:17:52.668Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c28347e3-1cda-4076-ae6c-f63dbf5d5543 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T01:18:22.519Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c28347e3-1cda-4076-ae6c-f63dbf5d5543
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-25T01:18:22.528Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c28347e3-1cda-4076-ae6c-f63dbf5d5543
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-25T01:18:22.532Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-25T01:18:22.532Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-25T01:18:22.532Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-25T01:18:22.532Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-25T01:18:22.532Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-25T01:18:22.532Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-25T01:18:22.532Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-25T01:18:22.533Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-25T01:18:22.533Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-25T01:18:22.533Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-25T01:18:22.533Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T01:18:22.536Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-25T01:18:52.033Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:18:52.034Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:18:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:18:52.537Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c28347e3-1cda-4076-ae6c-f63dbf5d5543 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-25T01:18:52.542Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c28347e3-1cda-4076-ae6c-f63dbf5d5543 and serviceModelVersionId: cc2e54bd-f818-4fc6-8db1-83472a80551a
2021-05-25T01:18:52.542Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70099c00-1237-4a74-8e09-bb98f3b5c2ec
2021-05-25T01:18:52.543Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70099c00-1237-4a74-8e09-bb98f3b5c2ec/model-vers/model-ver/cc2e54bd-f818-4fc6-8db1-83472a80551a?depth=0
2021-05-25T01:18:52.548Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-05-25T01:18:52.586Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70099c00-1237-4a74-8e09-bb98f3b5c2ec/model-vers/model-ver/cc2e54bd-f818-4fc6-8db1-83472a80551a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-05-25T01:18:52.587Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70099c00-1237-4a74-8e09-bb98f3b5c2ec/model-vers/model-ver/cc2e54bd-f818-4fc6-8db1-83472a80551a?depth=0|INFO|500||Invoke
2021-05-25T01:18:52.606Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70099c00-1237-4a74-8e09-bb98f3b5c2ec/model-vers/model-ver/cc2e54bd-f818-4fc6-8db1-83472a80551a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-25T01:18:52.759Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70099c00-1237-4a74-8e09-bb98f3b5c2ec/model-vers/model-ver/cc2e54bd-f818-4fc6-8db1-83472a80551a?depth=0|INFO|500||InvokeReturn
2021-05-25T01:18:52.760Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70099c00-1237-4a74-8e09-bb98f3b5c2ec/model-vers/model-ver/cc2e54bd-f818-4fc6-8db1-83472a80551a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210525-01:18:52:606-83411], vertex-id=[196632], Content-Length=[0], Date=[Tue, 25 May 2021 01:18:52 GMT], Content-Type=[application/json]}
2021-05-25T01:18:52.760Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-05-25T01:18:52.760Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-25T01:18:52.760Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T01:18:52.763Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-25T01:18:52.763Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c28347e3-1cda-4076-ae6c-f63dbf5d5543 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-25T01:18:52.763Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-25T01:18:52.763Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:18:52.765Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:18:52.765Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905532763,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-25T01:18:52.865Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:18:52.866Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:18:52.866Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:18:52.876Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:18:52.876Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:18:53.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:18:53.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-25T01:18:53.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c28347e3-1cda-4076-ae6c-f63dbf5d5543",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905532763,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-25T01:18:53.489Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-25T01:18:53.773Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:18:53.774Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:18:53.774Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T01:19:04.001Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:19:04.001Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:19:04.002Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:19:04.002Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T01:19:13.540Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:19:13.541Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:19:13.541Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:19:13.541Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T01:19:23.084Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:19:52.032Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:19:52.032Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:19:52.032Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T01:19:52.033Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:19:52.034Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:19:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:20:01.576Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:20:01.586Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:20:52.032Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:20:52.033Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:20:52.034Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:20:52.034Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:20:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:20:52.034Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T01:21:01.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:21:01.581Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:21:52.032Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:21:52.033Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:21:52.034Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:21:52.034Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:21:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:21:52.034Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T01:22:01.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:22:01.577Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:22:52.032Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:22:52.032Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:22:52.032Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T01:22:52.033Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:22:52.034Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:22:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:22:52.658Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:22:52.658Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.659Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0f233237-4c1e-4072-bb93-0375c4eab2f5","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"89575fb9-0b8d-4ae6-9663-ea8c33348284","serviceDescription":"service","serviceInvariantUUID":"21b270e2-9094-49c0-b735-403d60942e20","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"13fee660-3847-424d-82c7-5b856949f0fb","resourceInvariantUUID":"79a5ef2e-53ad-4539-bcb6-308a59890cf4","resourceCustomizationUUID":"cbae5a57-d8ea-4fa0-890e-772c006971d0","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NDRjYzJhMTYzOTk4MWY3YzZlYmEwMDUyNjMwODUyMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5a9d8227-750d-4c4a-9954-ec0c0eaa2c91","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTc1MjA2ZWJkYTZmNThlYjY1NDk3ZjA5NWYwN2Q2YzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"195c069b-0c48-4e1b-8343-32b52c061880","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-25T01:22:52.661Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:22:52.661Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:22:52.662Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:22:52.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905728176,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:22:52.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-25T01:22:52.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905726822,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:22:52.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-25T01:22:52.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "dcae-sch",
"timestamp": 1621905728483,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:22:52.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-25T01:22:52.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "policy-id",
"timestamp": 1621905728686,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:22:52.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-25T01:22:52.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "dcae-sch",
"timestamp": 1621905728483,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:22:52.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-25T01:22:52.664Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:22:52.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.664Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905772032,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:22:52.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621905728176,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:22:52.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-25T01:22:52.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621905726822,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:22:52.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-25T01:22:52.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "policy-id",
"timestamp": 1621905728686,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:22:52.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-25T01:22:52.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "cds",
"timestamp": 1621905731178,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:22:52.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-25T01:22:52.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905731530,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:22:52.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-25T01:22:52.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "cds",
"timestamp": 1621905731178,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:22:52.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-25T01:22:52.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621905731530,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:22:52.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-25T01:22:52.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "policy-id",
"timestamp": 1621905734077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:22:52.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:22:52.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "cds",
"timestamp": 1621905734696,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:22:52.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:22:52.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "policy-id",
"timestamp": 1621905735081,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-25T01:22:52.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:22:52.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "cds",
"timestamp": 1621905735702,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T01:22:52.678Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0f233237-4c1e-4072-bb93-0375c4eab2f5
2021-05-25T01:22:52.678Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f233237-4c1e-4072-bb93-0375c4eab2f5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T01:22:52.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "policy-id",
"timestamp": 1621905736083,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T01:22:52.685Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0f233237-4c1e-4072-bb93-0375c4eab2f5
2021-05-25T01:22:52.685Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f233237-4c1e-4072-bb93-0375c4eab2f5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T01:22:52.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "ves-openapi-manager",
"timestamp": 1621905737827,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:22:52.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-25T01:22:52.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "ves-openapi-manager",
"timestamp": 1621905737827,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:22:52.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-25T01:22:52.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "clamp",
"timestamp": 1621905739726,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:22:52.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-25T01:22:52.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "clamp",
"timestamp": 1621905739726,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:22:52.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-25T01:22:52.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "aai-ml",
"timestamp": 1621905741920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:22:52.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-25T01:22:52.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "aai-ml",
"timestamp": 1621905741920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:22:52.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-25T01:22:52.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "clamp",
"timestamp": 1621905744616,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:22:52.692Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:22:52.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "aai-ml",
"timestamp": 1621905745039,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:22:52.692Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:22:52.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "clamp",
"timestamp": 1621905745636,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-25T01:22:52.692Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:22:52.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "clamp",
"timestamp": 1621905746639,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T01:22:52.695Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0f233237-4c1e-4072-bb93-0375c4eab2f5
2021-05-25T01:22:52.695Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f233237-4c1e-4072-bb93-0375c4eab2f5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T01:22:52.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "aai-ml",
"timestamp": 1621905748579,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-25T01:22:52.699Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:22:52.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "aai-ml",
"timestamp": 1621905749583,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T01:22:52.702Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0f233237-4c1e-4072-bb93-0375c4eab2f5
2021-05-25T01:22:52.702Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f233237-4c1e-4072-bb93-0375c4eab2f5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T01:22:52.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905749226,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:22:52.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-25T01:22:52.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905749226,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:22:52.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-25T01:22:52.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905752657,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:22:52.707Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:22:52.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905754187,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-25T01:22:52.707Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T01:22:52.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:22:52.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621905755193,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T01:22:52.710Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0f233237-4c1e-4072-bb93-0375c4eab2f5
2021-05-25T01:22:52.710Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f233237-4c1e-4072-bb93-0375c4eab2f5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T01:22:52.764Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-25T01:22:52.765Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:22:52.765Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:22:52.777Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:22:52.778Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:22:53.665Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:22:53.666Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:22:53.667Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:22:53.667Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905772032,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:22:53.768Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:22:53.768Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:22:53.769Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:22:53.781Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:22:53.781Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:22:54.668Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "89575fb9-0b8d-4ae6-9663-ea8c33348284",
"serviceDescription": "service",
"serviceInvariantUUID": "21b270e2-9094-49c0-b735-403d60942e20",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "cbae5a57-d8ea-4fa0-890e-772c006971d0",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "13fee660-3847-424d-82c7-5b856949f0fb",
"resourceInvariantUUID": "79a5ef2e-53ad-4539-bcb6-308a59890cf4",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "OTc1MjA2ZWJkYTZmNThlYjY1NDk3ZjA5NWYwN2Q2YzE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "195c069b-0c48-4e1b-8343-32b52c061880"
}
],
"workloadContext": "Production"
}
2021-05-25T01:22:54.669Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-25T01:22:54.669Z|c28347e3-1cda-4076-ae6c-f63dbf5d5543|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 89575fb9-0b8d-4ae6-9663-ea8c33348284 ASDC
2021-05-25T01:22:54.669Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0f233237-4c1e-4072-bb93-0375c4eab2f5
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:89575fb9-0b8d-4ae6-9663-ea8c33348284
ServiceInvariantUUID:21b270e2-9094-49c0-b735-403d60942e20
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:195c069b-0c48-4e1b-8343-32b52c061880
ArtifactChecksum:OTc1MjA2ZWJkYTZmNThlYjY1NDk3ZjA5NWYwN2Q2YzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:cbae5a57-d8ea-4fa0-890e-772c006971d0
ResourceInvariantUUID:79a5ef2e-53ad-4539-bcb6-308a59890cf4
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:13fee660-3847-424d-82c7-5b856949f0fb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-05-25T01:22:54.669Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89575fb9-0b8d-4ae6-9663-ea8c33348284 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-25T01:22:54.689Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-25T01:22:54.690Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-25T01:22:54.690Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-25T01:22:54.690Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 195c069b-0c48-4e1b-8343-32b52c061880 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-25T01:22:54.690Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-25T01:22:54.690Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-25T01:22:55.194Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-25T01:22:55.196Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 195c069b-0c48-4e1b-8343-32b52c061880 52218
2021-05-25T01:22:55.196Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-25T01:22:55.196Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-25T01:22:55.196Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T01:22:55.197Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:22:55.198Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:22:55.198Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905775196,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:22:55.298Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:22:55.299Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:22:55.299Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:22:55.309Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:22:55.310Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:22:56.199Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-25T01:22:56.199Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-25T01:22:56.200Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 195c069b-0c48-4e1b-8343-32b52c061880, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T01:22:56.200Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-05-25T01:22:56.200Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T01:22:56.200Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T01:22:56.269Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2028797877941314899/Definitions/service-BasicNetwork-template.yml
2021-05-25T01:22:56.581Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-25T01:22:56.581Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-25T01:22:56.582Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T01:22:56.582Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-25T01:22:56.582Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T01:22:56.582Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T01:22:56.582Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T01:22:56.582Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T01:22:56.582Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T01:22:56.582Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T01:22:56.582Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T01:22:56.582Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T01:22:56.582Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-25T01:22:56.582Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:22:56.582Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:22:56.583Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-25T01:22:56.583Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-25T01:22:56.583Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-25T01:22:56.583Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:22:56.583Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:22:56.583Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-25T01:22:56.583Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-25T01:22:56.583Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-25T01:22:56.583Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:22:56.583Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:22:56.584Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:22:56.584Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:22:56.584Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:22:56.584Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:22:56.584Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:22:56.584Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:22:56.584Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:22:56.584Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:22:56.584Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:89575fb9-0b8d-4ae6-9663-ea8c33348284
Model Version:NULL
Model InvariantUuid:21b270e2-9094-49c0-b735-403d60942e20
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:79a5ef2e-53ad-4539-bcb6-308a59890cf4
Model UUID:c90b3273-0a83-4014-af82-f76d27be6e7e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:cbae5a57-d8ea-4fa0-890e-772c006971d0
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-25T01:22:56.587Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 13fee660-3847-424d-82c7-5b856949f0fb
2021-05-25T01:22:56.587Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||No resources found for Service: 89575fb9-0b8d-4ae6-9663-ea8c33348284
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T01:22:56.590Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||
2021-05-25T01:22:56.590Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-05-25T01:22:56.591Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 89575fb9-0b8d-4ae6-9663-ea8c33348284
2021-05-25T01:22:56.591Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 89575fb9-0b8d-4ae6-9663-ea8c33348284
2021-05-25T01:22:56.591Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-05-25T01:22:56.591Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T01:22:56.594Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:22:56.594Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:22:56.594Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:22:56.595Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:22:56.595Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 89575fb9-0b8d-4ae6-9663-ea8c33348284: Generic NeutronNet
2021-05-25T01:22:56.595Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:22:56.595Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:22:56.595Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:22:56.595Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-05-25T01:22:56.613Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:22:56.614Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:22:56.614Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:22:56.614Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:22:56.614Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:22:56.614Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:22:56.614Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-05-25T01:22:56.647Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-05-25T01:22:56.647Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-25T01:22:56.647Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-25T01:22:56.647Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-25T01:22:56.647Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:22:56.649Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:22:56.649Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905776647,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-25T01:22:56.749Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:22:56.750Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:22:56.750Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:22:56.762Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:22:56.762Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:22:57.649Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f233237-4c1e-4072-bb93-0375c4eab2f5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-25T01:22:57.655Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f233237-4c1e-4072-bb93-0375c4eab2f5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-25T01:22:57.658Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-25T01:22:57.658Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-25T01:22:57.658Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-25T01:22:57.658Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-25T01:22:57.658Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-25T01:22:57.658Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-25T01:22:57.658Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-25T01:22:57.658Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-25T01:22:57.659Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-25T01:22:57.659Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-25T01:22:57.659Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T01:22:57.661Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-25T01:23:27.661Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0f233237-4c1e-4072-bb93-0375c4eab2f5 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-25T01:23:27.667Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0f233237-4c1e-4072-bb93-0375c4eab2f5 and serviceModelVersionId: 89575fb9-0b8d-4ae6-9663-ea8c33348284
2021-05-25T01:23:27.667Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 21b270e2-9094-49c0-b735-403d60942e20
2021-05-25T01:23:27.668Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/21b270e2-9094-49c0-b735-403d60942e20/model-vers/model-ver/89575fb9-0b8d-4ae6-9663-ea8c33348284?depth=0
2021-05-25T01:23:27.678Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-05-25T01:23:27.720Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/21b270e2-9094-49c0-b735-403d60942e20/model-vers/model-ver/89575fb9-0b8d-4ae6-9663-ea8c33348284?depth=0|INFO|500||Invoke
2021-05-25T01:23:27.720Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/21b270e2-9094-49c0-b735-403d60942e20/model-vers/model-ver/89575fb9-0b8d-4ae6-9663-ea8c33348284?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/21b270e2-9094-49c0-b735-403d60942e20/model-vers/model-ver/89575fb9-0b8d-4ae6-9663-ea8c33348284?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0f233237-4c1e-4072-bb93-0375c4eab2f5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[399d96d3-ff17-4c00-bf6b-9062a28e8714], X-ECOMP-RequestID=[0f233237-4c1e-4072-bb93-0375c4eab2f5], X-TransactionId=[], X-ONAP-RequestID=[0f233237-4c1e-4072-bb93-0375c4eab2f5], Content-Type=[application/merge-patch+json]}
2021-05-25T01:23:27.737Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/21b270e2-9094-49c0-b735-403d60942e20/model-vers/model-ver/89575fb9-0b8d-4ae6-9663-ea8c33348284?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-25T01:23:27.900Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/21b270e2-9094-49c0-b735-403d60942e20/model-vers/model-ver/89575fb9-0b8d-4ae6-9663-ea8c33348284?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/21b270e2-9094-49c0-b735-403d60942e20/model-vers/model-ver/89575fb9-0b8d-4ae6-9663-ea8c33348284?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210525-01:23:27:736-83924], vertex-id=[159856], Content-Length=[0], Date=[Tue, 25 May 2021 01:23:27 GMT], Content-Type=[application/json]}
2021-05-25T01:23:27.900Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/21b270e2-9094-49c0-b735-403d60942e20/model-vers/model-ver/89575fb9-0b8d-4ae6-9663-ea8c33348284?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-25T01:23:27.901Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/21b270e2-9094-49c0-b735-403d60942e20/model-vers/model-ver/89575fb9-0b8d-4ae6-9663-ea8c33348284?depth=0|INFO|500||InvokeReturn
2021-05-25T01:23:27.901Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-25T01:23:27.901Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T01:23:27.906Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-25T01:23:27.906Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0f233237-4c1e-4072-bb93-0375c4eab2f5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-25T01:23:27.906Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-25T01:23:27.906Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:23:27.908Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:23:27.908Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905807906,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-25T01:23:28.008Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:23:28.009Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:23:28.009Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:23:28.023Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:23:28.023Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-25T01:23:52.032Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:23:52.032Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:23:52.032Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OnHEVTE598fXYCky) ...
2021-05-25T01:23:52.033Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T01:23:52.033Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T01:23:52.034Z||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 OnHEVTE598fXYCky) ...
2021-05-25T01:23:52.155Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:23:52.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-25T01:23:52.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f233237-4c1e-4072-bb93-0375c4eab2f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905772032,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:23:52.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-25T01:23:52.653Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:23:52.654Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-25T01:23:52.654Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"67cf12a4-d7c5-4aa5-b06e-5011779a56b8","serviceName":"Demo_pNF_O88FIoU4zul4JvEbS6OP","serviceVersion":"1.0","serviceUUID":"802fd20e-2401-4663-87c7-9853b4403e15","serviceDescription":"catalog service description","serviceInvariantUUID":"4e64f62a-5239-4368-964a-d051897c11bd","resources":[{"resourceInstanceName":"pNF 1e2e1b88-3f9b 0","resourceName":"pNF 1e2e1b88-3f9b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cab4d0ea-cdb2-4723-bd46-14e9b50eaa26","resourceInvariantUUID":"34a54f66-21f0-46b7-b050-aea4e6688d5c","resourceCustomizationUUID":"b6bcd8c8-dcfd-4250-b1a7-a10de8ba0018","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/resourceInstances/pnf1e2e1b883f9b0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmMzAyY2NlYjY1ODQ5NzU3ZGEzM2NhOGZmZjc0YmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"88d1cbb9-81c0-4af0-8e93-c9638ebfdbd4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/resourceInstances/pnf1e2e1b883f9b0/artifacts/pNF.csar","artifactChecksum":"MzAzZWIzYTIwYTQ2YWExMTU4ZjFiYWI3OWUxMjM3ZGY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"17330652-a04c-4521-983e-ea1f5a82df0a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/resourceInstances/pnf1e2e1b883f9b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7d238b2e-57bf-4887-80eb-c985dab79a20","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/resourceInstances/pnf1e2e1b883f9b0/artifacts/vendor-license-model.xml","artifactChecksum":"OTA2OWQ5NjM1MGM5ZGVhMjU4NzJkNjIxZjA4NDRkYjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"73905c3f-20e9-4be8-864e-8c4201d074a6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/resourceInstances/pnf1e2e1b883f9b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ccaab34b-ef77-4ea0-b5e7-f2d2865d16d1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/resourceInstances/pnf1e2e1b883f9b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f41738c7-7e0f-4873-b20c-4274479ac985","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfO88fiou4zul4jvebs6op-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/artifacts/service-DemoPnfO88fiou4zul4jvebs6op-template.yml","artifactChecksum":"ZDljOWM2MTNkN2NiZjBiNWMwMWFlMTU0OGE2ZDk2ODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7ba0bc48-e76d-4233-ad3f-c79269031ab0","artifactVersion":"1"},{"artifactName":"service-DemoPnfO88fiou4zul4jvebs6op-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/artifacts/service-DemoPnfO88fiou4zul4jvebs6op-csar.csar","artifactChecksum":"ZDcwYTY3ZmNlZDI2ODk3NTE3ODFmYjRmNDEwNTE2NTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa2050b8-8774-40a7-a420-46bcc545f44a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-25T01:23:52.657Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:23:52.657Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:23:52.659Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:23:52.659Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67cf12a4-d7c5-4aa5-b06e-5011779a56b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905832032,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/resourceInstances/pnf1e2e1b883f9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:23:52.759Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:23:52.760Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:23:52.760Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:23:52.769Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:23:52.770Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:23:53.660Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:23:53.661Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:23:53.664Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:23:53.664Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67cf12a4-d7c5-4aa5-b06e-5011779a56b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905832032,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/resourceInstances/pnf1e2e1b883f9b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:23:53.764Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:23:53.765Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:23:53.765Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:23:53.776Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:23:53.776Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:23:54.665Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:23:54.666Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:23:54.668Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:23:54.668Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67cf12a4-d7c5-4aa5-b06e-5011779a56b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905832032,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/resourceInstances/pnf1e2e1b883f9b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:23:54.768Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:23:54.769Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:23:54.769Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:23:54.783Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:23:54.784Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:23:55.669Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:23:55.669Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:23:55.671Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:23:55.671Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67cf12a4-d7c5-4aa5-b06e-5011779a56b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905832032,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/resourceInstances/pnf1e2e1b883f9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:23:55.771Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:23:55.772Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:23:55.772Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:23:55.782Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:23:55.782Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:23:56.671Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:23:56.672Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:23:56.676Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:23:56.676Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67cf12a4-d7c5-4aa5-b06e-5011779a56b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905832032,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/resourceInstances/pnf1e2e1b883f9b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:23:56.774Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-05-25T01:23:56.775Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:23:56.775Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:23:56.785Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:23:56.786Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:23:57.677Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:23:57.678Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:23:57.679Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:23:57.679Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67cf12a4-d7c5-4aa5-b06e-5011779a56b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905832032,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/resourceInstances/pnf1e2e1b883f9b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:23:57.780Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-25T01:23:57.780Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:23:57.781Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:23:57.801Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:23:57.802Z||pool-45-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:23:58.680Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:23:58.681Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:23:58.682Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:23:58.682Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67cf12a4-d7c5-4aa5-b06e-5011779a56b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905832032,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/artifacts/service-DemoPnfO88fiou4zul4jvebs6op-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T01:23:58.783Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:23:58.783Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:23:58.783Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:23:58.798Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:23:58.798Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-05-25T01:23:59.683Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T01:23:59.684Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:23:59.685Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:23:59.686Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67cf12a4-d7c5-4aa5-b06e-5011779a56b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905832032,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/artifacts/service-DemoPnfO88fiou4zul4jvebs6op-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T01:23:59.786Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:23:59.786Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:23:59.786Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:23:59.798Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:23:59.798Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:24:00.687Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "67cf12a4-d7c5-4aa5-b06e-5011779a56b8",
"serviceName": "Demo_pNF_O88FIoU4zul4JvEbS6OP",
"serviceVersion": "1.0",
"serviceUUID": "802fd20e-2401-4663-87c7-9853b4403e15",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4e64f62a-5239-4368-964a-d051897c11bd",
"resources": [
{
"resourceInstanceName": "pNF 1e2e1b88-3f9b 0",
"resourceCustomizationUUID": "b6bcd8c8-dcfd-4250-b1a7-a10de8ba0018",
"resourceName": "pNF 1e2e1b88-3f9b",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "cab4d0ea-cdb2-4723-bd46-14e9b50eaa26",
"resourceInvariantUUID": "34a54f66-21f0-46b7-b050-aea4e6688d5c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfO88fiou4zul4jvebs6op-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/artifacts/service-DemoPnfO88fiou4zul4jvebs6op-csar.csar",
"artifactChecksum": "ZDcwYTY3ZmNlZDI2ODk3NTE3ODFmYjRmNDEwNTE2NTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fa2050b8-8774-40a7-a420-46bcc545f44a"
}
],
"workloadContext": "Production"
}
2021-05-25T01:24:00.687Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-25T01:24:00.687Z|0f233237-4c1e-4072-bb93-0375c4eab2f5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 802fd20e-2401-4663-87c7-9853b4403e15 ASDC
2021-05-25T01:24:00.687Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:67cf12a4-d7c5-4aa5-b06e-5011779a56b8
ServiceName:Demo_pNF_O88FIoU4zul4JvEbS6OP
ServiceVersion:1.0
ServiceUUID:802fd20e-2401-4663-87c7-9853b4403e15
ServiceInvariantUUID:4e64f62a-5239-4368-964a-d051897c11bd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfO88fiou4zul4jvebs6op-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/artifacts/service-DemoPnfO88fiou4zul4jvebs6op-csar.csar
ArtifactUUID:fa2050b8-8774-40a7-a420-46bcc545f44a
ArtifactChecksum:ZDcwYTY3ZmNlZDI2ODk3NTE3ODFmYjRmNDEwNTE2NTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1e2e1b88-3f9b 0
ResourceCustomizationUUID:b6bcd8c8-dcfd-4250-b1a7-a10de8ba0018
ResourceInvariantUUID:34a54f66-21f0-46b7-b050-aea4e6688d5c
ResourceName:pNF 1e2e1b88-3f9b
ResourceType:PNF
ResourceUUID:cab4d0ea-cdb2-4723-bd46-14e9b50eaa26
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-05-25T01:24:00.687Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 802fd20e-2401-4663-87c7-9853b4403e15 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T01:24:00.705Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-25T01:24:00.705Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-25T01:24:00.705Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-25T01:24:00.705Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fa2050b8-8774-40a7-a420-46bcc545f44a from URL: /sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/artifacts/service-DemoPnfO88fiou4zul4jvebs6op-csar.csar
2021-05-25T01:24:00.706Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-25T01:24:00.706Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/artifacts/service-DemoPnfO88fiou4zul4jvebs6op-csar.csar
2021-05-25T01:24:01.157Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-25T01:24:01.160Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/artifacts/service-DemoPnfO88fiou4zul4jvebs6op-csar.csar fa2050b8-8774-40a7-a420-46bcc545f44a 83305
2021-05-25T01:24:01.161Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/artifacts/service-DemoPnfO88fiou4zul4jvebs6op-csar.csar ASDC sendASDCNotification
2021-05-25T01:24:01.161Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/artifacts/service-DemoPnfO88fiou4zul4jvebs6op-csar.csar
2021-05-25T01:24:01.161Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T01:24:01.161Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-25T01:24:01.162Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T01:24:01.163Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "67cf12a4-d7c5-4aa5-b06e-5011779a56b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621905841161,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/artifacts/service-DemoPnfO88fiou4zul4jvebs6op-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-25T01:24:01.263Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T01:24:01.263Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T01:24:01.264Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OnHEVTE598fXYCky) ...
2021-05-25T01:24:01.273Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T01:24:01.273Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-25T01:24:02.163Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-25T01:24:02.164Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-25T01:24:02.165Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: fa2050b8-8774-40a7-a420-46bcc545f44a, URL: /sdc/v1/catalog/services/DemoPnfO88fiou4zul4jvebs6op/1.0/artifacts/service-DemoPnfO88fiou4zul4jvebs6op-csar.csar to file: /app/ASDC/1/service-DemoPnfO88fiou4zul4jvebs6op-csar.csar
2021-05-25T01:24:02.165Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfO88fiou4zul4jvebs6op-csar.csar
2021-05-25T01:24:02.165Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfO88fiou4zul4jvebs6op-csar.csar
2021-05-25T01:24:02.165Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfO88fiou4zul4jvebs6op-csar.csar
2021-05-25T01:24:02.250Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11348626969776998112/Definitions/service-DemoPnfO88fiou4zul4jvebs6op-template.yml
2021-05-25T01:24:02.804Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-25T01:24:02.805Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-25T01:24:02.805Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfO88fiou4zul4jvebs6op-csar.csar
2021-05-25T01:24:02.805Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-25T01:24:02.805Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfO88fiou4zul4jvebs6op-csar.csar
2021-05-25T01:24:02.805Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfO88fiou4zul4jvebs6op-csar.csar
2021-05-25T01:24:02.805Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1e2e1b88-3f9b 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfO88fiou4zul4jvebs6op-csar.csar
2021-05-25T01:24:02.805Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfO88fiou4zul4jvebs6op-csar.csar
2021-05-25T01:24:02.805Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfO88fiou4zul4jvebs6op-csar.csar
2021-05-25T01:24:02.805Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfO88fiou4zul4jvebs6op-csar.csar
2021-05-25T01:24:02.806Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfO88fiou4zul4jvebs6op-csar.csar
2021-05-25T01:24:02.806Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1e2e1b88-3f9b 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfO88fiou4zul4jvebs6op-csar.csar
2021-05-25T01:24:02.806Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-25T01:24:02.806Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:24:02.806Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O88FIoU4zul4JvEbS6OP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:24:02.806Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||Node template pNF 1e2e1b88-3f9b 0 is matching search criteria
2021-05-25T01:24:02.806Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-25T01:24:02.806Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 1e2e1b88-3f9b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-25T01:24:02.806Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:24:02.807Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O88FIoU4zul4JvEbS6OP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:24:02.807Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||Node template pNF 1e2e1b88-3f9b 0 is matching search criteria
2021-05-25T01:24:02.807Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-25T01:24:02.807Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 1e2e1b88-3f9b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-25T01:24:02.807Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:24:02.807Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O88FIoU4zul4JvEbS6OP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:24:02.807Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:24:02.807Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O88FIoU4zul4JvEbS6OP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:24:02.808Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:24:02.808Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O88FIoU4zul4JvEbS6OP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:24:02.808Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:24:02.808Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O88FIoU4zul4JvEbS6OP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:24:02.808Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:24:02.808Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O88FIoU4zul4JvEbS6OP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:24:02.808Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_O88FIoU4zul4JvEbS6OP
Description:catalog service description
Model UUID:802fd20e-2401-4663-87c7-9853b4403e15
Model Version:NULL
Model InvariantUuid:4e64f62a-5239-4368-964a-d051897c11bd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-25T01:24:02.811Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: cab4d0ea-cdb2-4723-bd46-14e9b50eaa26
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T01:24:02.813Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||INFO|500||pNF 1e2e1b88-3f9b 0
2021-05-25T01:24:02.813Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cab4d0ea-cdb2-4723-bd46-14e9b50eaa26
2021-05-25T01:24:02.813Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 802fd20e-2401-4663-87c7-9853b4403e15
2021-05-25T01:24:02.813Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 802fd20e-2401-4663-87c7-9853b4403e15
2021-05-25T01:24:02.813Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1e2e1b88-3f9b 0 cab4d0ea-cdb2-4723-bd46-14e9b50eaa26 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T01:24:02.815Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T01:24:02.815Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O88FIoU4zul4JvEbS6OP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T01:24:02.815Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 802fd20e-2401-4663-87c7-9853b4403e15: pNF 1e2e1b88-3f9b
2021-05-25T01:24:02.816Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||INFO|500||Processing PNF resource: cab4d0ea-cdb2-4723-bd46-14e9b50eaa26
2021-05-25T01:24:02.816Z|67cf12a4-d7c5-4aa5-b06e-5011779a56b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery