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-01T04:20:54.261Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-7mtcs with PID 14 (/app/app.jar started by so in /app)
2021-05-01T04:20:54.266Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-01T04:20:54.266Z||main|||||INFO|500||The following profiles are active: basic
2021-05-01T04:21:01.137Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-01T04:21:01.138Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-01T04:21:01.219Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-01T04:21:02.592Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-01T04:21:02.756Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-01T04:21:03.100Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-01T04:21:03.107Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-01T04:21:03.182Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-01T04:21:03.309Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-01T04:21:03.685Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-01T04:21:04.574Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-01T04:21:06.532Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-01T04:21:06.571Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-01T04:21:07.024Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-01T04:21:07.206Z||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-01T04:21:08.295Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-01T04:21:09.217Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-05-01T04:21:09.234Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$1b4077b3.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-05-01T04:21:09.234Z||main|||||WARN|500||The sdc end point is not alive
2021-05-01T04:21:11.148Z||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-01T04:21:13.308Z||main|||||WARN|500||---
2021-05-01T04:21:13.309Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-01T04:21:13.309Z||main|||||WARN|500||---
2021-05-01T04:21:13.574Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-01T04:21:16.296Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-01T04:21:16.297Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-01T04:21:16.297Z||main|||||INFO|500||Started Application in 23.826 seconds (JVM running for 24.868)
2021-05-01T04:21:16.308Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-01T04:21:16.328Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-01T04:21:16.391Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5cbd5b9b-c555-4f40-a7ae-2c831ceaa42f url= /sdc/v1/artifactTypes
2021-05-01T04:21:16.391Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-01T04:21:17.507Z||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.63.160] 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-01T04:21:17.511Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7f630442
2021-05-01T04:21:17.512Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-01T04:21:17.520Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-01T04:21:17.521Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-01T04:21:17.523Z||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-01T04:22:06.292Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-01T04:22:06.292Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-01T04:22:06.292Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-01T04:22:06.295Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-01T04:22:06.302Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1e6d750b-5013-4ca9-884f-352a2947ec06 url= /sdc/v1/artifactTypes
2021-05-01T04:22:06.303Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-01T04:22:07.330Z||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.63.160] 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-01T04:22:07.330Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@59bc6173
2021-05-01T04:22:07.330Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-01T04:22:07.331Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-01T04:22:07.331Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-01T04:22:07.331Z||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-01T04:22:56.292Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-01T04:22:56.292Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-01T04:22:56.292Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-01T04:22:56.295Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-01T04:22:56.300Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ce29de07-8420-48f1-a754-2d40218be8f9 url= /sdc/v1/artifactTypes
2021-05-01T04:22:56.300Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-01T04:22:56.446Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-01T04:22:56.452Z||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-01T04:22:56.470Z||scheduling-1|||||DEBUG|500||create keys
2021-05-01T04:22:56.476Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-01T04:22:56.492Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:22:56.505Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 62951060-cdf6-4531-b96d-7a9dc2acfec2 url= /sdc/v1/registerForDistribution
2021-05-01T04:22:56.563Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 62951060-cdf6-4531-b96d-7a9dc2acfec2 url= /sdc/v1/registerForDistribution
2021-05-01T04:22:56.563Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-01T04:22:56.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:22:56.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:22:56.575Z||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-01T04:22:56.576Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:22:56.576Z||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-01T04:22:56.576Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-01T04:22:56.576Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:23:06.772Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:23:06.785Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:23:56.570Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:23:56.571Z||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-01T04:23:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:23:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:23:56.572Z||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-01T04:23:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:24:06.116Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:24:06.118Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:24:56.570Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:24:56.570Z||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-01T04:24:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:24:56.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:24:56.572Z||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-01T04:24:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:25:06.113Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:25:06.163Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:25:56.570Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:25:56.570Z||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-01T04:25:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:25:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:25:56.572Z||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-01T04:25:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:26:06.113Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:26:06.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:26:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:26:56.571Z||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-01T04:26:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:26:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:26:56.572Z||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-01T04:26:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:27:06.114Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:27:06.126Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:27:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:27:56.570Z||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-01T04:27:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:27:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:27:56.571Z||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-01T04:27:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:28:06.116Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:28:06.117Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:28:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:28:56.570Z||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-01T04:28:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:28:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:28:56.572Z||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-01T04:28:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:29:06.110Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:29:06.112Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:29:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:29:56.571Z||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-01T04:29:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:29:56.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:29:56.571Z||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-01T04:29:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:30:06.110Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:30:06.110Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:30:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:30:56.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:30:56.571Z||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-01T04:30:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:30:56.572Z||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-01T04:30:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:31:06.116Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:31:06.116Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:31:30.876Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-01T04:31:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:31:56.570Z||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-01T04:31:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:31:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:31:56.572Z||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-01T04:31:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:32:06.113Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:32:06.114Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:32:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:32:56.570Z||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-01T04:32:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:32:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:32:56.571Z||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-01T04:32:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:33:06.116Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:33:06.119Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:33:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:33:56.571Z||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-01T04:33:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:33:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:33:56.571Z||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-01T04:33:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:34:06.110Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:34:06.113Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:34:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:34:56.570Z||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-01T04:34:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:34:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:34:56.572Z||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-01T04:34:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:35:06.115Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:35:06.117Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:35:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:35:56.570Z||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-01T04:35:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:35:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:35:56.571Z||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-01T04:35:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:36:06.115Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:36:06.115Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:36:56.570Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:36:56.571Z||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-01T04:36:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:36:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:36:56.572Z||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-01T04:36:56.573Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:37:06.110Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:37:06.110Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:37:56.570Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:37:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:37:56.572Z||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-01T04:37:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:37:56.572Z||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-01T04:37:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:38:06.115Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:38:06.116Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:38:56.570Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:38:56.571Z||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-01T04:38:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:38:56.571Z||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-01T04:38:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:38:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:39:06.111Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:39:06.111Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:39:56.570Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:39:56.570Z||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-01T04:39:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:39:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:39:56.572Z||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-01T04:39:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:40:06.114Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:40:06.116Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:40:56.570Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:40:56.570Z||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-01T04:40:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:40:56.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:40:56.571Z||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-01T04:40:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:41:06.111Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:41:06.112Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:41:56.570Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:41:56.571Z||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-01T04:41:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:41:56.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:41:56.571Z||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-01T04:41:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:42:06.110Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:42:06.111Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:42:56.570Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:42:56.570Z||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-01T04:42:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:42:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:42:56.571Z||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-01T04:42:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:43:06.109Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:43:06.112Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:43:56.570Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:43:56.570Z||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-01T04:43:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:43:56.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:43:56.572Z||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-01T04:43:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:44:06.114Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:44:06.128Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:44:56.570Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:44:56.570Z||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-01T04:44:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:44:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:44:56.571Z||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-01T04:44:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:45:06.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:45:06.109Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:45:56.570Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:45:56.570Z||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-01T04:45:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:45:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:45:56.571Z||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-01T04:45:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:46:06.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:46:06.108Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:46:56.570Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:46:56.570Z||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-01T04:46:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:46:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:46:56.572Z||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-01T04:46:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:47:06.109Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:47:06.109Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:47:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:47:56.571Z||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-01T04:47:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:47:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:47:56.572Z||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-01T04:47:56.573Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:48:06.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:48:06.115Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:48:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:48:56.570Z||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-01T04:48:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:48:56.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:48:56.572Z||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-01T04:48:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:49:06.110Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:49:06.111Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:49:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:49:56.570Z||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-01T04:49:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:49:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:49:56.571Z||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-01T04:49:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:50:06.109Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:50:06.109Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:50:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:50:56.570Z||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-01T04:50:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:50:56.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:50:56.571Z||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-01T04:50:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:51:06.108Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:51:06.111Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:51:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:51:56.570Z||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-01T04:51:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:51:56.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:51:56.571Z||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-01T04:51:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:52:06.110Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:52:06.113Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:52:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:52:56.570Z||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-01T04:52:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:52:56.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:52:56.571Z||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-01T04:52:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:53:06.124Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:53:06.125Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:53:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:53:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:53:56.571Z||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-01T04:53:56.571Z||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-01T04:53:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:53:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:54:06.111Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:54:06.112Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:54:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:54:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:54:56.572Z||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-01T04:54:56.572Z||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-01T04:54:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:54:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:55:06.112Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:55:06.112Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:55:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:55:56.570Z||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-01T04:55:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:55:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:55:56.572Z||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-01T04:55:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:56:06.110Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:56:06.113Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:56:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:56:56.570Z||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-01T04:56:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:56:56.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:56:56.572Z||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-01T04:56:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:57:06.115Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:57:06.116Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:57:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:57:56.570Z||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-01T04:57:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:57:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:57:56.571Z||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-01T04:57:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:58:06.107Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:58:06.110Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:58:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:58:56.570Z||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-01T04:58:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:58:56.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:58:56.571Z||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-01T04:58:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:59:06.105Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:59:06.107Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T04:59:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:59:56.570Z||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-01T04:59:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T04:59:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T04:59:56.571Z||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-01T04:59:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:00:06.110Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:00:06.111Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:00:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:00:56.570Z||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-01T05:00:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:00:56.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:00:56.572Z||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-01T05:00:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:01:06.110Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:01:06.110Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:01:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:01:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:01:56.572Z||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-01T05:01:56.572Z||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-01T05:01:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:01:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:02:06.116Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:02:06.117Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:02:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:02:56.570Z||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-01T05:02:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:02:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:02:56.572Z||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-01T05:02:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:03:06.108Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:03:06.108Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:03:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:03:56.570Z||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-01T05:03:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:03:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:03:56.572Z||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-01T05:03:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:04:06.112Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:04:06.112Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:04:56.570Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:04:56.570Z||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-01T05:04:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:04:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:04:56.572Z||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-01T05:04:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:05:06.110Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:05:06.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:05:56.570Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:05:56.570Z||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-01T05:05:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:05:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:05:56.572Z||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-01T05:05:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:06:06.110Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:06:06.110Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:06:56.570Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:06:56.570Z||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-01T05:06:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:06:56.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:06:56.571Z||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-01T05:06:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:07:06.109Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:07:06.109Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:07:56.570Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:07:56.570Z||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-01T05:07:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:07:56.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:07:56.572Z||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-01T05:07:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:08:06.118Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:08:06.119Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:08:56.570Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:08:56.570Z||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-01T05:08:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:08:56.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:08:56.571Z||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-01T05:08:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:09:06.112Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:09:06.112Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:09:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:09:56.571Z||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-01T05:09:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:09:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:09:56.571Z||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-01T05:09:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:10:06.106Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:10:06.112Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:10:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:10:56.570Z||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-01T05:10:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:10:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:10:56.571Z||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-01T05:10:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:11:06.107Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:11:06.107Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:11:56.569Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:11:56.570Z||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-01T05:11:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:11:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:11:56.571Z||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-01T05:11:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:12:06.107Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:12:06.108Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:12:56.569Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:12:56.570Z||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-01T05:12:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:12:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:12:56.571Z||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-01T05:12:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:13:06.109Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:13:06.109Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:13:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:13:56.570Z||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-01T05:13:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:13:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:13:56.571Z||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-01T05:13:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:14:06.113Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:14:06.113Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:14:56.570Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:14:56.570Z||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-01T05:14:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:14:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:14:56.572Z||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-01T05:14:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:15:06.108Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:15:06.110Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:15:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:15:56.570Z||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-01T05:15:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:15:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:15:56.572Z||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-01T05:15:56.573Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:16:06.111Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:16:06.113Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:16:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:16:56.571Z||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-01T05:16:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:16:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:16:56.572Z||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-01T05:16:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:17:06.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:17:06.108Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:17:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:17:56.570Z||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-01T05:17:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:17:56.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:17:56.571Z||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-01T05:17:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:18:06.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:18:06.107Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:18:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:18:56.570Z||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-01T05:18:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:18:56.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:18:56.571Z||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-01T05:18:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:19:06.108Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:19:06.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:19:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:19:56.570Z||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-01T05:19:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:19:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:19:56.571Z||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-01T05:19:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:20:06.122Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:20:06.122Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:20:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:20:56.570Z||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-01T05:20:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:20:56.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:20:56.571Z||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-01T05:20:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:21:06.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:21:06.109Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:21:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:21:56.570Z||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-01T05:21:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:21:56.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:21:56.571Z||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-01T05:21:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:22:06.110Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:22:06.110Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:22:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:22:56.571Z||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-01T05:22:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:22:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:22:56.571Z||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-01T05:22:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:23:06.110Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:23:06.111Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:23:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:23:56.570Z||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-01T05:23:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:23:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:23:56.572Z||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-01T05:23:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:24:06.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:24:06.109Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:24:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:24:56.570Z||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-01T05:24:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:24:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:24:56.571Z||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-01T05:24:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:25:06.109Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:25:06.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:25:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:25:56.570Z||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-01T05:25:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:25:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:25:56.572Z||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-01T05:25:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:26:06.108Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:26:06.107Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:26:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:26:56.570Z||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-01T05:26:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:26:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:26:56.571Z||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-01T05:26:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:27:06.108Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:27:06.108Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:27:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:27:56.570Z||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-01T05:27:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:27:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:27:56.572Z||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-01T05:27:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:28:06.106Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:28:06.108Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:28:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:28:56.570Z||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-01T05:28:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:28:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:28:56.571Z||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-01T05:28:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:29:06.111Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:29:06.111Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:29:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:29:56.570Z||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-01T05:29:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:29:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:29:56.571Z||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-01T05:29:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:30:06.108Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:30:06.109Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:30:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:30:56.570Z||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-01T05:30:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:30:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:30:56.572Z||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-01T05:30:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:31:06.106Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:31:06.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:31:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:31:56.570Z||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-01T05:31:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:31:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:31:56.572Z||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-01T05:31:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:32:06.109Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:32:06.110Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:32:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:32:56.570Z||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-01T05:32:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:32:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:32:56.571Z||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-01T05:32:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:33:06.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:33:06.108Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:33:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:33:56.570Z||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-01T05:33:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:33:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:33:56.571Z||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-01T05:33:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:34:06.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:34:06.108Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:34:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:34:56.570Z||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-01T05:34:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:34:56.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:34:56.571Z||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-01T05:34:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:35:06.108Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:35:06.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:35:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:35:56.570Z||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-01T05:35:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:35:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:35:56.571Z||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-01T05:35:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:36:06.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:36:06.108Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:36:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:36:56.570Z||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-01T05:36:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:36:56.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:36:56.571Z||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-01T05:36:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:37:06.109Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:37:06.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:37:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:37:56.570Z||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-01T05:37:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:37:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:37:56.571Z||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-01T05:37:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:38:06.108Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:38:06.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:38:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:38:56.570Z||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-01T05:38:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:38:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:38:56.571Z||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-01T05:38:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:39:06.109Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:39:06.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:39:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:39:56.570Z||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-01T05:39:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:39:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:39:56.571Z||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-01T05:39:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:40:06.104Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:40:06.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:40:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:40:56.570Z||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-01T05:40:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:40:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:40:56.571Z||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-01T05:40:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:41:06.112Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:41:06.113Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:41:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:41:56.570Z||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-01T05:41:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:41:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:41:56.571Z||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-01T05:41:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:42:06.106Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:42:06.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:42:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:42:56.570Z||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-01T05:42:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:42:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:42:56.571Z||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-01T05:42:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:43:06.106Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:43:06.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:43:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:43:56.570Z||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-01T05:43:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:43:56.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:43:56.571Z||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-01T05:43:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:44:06.106Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:44:06.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:44:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:44:56.570Z||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-01T05:44:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:44:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:44:56.572Z||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-01T05:44:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:45:06.105Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:45:06.105Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:45:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:45:56.571Z||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-01T05:45:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:45:56.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:45:56.572Z||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-01T05:45:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:46:06.110Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:46:06.112Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:46:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:46:56.571Z||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-01T05:46:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:46:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:46:56.571Z||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-01T05:46:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:47:06.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:47:06.109Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:47:56.570Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:47:56.570Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-01T05:47:56.570Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ...
2021-05-01T05:47:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:47:56.571Z||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-01T05:47:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:48:06.111Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:48:06.111Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:48:56.569Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:48:56.570Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-01T05:48:56.570Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ...
2021-05-01T05:48:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:48:56.571Z||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-01T05:48:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:49:06.106Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:49:06.106Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:49:56.569Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:49:56.570Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-01T05:49:56.570Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ...
2021-05-01T05:49:56.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:49:56.571Z||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-01T05:49:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:50:06.106Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:50:06.107Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:50:56.569Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:50:56.570Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-01T05:50:56.570Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ...
2021-05-01T05:50:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:50:56.572Z||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-01T05:50:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:51:06.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:51:06.107Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:51:56.570Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:51:56.571Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-01T05:51:56.571Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ...
2021-05-01T05:51:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:51:56.571Z||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-01T05:51:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:52:06.110Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:52:06.111Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:52:56.570Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:52:56.570Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-01T05:52:56.570Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ...
2021-05-01T05:52:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:52:56.571Z||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-01T05:52:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:53:06.114Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:53:06.116Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:53:56.569Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:53:56.570Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-01T05:53:56.570Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ...
2021-05-01T05:53:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:53:56.571Z||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-01T05:53:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:54:06.109Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:54:06.109Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:54:56.569Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:54:56.570Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-01T05:54:56.570Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ...
2021-05-01T05:54:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:54:56.571Z||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-01T05:54:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:55:06.105Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:55:06.105Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:55:56.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:55:56.570Z||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-01T05:55:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:55:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:55:56.574Z||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-01T05:55:56.574Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:56:06.114Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:56:06.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:56:56.570Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:56:56.570Z||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-01T05:56:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:56:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:56:56.571Z||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-01T05:56:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:57:06.112Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:57:06.112Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:57:56.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:57:56.570Z||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-01T05:57:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:57:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:57:56.571Z||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-01T05:57:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:58:06.112Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:58:06.112Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:58:56.570Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:58:56.570Z||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-01T05:58:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:58:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:58:56.571Z||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-01T05:58:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:59:06.112Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:59:06.112Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T05:59:56.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:59:56.570Z||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-01T05:59:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T05:59:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T05:59:56.571Z||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-01T05:59:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:00:06.108Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:00:06.111Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:00:56.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:00:56.570Z||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-01T06:00:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:00:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:00:56.572Z||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-01T06:00:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:01:06.110Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:01:06.112Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:01:56.570Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:01:56.570Z||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-01T06:01:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:01:56.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:01:56.571Z||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-01T06:01:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:02:06.108Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:02:06.108Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:02:56.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:02:56.570Z||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-01T06:02:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:02:56.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:02:56.571Z||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-01T06:02:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:03:06.106Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:03:06.106Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:03:56.569Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:03:56.570Z||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-01T06:03:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:03:56.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:03:56.571Z||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-01T06:03:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:04:06.108Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:04:06.110Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:04:56.569Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:04:56.570Z||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-01T06:04:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:04:56.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:04:56.571Z||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-01T06:04:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:05:06.108Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:05:06.109Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:05:56.569Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:05:56.570Z||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-01T06:05:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:05:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:05:56.572Z||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-01T06:05:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:06:06.107Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:06:06.108Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:06:56.569Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:06:56.570Z||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-01T06:06:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:06:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:06:56.571Z||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-01T06:06:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:07:06.103Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:07:06.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:07:56.569Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:07:56.570Z||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-01T06:07:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:07:56.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:07:56.571Z||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-01T06:07:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:08:06.104Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:08:06.104Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:08:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:08:56.570Z||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-01T06:08:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:08:56.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:08:56.571Z||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-01T06:08:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:09:06.106Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:09:06.109Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:09:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:09:56.571Z||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-01T06:09:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:09:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:09:56.571Z||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-01T06:09:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:10:06.125Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:10:06.125Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:10:56.570Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:10:56.570Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-01T06:10:56.570Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:10:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:10:56.572Z||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-01T06:10:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:11:01.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:11:01.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-01T06:11:01.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"50546625-e0fe-43f6-b999-15f837581aea","serviceName":"vFW 2021-05-01 06-08-02","serviceVersion":"1.0","serviceUUID":"0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441","serviceDescription":"catalog service description","serviceInvariantUUID":"add5a244-099e-4b1c-9ce8-15b4a805fd24","resources":[{"resourceInstanceName":"vFW 151f5d54-6dd8 0","resourceName":"vFW 151f5d54-6dd8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3bb846cc-9384-4c18-ad45-da3f6fe5ca47","resourceInvariantUUID":"04597323-c247-4cea-af82-35c8d7bd7774","resourceCustomizationUUID":"edba9b34-a209-4fed-a326-e79d7dacabe7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml","artifactChecksum":"ZjAwNGZmYWE3MmM3NmFhYjhlNmQ2MThlN2ExMGQ4Nzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"52a90553-39e3-4dd3-b822-0cd7fe38b688","artifactVersion":"1"},{"artifactName":"vfw151f5d546dd80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json","artifactChecksum":"MGFlY2FiYjMxNzNhN2YzMDY5ZTg5NDBkZDUxMDQzZWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9f840b60-7f58-472a-ba77-c5734e985586","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9311a0e3-f9e7-4192-a30c-47154d925882","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml","artifactChecksum":"Njc1ZGM0YTJkOWNjYjgxYzI5MTNkNGU2MDk3NmFhNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5ecfd787-85a6-4c46-84a5-475a1b9d3cd7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"64a62971-8c9d-41f5-99dc-ffedf581d2e4","artifactVersion":"2","generatedFromUUID":"9311a0e3-f9e7-4192-a30c-47154d925882"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210501060802-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml","artifactChecksum":"MDAwMzBmNTNiYjZmMTg3NzhhYjU4OTczZDFlZGE5ZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5520f0dd-602c-4e20-9e83-bfed60197a36","artifactVersion":"1"},{"artifactName":"service-Vfw20210501060802-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar","artifactChecksum":"OTNiYTViZjcwMmI0NTVhMzFiNDI2ODkyMzkzNmMwNmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a4ac4070-5612-47dd-a545-194ae737fa4f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-01T06:11:01.558Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:11:01.564Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:11:01.571Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:11:01.571Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849456570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:11:01.671Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-05-01T06:11:01.675Z||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-01T06:11:01.675Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:11:01.689Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:11:01.689Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":5,"count":1}
2021-05-01T06:11:01.799Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:11:01.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:11:01.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849456570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:11:01.812Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:11:01.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:11:01.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619849453231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:11:01.812Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:11:01.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:11:01.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "cds",
"timestamp": 1619849455114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:11:01.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:11:02.575Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:11:02.575Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:11:02.577Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:11:02.577Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849456570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json",
"status": "NOTIFIED"
}
2021-05-01T06:11:02.677Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:11:02.678Z||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-01T06:11:02.678Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:11:02.686Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:11:02.686Z||pool-4-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:11:03.577Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:11:03.578Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:11:03.579Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:11:03.579Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849456570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-01T06:11:03.680Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:11:03.680Z||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-01T06:11:03.680Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:11:03.701Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:11:03.701Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:11:04.580Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:11:04.580Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:11:04.582Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:11:04.582Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849456570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:11:04.682Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:11:04.683Z||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-01T06:11:04.683Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:11:04.689Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:11:04.690Z||pool-6-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:11:05.582Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:11:05.583Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:11:05.585Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:11:05.585Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849456570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-01T06:11:05.685Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:11:05.686Z||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-01T06:11:05.686Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:11:05.692Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:11:05.692Z||pool-7-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:11:06.585Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:11:06.586Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:11:06.587Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:11:06.588Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849456570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:11:06.688Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:11:06.688Z||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-01T06:11:06.688Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:11:06.699Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:11:06.700Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:11:07.588Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:11:07.589Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:11:07.590Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:11:07.590Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849456570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:11:07.690Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:11:07.691Z||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-01T06:11:07.691Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:11:07.697Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:11:07.698Z||pool-9-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-05-01T06:11:08.592Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"serviceName": "vFW 2021-05-01 06-08-02",
"serviceVersion": "1.0",
"serviceUUID": "0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "add5a244-099e-4b1c-9ce8-15b4a805fd24",
"resources": [
{
"resourceInstanceName": "vFW 151f5d54-6dd8 0",
"resourceCustomizationUUID": "edba9b34-a209-4fed-a326-e79d7dacabe7",
"resourceName": "vFW 151f5d54-6dd8",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3bb846cc-9384-4c18-ad45-da3f6fe5ca47",
"resourceInvariantUUID": "04597323-c247-4cea-af82-35c8d7bd7774",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw151f5d546dd80_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json",
"artifactChecksum": "MGFlY2FiYjMxNzNhN2YzMDY5ZTg5NDBkZDUxMDQzZWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9f840b60-7f58-472a-ba77-c5734e985586",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9311a0e3-f9e7-4192-a30c-47154d925882",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "64a62971-8c9d-41f5-99dc-ffedf581d2e4",
"generatedFromUUID": "9311a0e3-f9e7-4192-a30c-47154d925882"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "64a62971-8c9d-41f5-99dc-ffedf581d2e4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210501060802-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"artifactChecksum": "OTNiYTViZjcwMmI0NTVhMzFiNDI2ODkyMzkzNmMwNmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a4ac4070-5612-47dd-a545-194ae737fa4f"
}
],
"workloadContext": "Production"
}
2021-05-01T06:11:08.592Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-01T06:11:08.593Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441 ASDC
2021-05-01T06:11:08.687Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:50546625-e0fe-43f6-b999-15f837581aea
ServiceName:vFW 2021-05-01 06-08-02
ServiceVersion:1.0
ServiceUUID:0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441
ServiceInvariantUUID:add5a244-099e-4b1c-9ce8-15b4a805fd24
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210501060802-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar
ArtifactUUID:a4ac4070-5612-47dd-a545-194ae737fa4f
ArtifactChecksum:OTNiYTViZjcwMmI0NTVhMzFiNDI2ODkyMzkzNmMwNmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 151f5d54-6dd8 0
ResourceCustomizationUUID:edba9b34-a209-4fed-a326-e79d7dacabe7
ResourceInvariantUUID:04597323-c247-4cea-af82-35c8d7bd7774
ResourceName:vFW 151f5d54-6dd8
ResourceType:VF
ResourceUUID:3bb846cc-9384-4c18-ad45-da3f6fe5ca47
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw151f5d546dd80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json
ArtifactUUID:9f840b60-7f58-472a-ba77-c5734e985586
ArtifactChecksum:MGFlY2FiYjMxNzNhN2YzMDY5ZTg5NDBkZDUxMDQzZWQ=
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/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml
ArtifactUUID:9311a0e3-f9e7-4192-a30c-47154d925882
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/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env
ArtifactUUID:64a62971-8c9d-41f5-99dc-ffedf581d2e4
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/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env
ArtifactUUID:64a62971-8c9d-41f5-99dc-ffedf581d2e4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-01T06:11:08.687Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441 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-01T06:11:08.879Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-01T06:11:08.879Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-01T06:11:08.880Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-01T06:11:08.880Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a4ac4070-5612-47dd-a545-194ae737fa4f from URL: /sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar
2021-05-01T06:11:08.880Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-01T06:11:08.881Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar
2021-05-01T06:11:11.171Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-01T06:11:11.190Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar a4ac4070-5612-47dd-a545-194ae737fa4f 110224
2021-05-01T06:11:11.190Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar ASDC sendASDCNotification
2021-05-01T06:11:11.191Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar
2021-05-01T06:11:11.191Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-01T06:11:11.192Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:11:11.193Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:11:11.193Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849471190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:11:11.293Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:11:11.294Z||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-01T06:11:11.294Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:11:11.300Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:11:11.300Z||pool-10-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:11:12.194Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-01T06:11:12.198Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-01T06:11:12.198Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a4ac4070-5612-47dd-a545-194ae737fa4f, URL: /sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar to file: /app/ASDC/1/service-Vfw20210501060802-csar.csar
2021-05-01T06:11:12.199Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210501060802-csar.csar
2021-05-01T06:11:12.309Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210501060802-csar.csar
2021-05-01T06:11:12.309Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210501060802-csar.csar
2021-05-01T06:11:12.779Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1800586574423239551/Definitions/service-Vfw20210501060802-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-05-01T06:11:14.892Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-01T06:11:14.895Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-01T06:11:14.896Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar
2021-05-01T06:11:14.896Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-01T06:11:14.896Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar
2021-05-01T06:11:14.896Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar
2021-05-01T06:11:14.897Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar
2021-05-01T06:11:14.897Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar
2021-05-01T06:11:14.897Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 151f5d54-6dd8 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-Vfw20210501060802-csar.csar
2021-05-01T06:11:14.897Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar
2021-05-01T06:11:14.897Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar
2021-05-01T06:11:14.898Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar
2021-05-01T06:11:14.898Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar
2021-05-01T06:11:14.898Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar
2021-05-01T06:11:14.898Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar
2021-05-01T06:11:14.898Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar
2021-05-01T06:11:14.898Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 151f5d54-6dd8 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar
2021-05-01T06:11:14.899Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar
2021-05-01T06:11:14.899Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-01T06:11:14.904Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:14.905Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:11:14.908Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is matching search criteria
2021-05-01T06:11:14.908Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-01T06:11:14.909Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 151f5d54-6dd8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-01T06:11:14.911Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:14.911Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:11:14.911Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is matching search criteria
2021-05-01T06:11:14.911Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-01T06:11:14.912Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 151f5d54-6dd8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-01T06:11:14.912Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:14.912Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:11:14.915Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:14.915Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is not matching search criteria
2021-05-01T06:11:14.916Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-01T06:11:14.916Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-01T06:11:14.916Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-01T06:11:14.916Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-01T06:11:14.916Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-01T06:11:14.917Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-01T06:11:14.917Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-01T06:11:14.917Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-01T06:11:14.917Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-01T06:11:14.917Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-01T06:11:14.918Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-01T06:11:14.918Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-01T06:11:14.918Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-01T06:11:14.918Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-01T06:11:14.919Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-01T06:11:14.919Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-01T06:11:14.919Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:14.919Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-01T06:11:14.920Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:14.920Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is matching search criteria
2021-05-01T06:11:14.921Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 151f5d54-6dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-01T06:11:14.921Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:14.921Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is matching search criteria
2021-05-01T06:11:14.921Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 151f5d54-6dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-01T06:11:14.922Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:14.922Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is matching search criteria
2021-05-01T06:11:14.922Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 151f5d54-6dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-01T06:11:14.922Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:14.923Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is not matching search criteria
2021-05-01T06:11:14.923Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-01T06:11:14.923Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-01T06:11:14.923Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-01T06:11:14.924Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-01T06:11:14.924Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-01T06:11:14.924Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-01T06:11:14.924Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-01T06:11:14.924Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-01T06:11:14.925Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-01T06:11:14.925Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-01T06:11:14.925Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-01T06:11:14.925Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=473fdbaf-4465-40a6-98de-8de8202c6046
2021-05-01T06:11:14.926Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:14.926Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is not matching search criteria
2021-05-01T06:11:14.926Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-01T06:11:14.926Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-01T06:11:14.926Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-01T06:11:14.927Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-01T06:11:14.927Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-01T06:11:14.927Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-01T06:11:14.927Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-01T06:11:14.927Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-01T06:11:14.928Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-01T06:11:14.928Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-01T06:11:14.928Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-01T06:11:14.928Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-01T06:11:14.928Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c66c1b6d-2439-413f-b464-67e2637d017b
2021-05-01T06:11:14.929Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:14.929Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is not matching search criteria
2021-05-01T06:11:14.929Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-01T06:11:14.929Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-01T06:11:14.930Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-01T06:11:14.930Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-01T06:11:14.930Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-01T06:11:14.930Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-01T06:11:14.930Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-01T06:11:14.931Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-01T06:11:14.931Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-01T06:11:14.931Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-01T06:11:14.931Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-01T06:11:14.931Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-01T06:11:14.932Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e856a98c-0ee5-4313-aab0-713a3d22cdaa
2021-05-01T06:11:14.932Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:14.932Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:11:14.932Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:14.933Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:11:14.933Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:14.933Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:11:14.933Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:14.933Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:11:14.933Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-05-01 06-08-02
Description:catalog service description
Model UUID:0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441
Model Version:NULL
Model InvariantUuid:add5a244-099e-4b1c-9ce8-15b4a805fd24
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 151f5d54-6dd8
Model UUID:51e77da8-c252-4a0c-8168-23ab42d7f455
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:04597323-c247-4cea-af82-35c8d7bd7774
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:edba9b34-a209-4fed-a326-e79d7dacabe7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f6bb1259-68d8-41de-8144-4b29a6d58bbe
ModelName:Vfw151f5d546dd8..base_vfw..module-0
ModelUuid:0d13de16-e241-48ff-8a4a-24f2112c8d51
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:473fdbaf-4465-40a6-98de-8de8202c6046
ModelInvariantUuid:55e65125-d95d-4891-abe1-65768786222d
ModelName:vFW 151f5d54-6dd8-nodes.vfwCvfc
ModelUuid:341080fb-8b25-4296-8f91-0b2e0834dd41
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:27d91057-5623-4d9f-9c40-a98a1776fcf1
ModelInvariantUuid:b6de7aa3-7610-4a8b-8cf6-3d7bfc9acb81
ModelName:Vfw151f5d546dd8.compute.nodes.heat.vfw
ModelUuid:8cb0ab4f-bcba-4d3c-8478-a535deaa28c7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c66c1b6d-2439-413f-b464-67e2637d017b
ModelInvariantUuid:b3312c63-26e7-45d5-813c-f44c452a4d3d
ModelName:vFW 151f5d54-6dd8-nodes.vsnCvfc
ModelUuid:bef0b41d-0074-421f-8746-66058b98b129
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:8b7f66bf-3e4a-4844-9846-332ccc34433c
ModelInvariantUuid:fdf385b5-3336-489e-98f0-312e6137fd1c
ModelName:Vfw151f5d546dd8.compute.nodes.heat.vsn
ModelUuid:2a364234-7251-4673-a15a-6c93dcc9ce2e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e856a98c-0ee5-4313-aab0-713a3d22cdaa
ModelInvariantUuid:c1ab5595-6d02-42ee-8295-5d2a7f28ee19
ModelName:vFW 151f5d54-6dd8-nodes.vpgCvfc
ModelUuid:1aa57598-2657-4c7f-9b48-fc1f4c98367c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:832b0562-c1ae-4897-a4fb-a9e6dd92babf
ModelInvariantUuid:6f15ae40-eae3-4ba9-9939-62756e971e7c
ModelName:Vfw151f5d546dd8.compute.nodes.heat.vpg
ModelUuid:9720e1ce-5e0f-4a22-943e-9f1896753b12
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-01T06:11:14.955Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3bb846cc-9384-4c18-ad45-da3f6fe5ca47
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-01T06:11:15.024Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||vFW 151f5d54-6dd8 0
2021-05-01T06:11:15.029Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3bb846cc-9384-4c18-ad45-da3f6fe5ca47
2021-05-01T06:11:15.030Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9f840b60-7f58-472a-ba77-c5734e985586 from URL: /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json
2021-05-01T06:11:15.030Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-01T06:11:15.030Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json
2021-05-01T06:11:15.921Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-01T06:11:15.922Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json 9f840b60-7f58-472a-ba77-c5734e985586 785
2021-05-01T06:11:15.922Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json ASDC sendASDCNotification
2021-05-01T06:11:15.922Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json
2021-05-01T06:11:15.922Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-01T06:11:15.922Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:11:15.924Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:11:15.924Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849475922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:11:16.024Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:11:16.025Z||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-01T06:11:16.025Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:11:16.032Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:11:16.032Z||pool-11-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:11:16.925Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw151f5d546dd8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f6bb1259-68d8-41de-8144-4b29a6d58bbe",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0d13de16-e241-48ff-8a4a-24f2112c8d51",
"vfModuleModelCustomizationUUID": "b9f1034a-73cf-422f-801e-816a03b64bfb",
"isBase": true,
"artifacts": [
"9311a0e3-f9e7-4192-a30c-47154d925882",
"64a62971-8c9d-41f5-99dc-ffedf581d2e4"
],
"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-01T06:11:16.942Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw151f5d546dd8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0d13de16-e241-48ff-8a4a-24f2112c8d51
VfModuleModelInvariantUUID:f6bb1259-68d8-41de-8144-4b29a6d58bbe
VfModuleModelDescription:NULL
Artifacts UUID List:{
9311a0e3-f9e7-4192-a30c-47154d925882
,
64a62971-8c9d-41f5-99dc-ffedf581d2e4
}
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-01T06:11:16.944Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw151f5d546dd8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f6bb1259-68d8-41de-8144-4b29a6d58bbe",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0d13de16-e241-48ff-8a4a-24f2112c8d51",
"vfModuleModelCustomizationUUID": "b9f1034a-73cf-422f-801e-816a03b64bfb",
"isBase": true,
"artifacts": [
"9311a0e3-f9e7-4192-a30c-47154d925882",
"64a62971-8c9d-41f5-99dc-ffedf581d2e4"
],
"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-01T06:11:16.944Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw151f5d546dd8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0d13de16-e241-48ff-8a4a-24f2112c8d51
VfModuleModelInvariantUUID:f6bb1259-68d8-41de-8144-4b29a6d58bbe
VfModuleModelDescription:NULL
Artifacts UUID List:{
9311a0e3-f9e7-4192-a30c-47154d925882
,
64a62971-8c9d-41f5-99dc-ffedf581d2e4
}
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-01T06:11:16.945Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9311a0e3-f9e7-4192-a30c-47154d925882 from URL: /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml
2021-05-01T06:11:16.945Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-01T06:11:16.945Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml
2021-05-01T06:11:17.423Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-01T06:11:17.424Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml 9311a0e3-f9e7-4192-a30c-47154d925882 20368
2021-05-01T06:11:17.424Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-01T06:11:17.424Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml
2021-05-01T06:11:17.425Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-01T06:11:17.425Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:11:17.427Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:11:17.427Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849477424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:11:17.527Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:11:17.527Z||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-01T06:11:17.527Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:11:17.533Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:11:17.534Z||pool-12-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-05-01T06:11:18.428Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 64a62971-8c9d-41f5-99dc-ffedf581d2e4 from URL: /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env
2021-05-01T06:11:18.428Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-01T06:11:18.428Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env
2021-05-01T06:11:18.893Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-01T06:11:18.893Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env 64a62971-8c9d-41f5-99dc-ffedf581d2e4 2098
2021-05-01T06:11:18.894Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-01T06:11:18.894Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env
2021-05-01T06:11:18.894Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-01T06:11:18.894Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:11:18.895Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:11:18.895Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849478894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:11:18.995Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:11:18.996Z||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-01T06:11:18.996Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:11:19.002Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:11:19.003Z||pool-13-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:11:19.896Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441
2021-05-01T06:11:19.896Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 151f5d54-6dd8 0 3bb846cc-9384-4c18-ad45-da3f6fe5ca47 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-01T06:11:19.928Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:19.928Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:11:19.928Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-05-01T06:11:19.928Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= edba9b34-a209-4fed-a326-e79d7dacabe7
2021-05-01T06:11:19.928Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: edba9b34-a209-4fed-a326-e79d7dacabe7 matches Tosca VF Customization UUID: edba9b34-a209-4fed-a326-e79d7dacabe7
2021-05-01T06:11:19.928Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: edba9b34-a209-4fed-a326-e79d7dacabe7 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-01T06:11:19.933Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:19.933Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:11:19.934Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id edba9b34-a209-4fed-a326-e79d7dacabe7: {\"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-01T06:11:19.934Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@13b7fe0
2021-05-01T06:11:19.934Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:19.934Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-01T06:11:19.935Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b9f1034a-73cf-422f-801e-816a03b64bfb
2021-05-01T06:11:19.935Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b9f1034a-73cf-422f-801e-816a03b64bfb
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-01T06:11:19.939Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:19.940Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is matching search criteria
2021-05-01T06:11:19.940Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 151f5d54-6dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-01T06:11:19.940Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:19.940Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is matching search criteria
2021-05-01T06:11:19.941Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 151f5d54-6dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-01T06:11:19.941Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:19.941Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is not matching search criteria
2021-05-01T06:11:19.941Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-01T06:11:19.941Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-01T06:11:19.941Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-01T06:11:19.941Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-01T06:11:19.941Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-01T06:11:19.941Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-01T06:11:19.942Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-01T06:11:19.942Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-01T06:11:19.942Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-01T06:11:19.942Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-01T06:11:19.942Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-01T06:11:19.942Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=473fdbaf-4465-40a6-98de-8de8202c6046
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-01T06:11:19.953Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:19.953Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is matching search criteria
2021-05-01T06:11:19.953Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 151f5d54-6dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-01T06:11:19.953Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:19.953Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is not matching search criteria
2021-05-01T06:11:19.953Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-01T06:11:19.954Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-01T06:11:19.954Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-01T06:11:19.954Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-01T06:11:19.954Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-01T06:11:19.954Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-01T06:11:19.954Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-01T06:11:19.954Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-01T06:11:19.954Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-01T06:11:19.954Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-01T06:11:19.955Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-01T06:11:19.955Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-01T06:11:19.955Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c66c1b6d-2439-413f-b464-67e2637d017b
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-01T06:11:19.956Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:19.956Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is matching search criteria
2021-05-01T06:11:19.957Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 151f5d54-6dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-01T06:11:19.958Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:19.958Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is not matching search criteria
2021-05-01T06:11:19.958Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-01T06:11:19.959Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-01T06:11:19.959Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-01T06:11:19.959Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-01T06:11:19.959Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-01T06:11:19.959Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-01T06:11:19.959Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-01T06:11:19.959Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-01T06:11:19.959Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-01T06:11:19.959Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-01T06:11:19.960Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-01T06:11:19.960Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-01T06:11:19.960Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e856a98c-0ee5-4313-aab0-713a3d22cdaa
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-01T06:11:19.961Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:19.961Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is matching search criteria
2021-05-01T06:11:19.962Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 151f5d54-6dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-01T06:11:19.962Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:19.962Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is matching search criteria
2021-05-01T06:11:19.962Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 151f5d54-6dd8 0] matching following query criteria: sdcType=VF, customizationUUID=edba9b34-a209-4fed-a326-e79d7dacabe7
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-01T06:11:19.963Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:19.964Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:11:19.964Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441: vFW 151f5d54-6dd8
2021-05-01T06:11:19.964Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:19.964Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:11:19.964Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:19.964Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:11:19.964Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:19.965Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:11:19.965Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:19.965Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:11:19.965Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:11:19.965Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:11:19.965Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-05-01 06-08-02
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-01T06:11:20.219Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 151f5d54-6dd8 3bb846cc-9384-4c18-ad45-da3f6fe5ca47 1 ASDC deployResourceStructure
2021-05-01T06:11:20.220Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json ASDC sendASDCNotification
2021-05-01T06:11:20.220Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json
2021-05-01T06:11:20.220Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-01T06:11:20.220Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:11:20.221Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:11:20.222Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849480220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json",
"status": "DEPLOY_OK"
}
2021-05-01T06:11:20.322Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:11:20.323Z||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-01T06:11:20.323Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:11:20.331Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:11:20.331Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:11:21.223Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-01T06:11:21.223Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml
2021-05-01T06:11:21.223Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-01T06:11:21.224Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:11:21.226Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:11:21.226Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849481223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-01T06:11:21.326Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:11:21.326Z||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-01T06:11:21.326Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:11:21.333Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:11:21.334Z||pool-15-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:11:22.227Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-01T06:11:22.227Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env
2021-05-01T06:11:22.227Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-01T06:11:22.228Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:11:22.229Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:11:22.229Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849482227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-01T06:11:22.329Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:11:22.330Z||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-01T06:11:22.330Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:11:22.337Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:11:22.337Z||pool-16-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:11:23.230Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar ASDC sendASDCNotification
2021-05-01T06:11:23.231Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar
2021-05-01T06:11:23.231Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-01T06:11:23.231Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:11:23.232Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:11:23.233Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849483230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-01T06:11:23.333Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-01T06:11:23.333Z||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-01T06:11:23.333Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:11:23.340Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:11:23.340Z||pool-17-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-05-01T06:11:24.233Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01T06:11:24.252Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea
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-01T06:11:24.254Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-01T06:11:24.255Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-01T06:11:24.255Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-01T06:11:54.255Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01T06:11:54.268Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea
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-01T06:11:54.270Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-01T06:11:54.270Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-01T06:11:54.270Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-01T06:11:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:11:56.572Z||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-01T06:11:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:11:56.587Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:11:56.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:11:56.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "dcae-sch",
"timestamp": 1619849454679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:11:56.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:12:24.270Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01T06:12:24.279Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea
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-01T06:12:24.282Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-01T06:12:24.282Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-01T06:12:24.282Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-01T06:12:54.282Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01T06:12:54.292Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea
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-01T06:12:54.295Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-01T06:12:54.295Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-01T06:12:54.295Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-01T06:12:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:12:56.572Z||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-01T06:12:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:12:56.589Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:12:56.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:12:56.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "policy-id",
"timestamp": 1619849455544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:12:56.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:12:56.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:12:56.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619849458015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:12:56.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:24.295Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01T06:13:24.306Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea
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-01T06:13:24.308Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-01T06:13:24.308Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-01T06:13:24.308Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-01T06:13:54.308Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01T06:13:54.321Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea
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-01T06:13:54.323Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-01T06:13:54.323Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-01T06:13:54.323Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-01T06:13:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:13:56.572Z||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-01T06:13:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:13:56.584Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:13:57.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619849453231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849456570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json",
"status": "NOTIFIED"
}
2021-05-01T06:13:57.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "cds",
"timestamp": 1619849455114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "dcae-sch",
"timestamp": 1619849454679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "policy-id",
"timestamp": 1619849455544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619849458015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json",
"status": "NOTIFIED"
}
2021-05-01T06:13:57.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849456570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-01T06:13:57.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "cds",
"timestamp": 1619849455114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619849453231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "dcae-sch",
"timestamp": 1619849454679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "policy-id",
"timestamp": 1619849455544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-01T06:13:57.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619849458015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-01T06:13:57.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619849463243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619849463364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849456570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619849453231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "cds",
"timestamp": 1619849455114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "dcae-sch",
"timestamp": 1619849454679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "policy-id",
"timestamp": 1619849455544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619849458015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619849463243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json",
"status": "NOTIFIED"
}
2021-05-01T06:13:57.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619849463364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json",
"status": "NOTIFIED"
}
2021-05-01T06:13:57.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849456570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-01T06:13:57.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619849453231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "cds",
"timestamp": 1619849455114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "dcae-sch",
"timestamp": 1619849454679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "policy-id",
"timestamp": 1619849455544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619849458015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-01T06:13:57.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619849463243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-01T06:13:57.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619849463364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-01T06:13:57.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849456570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619849453231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "cds",
"timestamp": 1619849455114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "dcae-sch",
"timestamp": 1619849454679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "policy-id",
"timestamp": 1619849455544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619849458015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619849463243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619849463364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849456570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:13:57.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619849453231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:13:57.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "cds",
"timestamp": 1619849455114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:13:57.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "dcae-sch",
"timestamp": 1619849454679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "policy-id",
"timestamp": 1619849455544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:13:57.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619849458015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:13:57.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619849463243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-01T06:13:57.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619849463364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-01T06:13:57.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619849463243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619849463364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "ves-openapi-manager",
"timestamp": 1619849468716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619849463243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:13:57.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619849463364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:13:57.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "ves-openapi-manager",
"timestamp": 1619849468716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "cds",
"timestamp": 1619849470884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:13:57.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "policy-id",
"timestamp": 1619849470880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:13:57.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619849470988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:13:57.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849471190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:13:57.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "ves-openapi-manager",
"timestamp": 1619849468716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619849471508,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:13:57.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "policy-id",
"timestamp": 1619849471886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-01T06:13:57.109Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "cds",
"timestamp": 1619849471904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-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-01T06:13:57.115Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 50546625-e0fe-43f6-b999-15f837581aea
2021-05-01T06:13:57.115Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50546625-e0fe-43f6-b999-15f837581aea 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-01T06:13:57.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "ves-openapi-manager",
"timestamp": 1619849468716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619849472361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:13:57.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619849472699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:13:57.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "policy-id",
"timestamp": 1619849472888,
"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-01T06:13:57.129Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50546625-e0fe-43f6-b999-15f837581aea
2021-05-01T06:13:57.129Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50546625-e0fe-43f6-b999-15f837581aea 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-01T06:13:57.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "ves-openapi-manager",
"timestamp": 1619849468716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619849473751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:13:57.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619849474062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:13:57.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619849474155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:13:57.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "ves-openapi-manager",
"timestamp": 1619849468716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "aai-ml",
"timestamp": 1619849474550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "ves-openapi-manager",
"timestamp": 1619849468716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619849475523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:13:57.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849475922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:13:57.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619849475912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:13:57.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619849475917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:13:57.145Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619849476226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-01T06:13:57.145Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "aai-ml",
"timestamp": 1619849474550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619849476720,
"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-01T06:13:57.150Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50546625-e0fe-43f6-b999-15f837581aea
2021-05-01T06:13:57.150Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50546625-e0fe-43f6-b999-15f837581aea 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-01T06:13:57.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619849476918,
"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-01T06:13:57.161Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50546625-e0fe-43f6-b999-15f837581aea
2021-05-01T06:13:57.162Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50546625-e0fe-43f6-b999-15f837581aea 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-01T06:13:57.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619849476927,
"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-01T06:13:57.171Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50546625-e0fe-43f6-b999-15f837581aea
2021-05-01T06:13:57.171Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50546625-e0fe-43f6-b999-15f837581aea 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-01T06:13:57.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619849477230,
"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-01T06:13:57.181Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 50546625-e0fe-43f6-b999-15f837581aea
2021-05-01T06:13:57.182Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50546625-e0fe-43f6-b999-15f837581aea 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-01T06:13:57.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "aai-ml",
"timestamp": 1619849474550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.189Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849477424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:13:57.189Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619849477724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json",
"status": "DEPLOY_OK"
}
2021-05-01T06:13:57.189Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619849477923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json",
"status": "DEPLOY_OK"
}
2021-05-01T06:13:57.189Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619849477935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json",
"status": "DEPLOY_OK"
}
2021-05-01T06:13:57.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "aai-ml",
"timestamp": 1619849474550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "clamp",
"timestamp": 1619849478021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849478894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:13:57.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "aai-ml",
"timestamp": 1619849474550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "clamp",
"timestamp": 1619849478021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json",
"status": "NOTIFIED"
}
2021-05-01T06:13:57.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849480220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json",
"status": "DEPLOY_OK"
}
2021-05-01T06:13:57.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "aai-ml",
"timestamp": 1619849474550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "clamp",
"timestamp": 1619849478021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849481223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-01T06:13:57.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "aai-ml",
"timestamp": 1619849474550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:13:57.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "clamp",
"timestamp": 1619849478021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849482227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-01T06:13:57.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "clamp",
"timestamp": 1619849478021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "aai-ml",
"timestamp": 1619849483114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:13:57.193Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849483230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-01T06:13:57.193Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "clamp",
"timestamp": 1619849478021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:13:57.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "clamp",
"timestamp": 1619849478021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:13:57.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-01T06:13:57.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "aai-ml",
"timestamp": 1619849495625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-01T06:13:57.193Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "aai-ml",
"timestamp": 1619849496631,
"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-01T06:13:57.197Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 50546625-e0fe-43f6-b999-15f837581aea
2021-05-01T06:13:57.198Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50546625-e0fe-43f6-b999-15f837581aea 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-01T06:13:57.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "clamp",
"timestamp": 1619849497286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:13:57.206Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "clamp",
"timestamp": 1619849499295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-01T06:13:57.206Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:13:57.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-01T06:13:57.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "clamp",
"timestamp": 1619849500299,
"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-01T06:13:57.211Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 50546625-e0fe-43f6-b999-15f837581aea
2021-05-01T06:13:57.211Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50546625-e0fe-43f6-b999-15f837581aea 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-01T06:14:24.323Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01T06:14:24.332Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea
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-01T06:14:24.334Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-01T06:14:24.334Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-01T06:14:24.335Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-01T06:14:24.335Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-01T06:14:24.335Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-01T06:14:24.335Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-01T06:14:24.335Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-01T06:14:24.335Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-01T06:14:24.335Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-01T06:14:24.335Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-01T06:14:24.335Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||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-01T06:14:24.339Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-01T06:14:54.340Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea 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-01T06:14:54.348Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 50546625-e0fe-43f6-b999-15f837581aea and serviceModelVersionId: 0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441
2021-05-01T06:14:54.348Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : add5a244-099e-4b1c-9ce8-15b4a805fd24
2021-05-01T06:14:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:14:56.572Z||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-01T06:14:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:15:04.979Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/add5a244-099e-4b1c-9ce8-15b4a805fd24/model-vers/model-ver/0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441?depth=0
2021-05-01T06:15:05.099Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-05-01T06:15:05.687Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/add5a244-099e-4b1c-9ce8-15b4a805fd24/model-vers/model-ver/0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441?depth=0|INFO|500||Invoke
2021-05-01T06:15:05.693Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/add5a244-099e-4b1c-9ce8-15b4a805fd24/model-vers/model-ver/0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/add5a244-099e-4b1c-9ce8-15b4a805fd24/model-vers/model-ver/0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[50546625-e0fe-43f6-b999-15f837581aea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fc0a94ae-5acb-44ca-8156-ebd2c24667d1], X-ECOMP-RequestID=[50546625-e0fe-43f6-b999-15f837581aea], X-TransactionId=[], X-ONAP-RequestID=[50546625-e0fe-43f6-b999-15f837581aea], Content-Type=[application/merge-patch+json]}
2021-05-01T06:15:05.808Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/add5a244-099e-4b1c-9ce8-15b4a805fd24/model-vers/model-ver/0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-01T06:15:06.108Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:15:06.220Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/add5a244-099e-4b1c-9ce8-15b4a805fd24/model-vers/model-ver/0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441?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/add5a244-099e-4b1c-9ce8-15b4a805fd24/model-vers/model-ver/0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210501-06:15:05:817-60890], vertex-id=[184368], Content-Length=[0], Date=[Sat, 01 May 2021 06:15:05 GMT], Content-Type=[application/json]}
2021-05-01T06:15:06.221Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/add5a244-099e-4b1c-9ce8-15b4a805fd24/model-vers/model-ver/0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-01T06:15:06.222Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/add5a244-099e-4b1c-9ce8-15b4a805fd24/model-vers/model-ver/0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441?depth=0|INFO|500||InvokeReturn
2021-05-01T06:15:06.224Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-01T06:15:06.224Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||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-01T06:15:06.228Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-01T06:15:06.234Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 50546625-e0fe-43f6-b999-15f837581aea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-01T06:15:06.235Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-01T06:15:06.235Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:15:06.237Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:15:06.237Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849706234,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-01T06:15:06.337Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:15:06.338Z||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-01T06:15:06.338Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:15:06.345Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:15:06.345Z||pool-18-thread-1|||||INFO|500||cambria reply ok (8 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-01T06:15:07.251Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:15:07.252Z||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-01T06:15:07.252Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:15:17.429Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:15:17.430Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:15:17.430Z||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-01T06:15:17.430Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:15:26.962Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:15:26.963Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:15:26.963Z||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-01T06:15:26.963Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:15:36.496Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:15:36.496Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:15:36.497Z||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-01T06:15:36.497Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:15:46.048Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:15:56.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:15:56.570Z||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-01T06:15:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:15:56.571Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:15:56.571Z|50546625-e0fe-43f6-b999-15f837581aea|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-01T06:15:56.571Z|50546625-e0fe-43f6-b999-15f837581aea|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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:15:57.190Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:15:57.190Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-01T06:15:57.190Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50546625-e0fe-43f6-b999-15f837581aea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619849706234,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-01T06:15:57.191Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:16:06.108Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:16:56.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:16:56.570Z||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-01T06:16:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:16:56.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:16:56.571Z||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-01T06:16:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:17:06.108Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:17:06.108Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:17:56.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:17:56.570Z||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-01T06:17:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:17:56.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:17:56.571Z||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-01T06:17:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:18:06.108Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:18:06.109Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:18:56.570Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:18:56.570Z||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-01T06:18:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:18:56.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:18:56.572Z||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-01T06:18:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:19:06.106Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:19:06.107Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:19:56.570Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:19:56.570Z||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-01T06:19:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:19:56.571Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:19:56.571Z|50546625-e0fe-43f6-b999-15f837581aea|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-01T06:19:56.571Z|50546625-e0fe-43f6-b999-15f837581aea|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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:20:06.109Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:20:06.109Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:20:56.570Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:20:56.570Z||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-01T06:20:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:20:56.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:20:56.572Z||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-01T06:20:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:20:57.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:20:57.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"656ac496-8901-45ab-8575-35618f3feb92","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2230896f-f006-423f-8558-8661f7f5addd","serviceDescription":"service","serviceInvariantUUID":"d2e18acd-bede-443c-9c4d-852723d70572","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"17eb15e1-acd0-4ac4-bdcb-093625819d3d","resourceInvariantUUID":"bbbe5404-e06b-4c0b-8241-df202ec5563d","resourceCustomizationUUID":"7100410c-0e87-44a6-947e-59422b9fddda","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":"NWY2ZTI4ZGYyYmE1MDcwNzhiMmU0M2IzYjkxMGI5ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9d865f6c-a275-4346-a7ac-153213922565","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTI2YTIzY2I1MWFjOTkzNDhkNDI0ZDU3NmM5OGZkZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"496cac68-d051-445c-81e5-15ff52238be5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-01T06:20:57.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:20:57.193Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:20:57.193Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:20:57.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "cds",
"timestamp": 1619850010114,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:20:57.194Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:20:57.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619850003243,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:20:57.194Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:20:57.195Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:20:57.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.195Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850056569,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:20:57.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "ves-openapi-manager",
"timestamp": 1619850008716,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:20:57.195Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:20:57.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619850003364,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:20:57.195Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:20:57.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "cds",
"timestamp": 1619850010114,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:20:57.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:20:57.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619850003243,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:20:57.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:20:57.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "ves-openapi-manager",
"timestamp": 1619850008716,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:20:57.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:20:57.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619850003364,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:20:57.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:20:57.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "aai-ml",
"timestamp": 1619850014551,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:20:57.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "dcae-sch",
"timestamp": 1619850014679,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:20:57.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "cds",
"timestamp": 1619850015534,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:20:57.197Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "aai-ml",
"timestamp": 1619850014551,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:20:57.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "policy-id",
"timestamp": 1619850015544,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:20:57.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "dcae-sch",
"timestamp": 1619850014679,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:20:57.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "cds",
"timestamp": 1619850016539,
"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-01T06:20:57.211Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 656ac496-8901-45ab-8575-35618f3feb92
2021-05-01T06:20:57.211Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 656ac496-8901-45ab-8575-35618f3feb92 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-01T06:20:57.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "policy-id",
"timestamp": 1619850015544,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:20:57.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:20:57.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "aai-ml",
"timestamp": 1619850017545,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:20:57.218Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:20:57.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "clamp",
"timestamp": 1619850018021,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:20:57.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:20:57.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619850018015,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:20:57.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:20:57.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "policy-id",
"timestamp": 1619850018739,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:20:57.218Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:20:57.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619850018015,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:20:57.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:20:57.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "clamp",
"timestamp": 1619850018021,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:20:57.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:20:57.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "policy-id",
"timestamp": 1619850019743,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-01T06:20:57.219Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:20:57.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "aai-ml",
"timestamp": 1619850020497,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-01T06:20:57.219Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:20:57.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "policy-id",
"timestamp": 1619850020745,
"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-01T06:20:57.223Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 656ac496-8901-45ab-8575-35618f3feb92
2021-05-01T06:20:57.223Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 656ac496-8901-45ab-8575-35618f3feb92 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-01T06:20:57.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "aai-ml",
"timestamp": 1619850021501,
"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-01T06:20:57.234Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 656ac496-8901-45ab-8575-35618f3feb92
2021-05-01T06:20:57.234Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 656ac496-8901-45ab-8575-35618f3feb92 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-01T06:20:57.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619850023231,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:20:57.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:20:57.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619850023231,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:20:57.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:20:57.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619850027911,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:20:57.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:20:57.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "clamp",
"timestamp": 1619850029359,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:20:57.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:20:57.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619850029424,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-01T06:20:57.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:20:57.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619850030428,
"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-01T06:20:57.245Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 656ac496-8901-45ab-8575-35618f3feb92
2021-05-01T06:20:57.245Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 656ac496-8901-45ab-8575-35618f3feb92 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-01T06:20:57.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "clamp",
"timestamp": 1619850031367,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-01T06:20:57.252Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:20:57.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:20:57.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "clamp",
"timestamp": 1619850032370,
"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-01T06:20:57.256Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 656ac496-8901-45ab-8575-35618f3feb92
2021-05-01T06:20:57.256Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 656ac496-8901-45ab-8575-35618f3feb92 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-01T06:20:57.295Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:20:57.296Z||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-01T06:20:57.296Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:20:57.303Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:20:57.303Z||pool-19-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:20:58.195Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:20:58.196Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:20:58.197Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:20:58.197Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850056569,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:20:58.298Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-01T06:20:58.298Z||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-01T06:20:58.298Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:20:58.306Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:20:58.306Z||pool-20-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:20:59.198Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "2230896f-f006-423f-8558-8661f7f5addd",
"serviceDescription": "service",
"serviceInvariantUUID": "d2e18acd-bede-443c-9c4d-852723d70572",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "7100410c-0e87-44a6-947e-59422b9fddda",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "17eb15e1-acd0-4ac4-bdcb-093625819d3d",
"resourceInvariantUUID": "bbbe5404-e06b-4c0b-8241-df202ec5563d",
"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": "OTI2YTIzY2I1MWFjOTkzNDhkNDI0ZDU3NmM5OGZkZGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "496cac68-d051-445c-81e5-15ff52238be5"
}
],
"workloadContext": "Production"
}
2021-05-01T06:20:59.199Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-01T06:20:59.199Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2230896f-f006-423f-8558-8661f7f5addd ASDC
2021-05-01T06:20:59.199Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:656ac496-8901-45ab-8575-35618f3feb92
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2230896f-f006-423f-8558-8661f7f5addd
ServiceInvariantUUID:d2e18acd-bede-443c-9c4d-852723d70572
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:496cac68-d051-445c-81e5-15ff52238be5
ArtifactChecksum:OTI2YTIzY2I1MWFjOTkzNDhkNDI0ZDU3NmM5OGZkZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7100410c-0e87-44a6-947e-59422b9fddda
ResourceInvariantUUID:bbbe5404-e06b-4c0b-8241-df202ec5563d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:17eb15e1-acd0-4ac4-bdcb-093625819d3d
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-05-01T06:20:59.199Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2230896f-f006-423f-8558-8661f7f5addd 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-01T06:20:59.224Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-01T06:20:59.224Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-01T06:20:59.224Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-01T06:20:59.224Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 496cac68-d051-445c-81e5-15ff52238be5 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-01T06:20:59.225Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-01T06:20:59.225Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-01T06:20:59.362Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-01T06:20:59.365Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 496cac68-d051-445c-81e5-15ff52238be5 52221
2021-05-01T06:20:59.365Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||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-01T06:20:59.365Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||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-01T06:20:59.365Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-01T06:20:59.366Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:20:59.367Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:20:59.368Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850059365,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:20:59.468Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:20:59.468Z||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-01T06:20:59.469Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:20:59.475Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:20:59.476Z||pool-21-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:21:00.368Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-01T06:21:00.369Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-01T06:21:00.370Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 496cac68-d051-445c-81e5-15ff52238be5, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-01T06:21:00.370Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-05-01T06:21:00.370Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-01T06:21:00.370Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-01T06:21:00.458Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP348552875994170999/Definitions/service-BasicNetwork-template.yml
2021-05-01T06:21:00.851Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-01T06:21:00.851Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-01T06:21:00.851Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-01T06:21:00.851Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-01T06:21:00.851Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||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-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||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-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||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-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||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-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||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-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||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-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||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-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-01T06:21:00.853Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:21:00.853Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:21:00.853Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-01T06:21:00.853Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-01T06:21:00.853Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-01T06:21:00.853Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:21:00.853Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:21:00.853Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:21:00.853Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:21:00.853Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:21:00.854Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:21:00.854Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:21:00.854Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:21:00.854Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:21:00.854Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:21:00.854Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:2230896f-f006-423f-8558-8661f7f5addd
Model Version:NULL
Model InvariantUuid:d2e18acd-bede-443c-9c4d-852723d70572
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:bbbe5404-e06b-4c0b-8241-df202ec5563d
Model UUID:5ded0946-99cf-41fa-9272-572f090f976d
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:7100410c-0e87-44a6-947e-59422b9fddda
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-01T06:21:00.858Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 17eb15e1-acd0-4ac4-bdcb-093625819d3d
2021-05-01T06:21:00.858Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||No resources found for Service: 2230896f-f006-423f-8558-8661f7f5addd
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-01T06:21:00.861Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||
2021-05-01T06:21:00.861Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-05-01T06:21:00.861Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 2230896f-f006-423f-8558-8661f7f5addd
2021-05-01T06:21:00.862Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2230896f-f006-423f-8558-8661f7f5addd
2021-05-01T06:21:00.862Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-05-01T06:21:00.862Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||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-01T06:21:00.865Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:21:00.866Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:21:00.866Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:21:00.866Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:21:00.866Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2230896f-f006-423f-8558-8661f7f5addd: Generic NeutronNet
2021-05-01T06:21:00.866Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:21:00.866Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:21:00.866Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:21:00.866Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||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-01T06:21:00.883Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:21:00.883Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:21:00.883Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:21:00.883Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:21:00.884Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:21:00.884Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:21:00.884Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||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-01T06:21:00.939Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-05-01T06:21:00.940Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||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-01T06:21:00.940Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||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-01T06:21:00.940Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-01T06:21:00.940Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:21:00.941Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:21:00.941Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850060940,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-01T06:21:01.042Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:21:01.043Z||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-01T06:21:01.043Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:21:01.048Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:21:01.049Z||pool-22-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:21:01.942Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 656ac496-8901-45ab-8575-35618f3feb92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01T06:21:01.953Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 656ac496-8901-45ab-8575-35618f3feb92
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-01T06:21:01.956Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-01T06:21:01.956Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-01T06:21:01.956Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-01T06:21:01.956Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-01T06:21:01.956Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-01T06:21:01.956Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-01T06:21:01.956Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-01T06:21:01.956Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-01T06:21:01.956Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-01T06:21:01.956Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-01T06:21:01.957Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||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-01T06:21:01.960Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-01T06:21:31.961Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 656ac496-8901-45ab-8575-35618f3feb92 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-01T06:21:31.965Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 656ac496-8901-45ab-8575-35618f3feb92 and serviceModelVersionId: 2230896f-f006-423f-8558-8661f7f5addd
2021-05-01T06:21:31.965Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2e18acd-bede-443c-9c4d-852723d70572
2021-05-01T06:21:31.966Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2e18acd-bede-443c-9c4d-852723d70572/model-vers/model-ver/2230896f-f006-423f-8558-8661f7f5addd?depth=0
2021-05-01T06:21:31.970Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-05-01T06:21:32.005Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e18acd-bede-443c-9c4d-852723d70572/model-vers/model-ver/2230896f-f006-423f-8558-8661f7f5addd?depth=0|INFO|500||Invoke
2021-05-01T06:21:32.006Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e18acd-bede-443c-9c4d-852723d70572/model-vers/model-ver/2230896f-f006-423f-8558-8661f7f5addd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e18acd-bede-443c-9c4d-852723d70572/model-vers/model-ver/2230896f-f006-423f-8558-8661f7f5addd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[656ac496-8901-45ab-8575-35618f3feb92], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[510c7e89-4100-41fb-983a-be2320ea1437], X-ECOMP-RequestID=[656ac496-8901-45ab-8575-35618f3feb92], X-TransactionId=[], X-ONAP-RequestID=[656ac496-8901-45ab-8575-35618f3feb92], Content-Type=[application/merge-patch+json]}
2021-05-01T06:21:32.024Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e18acd-bede-443c-9c4d-852723d70572/model-vers/model-ver/2230896f-f006-423f-8558-8661f7f5addd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-01T06:21:32.335Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e18acd-bede-443c-9c4d-852723d70572/model-vers/model-ver/2230896f-f006-423f-8558-8661f7f5addd?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/d2e18acd-bede-443c-9c4d-852723d70572/model-vers/model-ver/2230896f-f006-423f-8558-8661f7f5addd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210501-06:21:32:030-3141], vertex-id=[155880], Content-Length=[0], Date=[Sat, 01 May 2021 06:21:32 GMT], Content-Type=[application/json]}
2021-05-01T06:21:32.336Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e18acd-bede-443c-9c4d-852723d70572/model-vers/model-ver/2230896f-f006-423f-8558-8661f7f5addd?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-01T06:21:32.336Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e18acd-bede-443c-9c4d-852723d70572/model-vers/model-ver/2230896f-f006-423f-8558-8661f7f5addd?depth=0|INFO|500||InvokeReturn
2021-05-01T06:21:32.337Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-01T06:21:32.337Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||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-01T06:21:32.340Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-01T06:21:32.340Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 656ac496-8901-45ab-8575-35618f3feb92 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-01T06:21:32.340Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-01T06:21:32.340Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:21:32.341Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:21:32.342Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850092340,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-01T06:21:32.442Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:21:32.442Z||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-01T06:21:32.442Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:21:32.452Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:21:32.452Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 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-01T06:21:56.569Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:21:56.570Z|656ac496-8901-45ab-8575-35618f3feb92|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-01T06:21:56.570Z|656ac496-8901-45ab-8575-35618f3feb92|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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:21:56.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:21:56.571Z||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-01T06:21:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:21:56.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:21:56.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:21:56.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850056569,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:21:56.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:21:57.190Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:21:57.191Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-01T06:21:57.191Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"70fe6315-88dd-47e1-aa08-e8dbbf3dc88e","serviceName":"Demo_pNF_VbJMAzP0RaJCZbJsHdh8","serviceVersion":"1.0","serviceUUID":"d5ba87f8-2189-44cb-9cf8-8930b9673230","serviceDescription":"catalog service description","serviceInvariantUUID":"3246a9a6-ae6d-4757-b6a9-5612eef7907a","resources":[{"resourceInstanceName":"pNF 6d1e2741-c422 0","resourceName":"pNF 6d1e2741-c422","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1e4f616d-c177-4cc5-bc81-341eda25ae17","resourceInvariantUUID":"a9eee439-80a1-4e95-9407-f50d0b3a9441","resourceCustomizationUUID":"9af794c0-d379-44ef-b28d-64e0f8b1b0b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml","artifactChecksum":"YWIxYzU4YTZjNGNhY2Q3NzRjNzU5ZWU4OTEzY2YwODQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6b31f007-6812-4172-b44b-9f9d28dea0fe","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar","artifactChecksum":"ZmI2N2RjMDNhYTJjNWI4YjBkZjEwNjIyMmU4N2FmMTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da88c4dc-8fa4-405b-a7a8-6767a7d44532","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d2162b7-3820-4caf-8d22-9024fff9bd42","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml","artifactChecksum":"Mjg4MGM3ODU2Mzk2NzNhMDRhMmMyYTU0OThmOTk5MTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4211052c-87a1-43e4-b758-48a9023c7daf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f14a67f7-b3fe-466c-9da2-99a3cc4b0235","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b532a19d-367e-430c-801f-4becb690309b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVbjmazp0rajczbjshdh8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml","artifactChecksum":"M2Y0ZDUxN2UzZjI5ZmFlY2IzNzRjNzQ0MjJlMzZhZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd7ca82d-3285-49ce-ab3f-9ad5097a8f1c","artifactVersion":"1"},{"artifactName":"service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar","artifactChecksum":"ZDA1ZGJlMWQ1ZDQwZjk4Yzk0OTVjOWRkOWRmYTAxOTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"14597b82-2a7f-458c-b8b8-4141fcbc6310","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-01T06:21:57.194Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:21:57.194Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:21:57.196Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:21:57.196Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850116569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:21:57.296Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:21:57.296Z||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-01T06:21:57.296Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:21:57.302Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:21:57.302Z||pool-24-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:21:58.196Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:21:58.197Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:21:58.198Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:21:58.199Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850116569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:21:58.299Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:21:58.299Z||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-01T06:21:58.299Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:21:58.307Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:21:58.308Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:21:59.199Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:21:59.200Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:21:59.201Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:21:59.201Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850116569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:21:59.301Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:21:59.302Z||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-01T06:21:59.302Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:21:59.310Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:21:59.310Z||pool-26-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:22:00.202Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:22:00.202Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:22:00.204Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:22:00.204Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850116569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:00.304Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:22:00.305Z||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-01T06:22:00.305Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:22:00.312Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:22:00.313Z||pool-27-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:22:01.205Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:22:01.205Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:22:01.207Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:22:01.208Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850116569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:01.307Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-01T06:22:01.308Z||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-01T06:22:01.308Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:22:01.315Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:22:01.315Z||pool-28-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-05-01T06:22:02.208Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:22:02.209Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:22:02.210Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:22:02.211Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850116569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:02.311Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:22:02.311Z||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-01T06:22:02.311Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:22:02.318Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:22:02.318Z||pool-29-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-05-01T06:22:03.211Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:22:03.212Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:22:03.213Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:22:03.213Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850116569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:03.313Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:22:03.314Z||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-01T06:22:03.314Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:22:03.323Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:22:03.323Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:22:04.214Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:22:04.215Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:22:04.217Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:22:04.217Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850116569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:22:04.317Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:22:04.317Z||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-01T06:22:04.318Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:22:04.323Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:22:04.324Z||pool-31-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:22:05.218Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"serviceName": "Demo_pNF_VbJMAzP0RaJCZbJsHdh8",
"serviceVersion": "1.0",
"serviceUUID": "d5ba87f8-2189-44cb-9cf8-8930b9673230",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3246a9a6-ae6d-4757-b6a9-5612eef7907a",
"resources": [
{
"resourceInstanceName": "pNF 6d1e2741-c422 0",
"resourceCustomizationUUID": "9af794c0-d379-44ef-b28d-64e0f8b1b0b6",
"resourceName": "pNF 6d1e2741-c422",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "1e4f616d-c177-4cc5-bc81-341eda25ae17",
"resourceInvariantUUID": "a9eee439-80a1-4e95-9407-f50d0b3a9441",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"artifactChecksum": "ZDA1ZGJlMWQ1ZDQwZjk4Yzk0OTVjOWRkOWRmYTAxOTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "14597b82-2a7f-458c-b8b8-4141fcbc6310"
}
],
"workloadContext": "Production"
}
2021-05-01T06:22:05.218Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-01T06:22:05.218Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d5ba87f8-2189-44cb-9cf8-8930b9673230 ASDC
2021-05-01T06:22:05.218Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:70fe6315-88dd-47e1-aa08-e8dbbf3dc88e
ServiceName:Demo_pNF_VbJMAzP0RaJCZbJsHdh8
ServiceVersion:1.0
ServiceUUID:d5ba87f8-2189-44cb-9cf8-8930b9673230
ServiceInvariantUUID:3246a9a6-ae6d-4757-b6a9-5612eef7907a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar
ArtifactUUID:14597b82-2a7f-458c-b8b8-4141fcbc6310
ArtifactChecksum:ZDA1ZGJlMWQ1ZDQwZjk4Yzk0OTVjOWRkOWRmYTAxOTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6d1e2741-c422 0
ResourceCustomizationUUID:9af794c0-d379-44ef-b28d-64e0f8b1b0b6
ResourceInvariantUUID:a9eee439-80a1-4e95-9407-f50d0b3a9441
ResourceName:pNF 6d1e2741-c422
ResourceType:PNF
ResourceUUID:1e4f616d-c177-4cc5-bc81-341eda25ae17
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-05-01T06:22:05.218Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d5ba87f8-2189-44cb-9cf8-8930b9673230 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-01T06:22:05.241Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-01T06:22:05.241Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-01T06:22:05.241Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-01T06:22:05.241Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 14597b82-2a7f-458c-b8b8-4141fcbc6310 from URL: /sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar
2021-05-01T06:22:05.241Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-01T06:22:05.242Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar
2021-05-01T06:22:06.770Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-01T06:22:06.774Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar 14597b82-2a7f-458c-b8b8-4141fcbc6310 83336
2021-05-01T06:22:06.774Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar ASDC sendASDCNotification
2021-05-01T06:22:06.774Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar
2021-05-01T06:22:06.774Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-01T06:22:06.774Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:22:06.776Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:22:06.776Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850126774,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:22:06.876Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:22:06.877Z||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-01T06:22:06.877Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:22:06.883Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:22:06.883Z||pool-32-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:22:07.777Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-01T06:22:07.778Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-01T06:22:07.778Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 14597b82-2a7f-458c-b8b8-4141fcbc6310, URL: /sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar to file: /app/ASDC/1/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar
2021-05-01T06:22:07.778Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar
2021-05-01T06:22:07.778Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar
2021-05-01T06:22:07.778Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar
2021-05-01T06:22:07.869Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16408036650274234708/Definitions/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml
2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar
2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar
2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar
2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar
2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar
2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar
2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6d1e2741-c422 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar
2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar
2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6d1e2741-c422 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-DemoPnfVbjmazp0rajczbjshdh8-csar.csar
2021-05-01T06:22:08.499Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-01T06:22:08.499Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:22:08.499Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VbJMAzP0RaJCZbJsHdh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:22:08.499Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Node template pNF 6d1e2741-c422 0 is matching search criteria
2021-05-01T06:22:08.499Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-01T06:22:08.499Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6d1e2741-c422 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-01T06:22:08.499Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:22:08.499Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VbJMAzP0RaJCZbJsHdh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:22:08.499Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Node template pNF 6d1e2741-c422 0 is matching search criteria
2021-05-01T06:22:08.499Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-01T06:22:08.500Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6d1e2741-c422 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-01T06:22:08.500Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:22:08.500Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VbJMAzP0RaJCZbJsHdh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:22:08.500Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:22:08.500Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VbJMAzP0RaJCZbJsHdh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:22:08.500Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:22:08.500Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VbJMAzP0RaJCZbJsHdh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:22:08.500Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:22:08.500Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VbJMAzP0RaJCZbJsHdh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:22:08.500Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:22:08.500Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VbJMAzP0RaJCZbJsHdh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:22:08.501Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_VbJMAzP0RaJCZbJsHdh8
Description:catalog service description
Model UUID:d5ba87f8-2189-44cb-9cf8-8930b9673230
Model Version:NULL
Model InvariantUuid:3246a9a6-ae6d-4757-b6a9-5612eef7907a
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-01T06:22:08.506Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1e4f616d-c177-4cc5-bc81-341eda25ae17
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-01T06:22:08.509Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||pNF 6d1e2741-c422 0
2021-05-01T06:22:08.509Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1e4f616d-c177-4cc5-bc81-341eda25ae17
2021-05-01T06:22:08.509Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||No resources found for Service: d5ba87f8-2189-44cb-9cf8-8930b9673230
2021-05-01T06:22:08.509Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d5ba87f8-2189-44cb-9cf8-8930b9673230
2021-05-01T06:22:08.509Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6d1e2741-c422 0 1e4f616d-c177-4cc5-bc81-341eda25ae17 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-01T06:22:08.513Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:22:08.513Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VbJMAzP0RaJCZbJsHdh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:22:08.513Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d5ba87f8-2189-44cb-9cf8-8930b9673230: pNF 6d1e2741-c422
2021-05-01T06:22:08.513Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||Processing PNF resource: 1e4f616d-c177-4cc5-bc81-341eda25ae17
2021-05-01T06:22:08.514Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:22:08.514Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VbJMAzP0RaJCZbJsHdh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:22:08.514Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||Resource customization UUID: 9af794c0-d379-44ef-b28d-64e0f8b1b0b6 is the same as notified resource customizationUUID: 9af794c0-d379-44ef-b28d-64e0f8b1b0b6
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-05-01T06:22:08.566Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6d1e2741-c422 1e4f616d-c177-4cc5-bc81-341eda25ae17 0 ASDC deployResourceStructure
2021-05-01T06:22:08.566Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar ASDC sendASDCNotification
2021-05-01T06:22:08.566Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar
2021-05-01T06:22:08.566Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-01T06:22:08.566Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:22:08.567Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:22:08.567Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850128566,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-01T06:22:08.668Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:22:08.668Z||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-01T06:22:08.668Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:22:08.674Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:22:08.675Z||pool-33-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:22:09.568Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01T06:22:09.576Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e
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-01T06:22:09.578Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-01T06:22:09.578Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-01T06:22:09.578Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-01T06:22:39.578Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01T06:22:39.587Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e
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-01T06:22:39.589Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-01T06:22:39.589Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-01T06:22:39.589Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-01T06:22:56.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:22:56.571Z||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-01T06:22:56.572Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:22:56.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:22:56.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850056569,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:22:56.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850059365,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:22:56.597Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:22:56.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850060940,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-01T06:22:56.597Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:22:56.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619850068716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "dcae-sch",
"timestamp": 1619850074679,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "cds",
"timestamp": 1619850070114,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "policy-id",
"timestamp": 1619850075544,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "aai-ml",
"timestamp": 1619850074551,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619850068716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "cds",
"timestamp": 1619850070114,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "dcae-sch",
"timestamp": 1619850074679,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "policy-id",
"timestamp": 1619850075544,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "aai-ml",
"timestamp": 1619850074551,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619850068716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "cds",
"timestamp": 1619850070114,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "dcae-sch",
"timestamp": 1619850074679,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "policy-id",
"timestamp": 1619850075544,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "aai-ml",
"timestamp": 1619850074551,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "clamp",
"timestamp": 1619850078021,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619850078015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619850068716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "cds",
"timestamp": 1619850070114,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "dcae-sch",
"timestamp": 1619850074679,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "aai-ml",
"timestamp": 1619850074551,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "policy-id",
"timestamp": 1619850075544,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619850078015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "clamp",
"timestamp": 1619850078021,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619850068716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "dcae-sch",
"timestamp": 1619850074679,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "cds",
"timestamp": 1619850070114,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "policy-id",
"timestamp": 1619850075544,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "aai-ml",
"timestamp": 1619850074551,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "clamp",
"timestamp": 1619850078021,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619850078015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619850068716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-05-01T06:22:56.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "cds",
"timestamp": 1619850070114,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "dcae-sch",
"timestamp": 1619850074679,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "policy-id",
"timestamp": 1619850075544,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "aai-ml",
"timestamp": 1619850074551,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619850078015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "clamp",
"timestamp": 1619850078021,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619850068716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "cds",
"timestamp": 1619850070114,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "dcae-sch",
"timestamp": 1619850074679,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "policy-id",
"timestamp": 1619850075544,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "aai-ml",
"timestamp": 1619850074551,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619850078015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "clamp",
"timestamp": 1619850078021,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619850068716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "cds",
"timestamp": 1619850070114,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:22:56.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "dcae-sch",
"timestamp": 1619850074679,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "policy-id",
"timestamp": 1619850075544,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:22:56.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "aai-ml",
"timestamp": 1619850074551,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:22:56.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619850078015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "clamp",
"timestamp": 1619850078021,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619850083231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619850083243,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619850083364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619850078015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "clamp",
"timestamp": 1619850078021,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619850083231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619850083243,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619850083364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "policy-id",
"timestamp": 1619850085334,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:22:56.610Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:22:56.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "cds",
"timestamp": 1619850085416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:22:56.610Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:22:56.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "aai-ml",
"timestamp": 1619850085418,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:22:56.610Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:22:56.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619850085522,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:22:56.610Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:22:56.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619850078015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:22:56.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "clamp",
"timestamp": 1619850078021,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:22:56.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619850083231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619850083243,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619850083364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "policy-id",
"timestamp": 1619850086337,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-01T06:22:56.611Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:22:56.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "cds",
"timestamp": 1619850086422,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-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-01T06:22:56.617Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e
2021-05-01T06:22:56.617Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e 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-01T06:22:56.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619850086715,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-05-01T06:22:56.625Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:22:56.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619850083231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619850083243,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619850083364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "policy-id",
"timestamp": 1619850087339,
"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-01T06:22:56.629Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e
2021-05-01T06:22:56.629Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e 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-01T06:22:56.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619850087719,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-01T06:22:56.640Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e
2021-05-01T06:22:56.640Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-01T06:22:56.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619850083231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619850083243,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619850083364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619850083231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619850083243,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619850083364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619850083231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619850083243,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619850083364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:22:56.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619850083231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:22:56.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619850083243,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:22:56.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "aai-ml",
"timestamp": 1619850090961,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-01T06:22:56.649Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:22:56.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619850083364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:22:56.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-01T06:22:56.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "aai-ml",
"timestamp": 1619850091964,
"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-01T06:22:56.652Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e
2021-05-01T06:22:56.652Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e 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-01T06:22:56.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "656ac496-8901-45ab-8575-35618f3feb92",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850092340,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-01T06:22:56.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:22:56.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "clamp",
"timestamp": 1619850092369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:22:56.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:22:56.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619850092664,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:22:56.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:22:56.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "clamp",
"timestamp": 1619850094380,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-01T06:22:56.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:22:56.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619850094390,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-01T06:22:56.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:22:56.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "clamp",
"timestamp": 1619850095383,
"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-01T06:22:56.663Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e
2021-05-01T06:22:56.663Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e 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-01T06:22:56.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-01T06:22:56.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619850095394,
"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-01T06:22:56.673Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e
2021-05-01T06:22:56.674Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e 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-01T06:23:09.590Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01T06:23:09.599Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e
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-01T06:23:09.604Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-01T06:23:09.604Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-01T06:23:09.605Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-01T06:23:09.605Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-01T06:23:09.605Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-01T06:23:09.605Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-01T06:23:09.605Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-01T06:23:09.605Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-01T06:23:09.605Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-01T06:23:09.605Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-01T06:23:09.605Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-01T06:23:09.606Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||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-01T06:23:09.610Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-01T06:23:39.611Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e 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-01T06:23:39.615Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e and serviceModelVersionId: d5ba87f8-2189-44cb-9cf8-8930b9673230
2021-05-01T06:23:39.615Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3246a9a6-ae6d-4757-b6a9-5612eef7907a
2021-05-01T06:23:39.616Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3246a9a6-ae6d-4757-b6a9-5612eef7907a/model-vers/model-ver/d5ba87f8-2189-44cb-9cf8-8930b9673230?depth=0
2021-05-01T06:23:39.619Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-05-01T06:23:39.655Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3246a9a6-ae6d-4757-b6a9-5612eef7907a/model-vers/model-ver/d5ba87f8-2189-44cb-9cf8-8930b9673230?depth=0|INFO|500||Invoke
2021-05-01T06:23:39.656Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3246a9a6-ae6d-4757-b6a9-5612eef7907a/model-vers/model-ver/d5ba87f8-2189-44cb-9cf8-8930b9673230?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3246a9a6-ae6d-4757-b6a9-5612eef7907a/model-vers/model-ver/d5ba87f8-2189-44cb-9cf8-8930b9673230?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[70fe6315-88dd-47e1-aa08-e8dbbf3dc88e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[365e1dd5-c8f7-4c53-805b-a7abe3efa7d0], X-ECOMP-RequestID=[70fe6315-88dd-47e1-aa08-e8dbbf3dc88e], X-TransactionId=[], X-ONAP-RequestID=[70fe6315-88dd-47e1-aa08-e8dbbf3dc88e], Content-Type=[application/merge-patch+json]}
2021-05-01T06:23:39.673Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3246a9a6-ae6d-4757-b6a9-5612eef7907a/model-vers/model-ver/d5ba87f8-2189-44cb-9cf8-8930b9673230?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-01T06:23:39.857Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3246a9a6-ae6d-4757-b6a9-5612eef7907a/model-vers/model-ver/d5ba87f8-2189-44cb-9cf8-8930b9673230?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/3246a9a6-ae6d-4757-b6a9-5612eef7907a/model-vers/model-ver/d5ba87f8-2189-44cb-9cf8-8930b9673230?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210501-06:23:39:679-89936], vertex-id=[344160], Content-Length=[0], Date=[Sat, 01 May 2021 06:23:39 GMT], Content-Type=[application/json]}
2021-05-01T06:23:39.857Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3246a9a6-ae6d-4757-b6a9-5612eef7907a/model-vers/model-ver/d5ba87f8-2189-44cb-9cf8-8930b9673230?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-01T06:23:39.858Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3246a9a6-ae6d-4757-b6a9-5612eef7907a/model-vers/model-ver/d5ba87f8-2189-44cb-9cf8-8930b9673230?depth=0|INFO|500||InvokeReturn
2021-05-01T06:23:39.858Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-01T06:23:39.858Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||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-01T06:23:39.863Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-01T06:23:39.863Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-01T06:23:39.863Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-01T06:23:39.863Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:23:39.865Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:23:39.865Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850219863,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-01T06:23:39.965Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:23:39.966Z||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-01T06:23:39.966Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:23:39.975Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:23:39.975Z||pool-34-thread-1|||||INFO|500||cambria reply ok (9 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-01T06:23:40.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:23:40.875Z||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-01T06:23:40.875Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:23:50.409Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:23:56.569Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:23:56.570Z||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-01T06:23:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:23:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:23:56.571Z||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-01T06:23:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:23:56.588Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:23:56.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-01T06:23:56.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850116569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:23:56.589Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-01T06:23:56.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-01T06:23:56.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850116569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:23:56.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-01T06:23:56.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-01T06:23:56.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850116569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:23:56.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-01T06:23:56.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-01T06:23:56.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850116569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:23:56.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-01T06:23:56.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-01T06:23:56.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850116569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:23:56.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-01T06:23:56.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-01T06:23:56.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850116569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:23:56.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-01T06:23:56.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-01T06:23:56.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850116569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:23:56.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-01T06:23:56.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-01T06:23:56.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850116569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:23:56.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-01T06:23:56.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-01T06:23:56.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850126774,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:23:56.591Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:23:56.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-01T06:23:56.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850128566,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-01T06:23:56.591Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:24:06.106Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:24:56.569Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:24:56.570Z||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-01T06:24:56.570Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:24:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-01T06:24:56.571Z||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-01T06:24:56.571Z||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 5YcelXoVvqKAR6ep) ...
2021-05-01T06:24:56.588Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:24:56.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-01T06:24:56.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850219863,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-01T06:24:56.590Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-01T06:24:57.190Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:24:57.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-01T06:24:57.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e0becad4-d78b-4c65-8439-9606b1c1f75d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"83cfe74c-fac9-4131-b8ac-6a581824c84d","serviceDescription":"service","serviceInvariantUUID":"a3145f1a-4a01-468d-af7a-05de130a07b4","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e1d15df7-79f7-435a-8610-65306e7f6081","resourceInvariantUUID":"7c7bfaa0-f60b-4f38-a23b-3bd9aae3091d","resourceCustomizationUUID":"d8bfbe2d-60c9-4fd7-aea5-fabefc8908f1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NmFmNmQ1OWI3N2UwYjFjNzcxYjBlNDgzMzQ2ZjViMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e217489c-bc3f-4c2a-a4ff-6f0d390a4282","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZDdkYzI5ZTM0M2Y4MTgyZTk5Y2JhMzczOGRiZWE1MTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb3f8d19-5bcf-41ad-9c06-a543f2606aea","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cdf7cf79-e871-41a3-9cdd-b5e6347f0cbf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b91bb033-cf96-4e4a-94fb-2f4e00c1c527","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c06ee7d1-d6ca-40d6-879e-5758477cd27a","artifactVersion":"2","generatedFromUUID":"cdf7cf79-e871-41a3-9cdd-b5e6347f0cbf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzRmZGRlYjNkMWE4ZWFiNmFjZGQwZjJmMjRmMzE0Zjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"849f823e-f1f5-4c2b-897c-1bcae2f61f19","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YmE5YTczMGE0YTNlOTA4MGZiOTkyYmE5ODE3MTA0YTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d4a6e76-596e-4097-9b61-54ebe90658f9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-01T06:24:57.193Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:24:57.193Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:24:57.194Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:24:57.194Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850296569,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:24:57.294Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:24:57.295Z||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-01T06:24:57.295Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:24:57.302Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:24:57.303Z||pool-35-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:24:58.195Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:24:58.196Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:24:58.197Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:24:58.197Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850296569,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-05-01T06:24:58.298Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:24:58.298Z||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-01T06:24:58.298Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:24:58.305Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:24:58.305Z||pool-36-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:24:59.198Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:24:59.198Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:24:59.199Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:24:59.200Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850296569,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-05-01T06:24:59.300Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:24:59.300Z||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-01T06:24:59.300Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:24:59.307Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:24:59.307Z||pool-37-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:25:00.200Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:25:00.201Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:25:00.202Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:25:00.203Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850296569,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:25:00.303Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:25:00.303Z||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-01T06:25:00.303Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:25:00.312Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:25:00.312Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:25:01.203Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:25:01.204Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:25:01.205Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:25:01.205Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850296569,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-05-01T06:25:01.306Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:25:01.306Z||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-01T06:25:01.306Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:25:01.313Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:25:01.313Z||pool-39-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:25:02.206Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:25:02.206Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:25:02.208Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:25:02.208Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850296569,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-01T06:25:02.308Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:25:02.309Z||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-01T06:25:02.309Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:25:02.316Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:25:02.316Z||pool-40-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-05-01T06:25:03.208Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-01T06:25:03.209Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:25:03.211Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:25:03.211Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850296569,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-01T06:25:03.311Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:25:03.312Z||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-01T06:25:03.312Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:25:03.318Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:25:03.318Z||pool-41-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:25:04.212Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "83cfe74c-fac9-4131-b8ac-6a581824c84d",
"serviceDescription": "service",
"serviceInvariantUUID": "a3145f1a-4a01-468d-af7a-05de130a07b4",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "d8bfbe2d-60c9-4fd7-aea5-fabefc8908f1",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e1d15df7-79f7-435a-8610-65306e7f6081",
"resourceInvariantUUID": "7c7bfaa0-f60b-4f38-a23b-3bd9aae3091d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "ZDdkYzI5ZTM0M2Y4MTgyZTk5Y2JhMzczOGRiZWE1MTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eb3f8d19-5bcf-41ad-9c06-a543f2606aea",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cdf7cf79-e871-41a3-9cdd-b5e6347f0cbf",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c06ee7d1-d6ca-40d6-879e-5758477cd27a",
"generatedFromUUID": "cdf7cf79-e871-41a3-9cdd-b5e6347f0cbf"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c06ee7d1-d6ca-40d6-879e-5758477cd27a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YmE5YTczMGE0YTNlOTA4MGZiOTkyYmE5ODE3MTA0YTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0d4a6e76-596e-4097-9b61-54ebe90658f9"
}
],
"workloadContext": "Production"
}
2021-05-01T06:25:04.212Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-01T06:25:04.212Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 83cfe74c-fac9-4131-b8ac-6a581824c84d ASDC
2021-05-01T06:25:04.213Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:e0becad4-d78b-4c65-8439-9606b1c1f75d
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:83cfe74c-fac9-4131-b8ac-6a581824c84d
ServiceInvariantUUID:a3145f1a-4a01-468d-af7a-05de130a07b4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:0d4a6e76-596e-4097-9b61-54ebe90658f9
ArtifactChecksum:YmE5YTczMGE0YTNlOTA4MGZiOTkyYmE5ODE3MTA0YTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d8bfbe2d-60c9-4fd7-aea5-fabefc8908f1
ResourceInvariantUUID:7c7bfaa0-f60b-4f38-a23b-3bd9aae3091d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e1d15df7-79f7-435a-8610-65306e7f6081
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:eb3f8d19-5bcf-41ad-9c06-a543f2606aea
ArtifactChecksum:ZDdkYzI5ZTM0M2Y4MTgyZTk5Y2JhMzczOGRiZWE1MTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:cdf7cf79-e871-41a3-9cdd-b5e6347f0cbf
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:c06ee7d1-d6ca-40d6-879e-5758477cd27a
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:c06ee7d1-d6ca-40d6-879e-5758477cd27a
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-01T06:25:04.213Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 83cfe74c-fac9-4131-b8ac-6a581824c84d 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-01T06:25:04.241Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-01T06:25:04.241Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-01T06:25:04.241Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-01T06:25:04.242Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0d4a6e76-596e-4097-9b61-54ebe90658f9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-01T06:25:04.242Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-01T06:25:04.242Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-01T06:25:05.306Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-01T06:25:05.310Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0d4a6e76-596e-4097-9b61-54ebe90658f9 74289
2021-05-01T06:25:05.311Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-05-01T06:25:05.311Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-01T06:25:05.311Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-01T06:25:05.311Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:25:05.313Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:25:05.313Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850305311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:25:05.414Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-01T06:25:05.414Z||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-01T06:25:05.414Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:25:05.421Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:25:05.421Z||pool-42-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:25:06.314Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-01T06:25:06.315Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-01T06:25:06.315Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 0d4a6e76-596e-4097-9b61-54ebe90658f9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-01T06:25:06.315Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-05-01T06:25:06.315Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-01T06:25:06.315Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-05-01T06:25:13.920Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9141139482511237632/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-05-01T06:25:14.774Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-01T06:25:14.774Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-01T06:25:14.774Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-01T06:25:14.774Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-01T06:25:14.775Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-01T06:25:14.775Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-01T06:25:14.775Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-01T06:25:14.775Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-01T06:25:14.775Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-01T06:25:14.775Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-01T06:25:14.775Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-01T06:25:14.775Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-01T06:25:14.775Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-01T06:25:14.775Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-01T06:25:14.775Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-01T06:25:14.776Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:14.776Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:25:14.776Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-01T06:25:14.776Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-01T06:25:14.776Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-01T06:25:14.776Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:14.776Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:25:14.776Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-01T06:25:14.777Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-01T06:25:14.777Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-01T06:25:14.777Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:14.777Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:25:14.777Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:14.777Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-01T06:25:14.777Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-01T06:25:14.777Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-05-01T06:25:14.777Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-05-01T06:25:14.778Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-05-01T06:25:14.778Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-01T06:25:14.778Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:14.778Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-01T06:25:14.778Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:14.778Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-01T06:25:14.778Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-01T06:25:14.779Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:14.779Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-01T06:25:14.779Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-01T06:25:14.779Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:14.779Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-01T06:25:14.779Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-01T06:25:14.779Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:14.779Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-01T06:25:14.780Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-01T06:25:14.780Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-01T06:25:14.780Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=352e48ea-c8db-4b35-b26c-c69fc6f1b289
2021-05-01T06:25:14.780Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:14.780Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:25:14.780Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:14.780Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:25:14.780Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:14.781Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:25:14.781Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:14.781Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:25:14.781Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:83cfe74c-fac9-4131-b8ac-6a581824c84d
Model Version:NULL
Model InvariantUuid:a3145f1a-4a01-468d-af7a-05de130a07b4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:b28485e3-7c4a-495b-b564-c660f3639c8e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7c7bfaa0-f60b-4f38-a23b-3bd9aae3091d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d8bfbe2d-60c9-4fd7-aea5-fabefc8908f1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b4f99bbd-8f8f-4758-ae50-f47bf61cc2d5
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:fb7404a7-6bb2-4c86-8eb4-2f3c0f79ebd4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:352e48ea-c8db-4b35-b26c-c69fc6f1b289
ModelInvariantUuid:99f62a29-f66f-4581-9d1b-05350d143fa4
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:a9f20fc9-6a4a-40d8-b840-4ecfda613300
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20
VNFC Properties:
ModelCustomizationUuid:be795c35-904d-466a-9d35-6b209237c95f
ModelInvariantUuid:b7ce564e-e7a5-4b76-ac52-f8579709b2dc
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:c4c2419b-d6c7-4882-8b82-143b2f81fce8
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-01T06:25:14.785Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: e1d15df7-79f7-435a-8610-65306e7f6081
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-01T06:25:14.787Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||basic_vm 0
2021-05-01T06:25:14.787Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e1d15df7-79f7-435a-8610-65306e7f6081
2021-05-01T06:25:14.787Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: eb3f8d19-5bcf-41ad-9c06-a543f2606aea from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-01T06:25:14.787Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-01T06:25:14.787Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-01T06:25:15.431Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-01T06:25:15.432Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json eb3f8d19-5bcf-41ad-9c06-a543f2606aea 787
2021-05-01T06:25:15.432Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-05-01T06:25:15.432Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-01T06:25:15.432Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-01T06:25:15.432Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:25:15.434Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:25:15.434Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850315432,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:25:15.534Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:25:15.535Z||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-01T06:25:15.535Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:25:15.541Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:25:15.541Z||pool-43-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-01T06:25:16.434Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "b4f99bbd-8f8f-4758-ae50-f47bf61cc2d5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fb7404a7-6bb2-4c86-8eb4-2f3c0f79ebd4",
"vfModuleModelCustomizationUUID": "3f788713-67b4-4de9-8996-31334135e5a6",
"isBase": true,
"artifacts": [
"cdf7cf79-e871-41a3-9cdd-b5e6347f0cbf",
"c06ee7d1-d6ca-40d6-879e-5758477cd27a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-01T06:25:16.440Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb7404a7-6bb2-4c86-8eb4-2f3c0f79ebd4
VfModuleModelInvariantUUID:b4f99bbd-8f8f-4758-ae50-f47bf61cc2d5
VfModuleModelDescription:NULL
Artifacts UUID List:{
cdf7cf79-e871-41a3-9cdd-b5e6347f0cbf
,
c06ee7d1-d6ca-40d6-879e-5758477cd27a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-01T06:25:16.443Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "b4f99bbd-8f8f-4758-ae50-f47bf61cc2d5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fb7404a7-6bb2-4c86-8eb4-2f3c0f79ebd4",
"vfModuleModelCustomizationUUID": "3f788713-67b4-4de9-8996-31334135e5a6",
"isBase": true,
"artifacts": [
"cdf7cf79-e871-41a3-9cdd-b5e6347f0cbf",
"c06ee7d1-d6ca-40d6-879e-5758477cd27a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-01T06:25:16.444Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb7404a7-6bb2-4c86-8eb4-2f3c0f79ebd4
VfModuleModelInvariantUUID:b4f99bbd-8f8f-4758-ae50-f47bf61cc2d5
VfModuleModelDescription:NULL
Artifacts UUID List:{
cdf7cf79-e871-41a3-9cdd-b5e6347f0cbf
,
c06ee7d1-d6ca-40d6-879e-5758477cd27a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-01T06:25:16.444Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cdf7cf79-e871-41a3-9cdd-b5e6347f0cbf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-01T06:25:16.444Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-01T06:25:16.444Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-01T06:25:17.033Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-01T06:25:17.033Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml cdf7cf79-e871-41a3-9cdd-b5e6347f0cbf 5033
2021-05-01T06:25:17.033Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-05-01T06:25:17.033Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-01T06:25:17.034Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-01T06:25:17.034Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:25:17.035Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:25:17.035Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850317033,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:25:17.135Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:25:17.136Z||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-01T06:25:17.136Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:25:17.143Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:25:17.143Z||pool-44-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-05-01T06:25:18.035Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c06ee7d1-d6ca-40d6-879e-5758477cd27a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-01T06:25:18.036Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-01T06:25:18.036Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-01T06:25:18.545Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-01T06:25:18.546Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c06ee7d1-d6ca-40d6-879e-5758477cd27a 903
2021-05-01T06:25:18.546Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-05-01T06:25:18.546Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-01T06:25:18.546Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-01T06:25:18.546Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-01T06:25:18.548Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-01T06:25:18.548Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619850318546,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-05-01T06:25:18.648Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-01T06:25:18.649Z||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-01T06:25:18.649Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ...
2021-05-01T06:25:18.655Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-01T06:25:18.655Z||pool-45-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-05-01T06:25:19.548Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 83cfe74c-fac9-4131-b8ac-6a581824c84d
2021-05-01T06:25:19.549Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e1d15df7-79f7-435a-8610-65306e7f6081 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-01T06:25:19.559Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:19.559Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:25:19.559Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-05-01T06:25:19.559Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= d8bfbe2d-60c9-4fd7-aea5-fabefc8908f1
2021-05-01T06:25:19.559Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d8bfbe2d-60c9-4fd7-aea5-fabefc8908f1 matches Tosca VF Customization UUID: d8bfbe2d-60c9-4fd7-aea5-fabefc8908f1
2021-05-01T06:25:19.559Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: d8bfbe2d-60c9-4fd7-aea5-fabefc8908f1 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-01T06:25:19.561Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:19.561Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:25:19.562Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id d8bfbe2d-60c9-4fd7-aea5-fabefc8908f1: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-05-01T06:25:19.562Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19bcc587
2021-05-01T06:25:19.562Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:19.562Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-01T06:25:19.562Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3f788713-67b4-4de9-8996-31334135e5a6
2021-05-01T06:25:19.562Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3f788713-67b4-4de9-8996-31334135e5a6
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-01T06:25:19.564Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:19.565Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-01T06:25:19.565Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-01T06:25:19.565Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:19.565Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-01T06:25:19.565Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-01T06:25:19.565Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:19.565Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-01T06:25:19.566Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-01T06:25:19.566Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-01T06:25:19.566Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=352e48ea-c8db-4b35-b26c-c69fc6f1b289
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-01T06:25:19.568Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:19.568Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-01T06:25:19.568Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-01T06:25:19.568Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:19.568Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-01T06:25:19.568Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d8bfbe2d-60c9-4fd7-aea5-fabefc8908f1
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-01T06:25:19.570Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:19.570Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:25:19.570Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 83cfe74c-fac9-4131-b8ac-6a581824c84d: basic_vm
2021-05-01T06:25:19.570Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:19.570Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:25:19.570Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:19.570Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:25:19.570Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:19.570Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:25:19.571Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-01T06:25:19.571Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-01T06:25:19.571Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery