By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-04-21T11:32:16.160Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-d8b69c5ff-5wrk8 with PID 14 (/app/app.jar started by so in /app)
2021-04-21T11:32:16.166Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-21T11:32:16.167Z||main|||||INFO|500||The following profiles are active: basic
2021-04-21T11:32:22.742Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-21T11:32:22.742Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-21T11:32:22.820Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-21T11:32:24.161Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-21T11:32:24.301Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-21T11:32:24.606Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-21T11:32:24.613Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-21T11:32:24.686Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-21T11:32:24.815Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-21T11:32:25.157Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-21T11:32:25.798Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-21T11:32:27.638Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-21T11:32:27.677Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-21T11:32:28.010Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-21T11:32:28.184Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-04-21T11:32:29.125Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-21T11:32:29.928Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-21T11:32:29.957Z||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$$170daaad.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-04-21T11:32:29.958Z||main|||||WARN|500||The sdc end point is not alive
2021-04-21T11:32:32.078Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-04-21T11:32:34.066Z||main|||||WARN|500||---
2021-04-21T11:32:34.066Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-21T11:32:34.066Z||main|||||WARN|500||---
2021-04-21T11:32:34.435Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-21T11:32:37.459Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-21T11:32:37.460Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-21T11:32:37.463Z||main|||||INFO|500||Started Application in 23.299 seconds (JVM running for 24.277)
2021-04-21T11:32:37.470Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-21T11:32:37.491Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-21T11:32:37.574Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7dd8f5be-726d-45a9-8ffa-886f34cda976 url= /sdc/v1/artifactTypes
2021-04-21T11:32:37.575Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-21T11:32:38.680Z||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.5.149] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-21T11:32:38.685Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c6fa51f
2021-04-21T11:32:38.685Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-21T11:32:38.695Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-21T11:32:38.696Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-21T11:32:38.699Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-21T11:33:27.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-21T11:33:27.455Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-21T11:33:27.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-21T11:33:27.458Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-21T11:33:27.462Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= efdf9bab-cc4e-47b0-835d-fa6ed1021e40 url= /sdc/v1/artifactTypes
2021-04-21T11:33:27.463Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-21T11:33:28.506Z||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.5.149] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-21T11:33:28.507Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6402b899
2021-04-21T11:33:28.507Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-21T11:33:28.508Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-21T11:33:28.508Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-21T11:33:28.508Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-21T11:34:17.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-21T11:34:17.455Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-21T11:34:17.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-21T11:34:17.458Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-21T11:34:17.464Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c9d08d0-c36e-4cc3-86f2-ceb35e8ead9f url= /sdc/v1/artifactTypes
2021-04-21T11:34:17.464Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-21T11:34:17.619Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-21T11:34:17.629Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-21T11:34:17.656Z||scheduling-1|||||DEBUG|500||create keys
2021-04-21T11:34:17.704Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-21T11:34:17.739Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:34:17.760Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a1c07e98-1f0b-418e-b762-3492199df08b url= /sdc/v1/registerForDistribution
2021-04-21T11:34:17.851Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a1c07e98-1f0b-418e-b762-3492199df08b url= /sdc/v1/registerForDistribution
2021-04-21T11:34:17.852Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-21T11:34:17.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:34:17.866Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:34:17.869Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-21T11:34:17.872Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:34:17.872Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:34:17.872Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:34:17.872Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:34:28.132Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:34:28.135Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:35:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:35:17.863Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:35:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:35:17.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:35:17.865Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:35:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:35:27.408Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:35:27.414Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:36:17.862Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:36:17.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:36:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:36:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:36:17.866Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:36:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:36:27.410Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:36:27.411Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:37:17.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:37:17.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:37:17.865Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:37:17.865Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kagJ0y6ZFWcRrne2) ...
2021-04-21T11:37:17.865Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:37:17.868Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:37:27.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:37:27.428Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:38:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:38:17.863Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:38:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:38:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:38:17.866Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:38:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:38:27.409Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:38:27.410Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:39:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:39:17.863Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:39:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:39:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:39:17.866Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:39:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:39:27.420Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:39:27.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:40:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:40:17.863Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:40:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:40:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:40:17.865Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:40:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:40:29.115Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:40:29.137Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:41:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:41:17.862Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:41:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:41:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:41:17.866Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:41:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:41:27.417Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:41:27.419Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:42:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:42:17.862Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:42:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:42:17.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:42:17.865Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:42:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:42:27.407Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:42:27.410Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:43:06.452Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-21T11:43:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:43:17.862Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:43:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:43:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:43:17.865Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:43:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:43:27.404Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:43:27.404Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:44:17.861Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:44:17.862Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:44:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:44:17.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:44:17.865Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:44:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:44:27.407Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:44:27.410Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:45:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:45:17.863Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:45:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:45:17.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:45:17.865Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:45:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:45:27.410Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:45:27.410Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:46:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:46:17.863Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:46:17.864Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:46:17.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:46:17.865Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:46:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:46:27.402Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:46:27.408Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:47:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:47:17.863Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:47:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:47:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:47:17.865Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:47:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:47:27.404Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:47:27.411Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:48:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:48:17.863Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:48:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:48:17.864Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:48:17.865Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:48:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:48:27.401Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:48:27.402Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:49:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:49:17.862Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:49:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:49:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:49:17.865Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:49:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:49:27.407Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:49:27.409Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:50:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:50:17.862Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:50:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:50:17.864Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:50:17.865Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:50:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:50:27.408Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:50:27.409Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:51:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:51:17.862Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:51:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:51:17.864Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:51:17.865Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:51:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:51:27.405Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:51:27.410Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:52:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:52:17.863Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:52:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:52:17.864Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:52:17.865Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:52:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:52:27.411Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:52:27.426Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:53:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:53:17.862Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:53:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:53:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:53:17.865Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:53:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:53:27.406Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:53:27.406Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:54:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:54:17.863Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:54:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:54:17.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:54:17.866Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:54:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:54:27.400Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:54:27.407Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:55:17.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:55:17.863Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:55:17.864Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:55:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:55:17.865Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:55:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:55:27.407Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:55:27.409Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:56:17.861Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:56:17.862Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:56:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:56:17.864Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:56:17.865Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:56:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:56:27.405Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:56:27.405Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:57:17.862Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:57:17.863Z||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-04-21T11:57:17.865Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:57:17.869Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:57:17.870Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:57:17.870Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:57:27.424Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:57:27.427Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:58:17.862Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:58:17.862Z||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-04-21T11:58:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:58:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:58:17.865Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:58:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:58:27.400Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:58:27.400Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:59:17.861Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:59:17.862Z||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-04-21T11:59:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:59:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T11:59:17.865Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T11:59:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T11:59:27.406Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T11:59:27.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:00:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:00:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:00:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:00:17.864Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:00:17.865Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:00:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:00:27.400Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:00:27.412Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:01:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:01:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:01:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:01:17.864Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:01:17.865Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:01:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:01:27.401Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:01:27.401Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:02:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:02:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:02:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:02:17.864Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:02:17.865Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:02:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:02:27.402Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:02:27.403Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:03:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:03:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:03:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:03:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:03:17.865Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:03:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:03:27.405Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:03:27.405Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:04:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:04:17.864Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:04:17.865Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:04:17.865Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:04:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:04:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:04:27.410Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:04:27.410Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:05:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:05:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:05:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:05:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:05:17.865Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:05:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:05:27.405Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:05:27.406Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:06:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:06:17.863Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:06:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:06:17.864Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:06:17.865Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:06:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:06:27.400Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:06:27.403Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:07:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:07:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:07:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:07:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:07:17.865Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:07:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:07:27.399Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:07:27.403Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:08:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:08:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:08:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:08:17.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:08:17.865Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:08:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:08:27.405Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:08:27.410Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:09:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:09:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:09:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:09:17.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:09:17.865Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:09:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:09:27.403Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:09:27.405Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:10:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:10:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:10:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:10:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:10:17.865Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:10:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:10:27.404Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:10:27.405Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:11:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:11:17.863Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:11:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:11:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:11:17.865Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:11:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:11:27.404Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:11:27.405Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:12:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:12:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:12:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:12:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:12:17.865Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:12:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:12:27.402Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:12:27.402Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:13:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:13:17.863Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:13:17.864Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:13:17.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:13:17.865Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:13:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:13:27.404Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:13:27.404Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:14:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:14:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:14:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:14:17.864Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:14:17.865Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:14:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:14:27.403Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:14:27.403Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:15:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:15:17.863Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:15:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:15:17.864Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:15:17.865Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:15:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:15:27.407Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:15:27.407Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:16:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:16:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:16:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:16:17.864Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:16:17.865Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:16:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:16:27.402Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:16:27.410Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:17:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:17:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:17:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:17:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:17:17.865Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:17:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:17:27.402Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:17:27.402Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:18:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:18:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:18:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:18:17.864Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:18:17.865Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:18:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:18:27.403Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:18:27.403Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:19:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:19:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:19:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:19:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:19:17.865Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:19:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:19:27.402Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:19:27.404Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:20:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:20:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:20:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:20:17.864Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:20:17.865Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:20:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:20:27.404Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:20:27.406Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:21:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:21:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:21:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:21:17.864Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:21:17.865Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:21:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:21:27.403Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:21:27.406Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:22:17.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:22:17.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:22:17.865Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:22:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:22:17.865Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:22:17.867Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:22:27.406Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:22:27.410Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:23:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:23:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:23:17.865Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:23:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:23:17.865Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:23:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:23:27.406Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:23:27.407Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:24:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:24:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:24:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:24:17.864Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:24:17.865Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:24:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:24:27.399Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:24:27.401Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:25:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:25:17.863Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:25:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:25:17.864Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:25:17.865Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:25:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:25:27.397Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:25:27.406Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:26:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:26:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:26:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:26:17.864Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:26:17.865Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:26:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:26:27.405Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:26:33.907Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:27:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:27:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:27:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:27:17.864Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:27:17.865Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:27:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:27:27.399Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:27:27.404Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:28:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:28:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:28:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:28:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:28:17.865Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:28:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:28:27.406Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:28:27.406Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:29:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:29:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:29:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:29:17.864Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:29:17.865Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:29:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:29:28.902Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:29:28.904Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:30:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:30:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:30:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:30:17.864Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:30:17.865Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:30:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:30:27.404Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:30:27.405Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:31:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:31:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:31:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:31:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:31:17.865Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:31:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:31:27.404Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:31:27.415Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:32:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:32:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:32:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:32:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:32:17.865Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:32:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:32:27.403Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:32:27.426Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:33:17.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:33:17.864Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:33:17.864Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:33:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:33:17.865Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:33:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:33:27.405Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:33:27.406Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:34:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:34:17.863Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:34:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:34:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:34:17.865Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:34:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:34:27.406Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:34:27.409Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:35:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:35:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:35:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:35:17.864Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:35:17.865Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:35:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:35:27.407Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:35:27.407Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:36:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:36:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:36:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:36:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:36:17.865Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:36:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:36:27.402Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:36:27.402Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:37:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:37:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:37:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:37:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:37:17.865Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:37:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:37:27.400Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:37:27.402Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:38:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:38:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:38:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:38:17.864Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:38:17.865Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:38:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:38:27.403Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:38:27.411Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:39:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:39:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:39:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:39:17.864Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:39:17.865Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:39:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:39:27.401Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:39:27.408Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:40:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:40:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:40:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:40:17.864Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:40:17.865Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:40:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:40:27.401Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:40:27.401Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:41:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:41:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:41:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:41:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:41:17.865Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:41:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:41:27.406Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:41:27.408Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:42:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:42:17.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:42:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:42:17.864Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:42:17.865Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:42:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:42:27.419Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:42:27.419Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:43:17.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:43:17.864Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:43:17.864Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:43:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:43:17.865Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:43:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:43:27.405Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:43:27.406Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:44:17.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:44:17.863Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:44:17.863Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:44:17.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:44:17.865Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:44:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:44:27.404Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:44:27.408Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:45:17.862Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:45:17.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:45:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:45:17.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:45:17.865Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:45:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:45:27.407Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:45:27.408Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:46:17.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:46:17.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:46:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:46:17.864Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:46:17.865Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:46:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:46:27.404Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:46:27.406Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:47:17.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:47:17.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:47:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:47:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:47:17.865Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:47:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:47:27.398Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:47:27.402Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:48:17.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:48:17.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:48:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:48:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:48:17.865Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:48:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:48:27.403Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:48:27.406Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:49:17.861Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:49:17.862Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:49:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:49:17.864Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:49:17.865Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:49:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:49:27.408Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:49:27.409Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:50:17.861Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:50:17.862Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:50:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:17.864Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:50:17.865Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:50:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:26.446Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:50:26.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-21T12:50:26.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f283ed1-2eda-475f-b83d-a7c505ac5d67","serviceName":"vFW 2021-04-21 12-48-06","serviceVersion":"1.0","serviceUUID":"0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89","serviceDescription":"catalog service description","serviceInvariantUUID":"72990dde-6ef4-4f7d-890d-94231a6501cc","resources":[{"resourceInstanceName":"vFW 86e4b4f2-0b93 0","resourceName":"vFW 86e4b4f2-0b93","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8d312b52-1bfe-499e-8c09-3cfdef1739e6","resourceInvariantUUID":"dd7b620e-6cb2-4b5d-b1f7-616b73ec1601","resourceCustomizationUUID":"ab01ff23-1b0c-4939-a1ed-c31addd2bf38","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml","artifactChecksum":"M2ViZTAxNGJhOWQ1OTFmYWUxZjM0MTFjMzM0NjU4N2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"731cf758-f0ef-4fbf-a88e-40276fcb1d51","artifactVersion":"1"},{"artifactName":"vfw86e4b4f20b930_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json","artifactChecksum":"YzE0ZDc3M2UyZGVmYTRiOWZmN2RiMmU4NWI5ZjBlYzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8c1dba7d-afc8-4dfe-9fab-c5edda00fdda","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55ce8623-6829-4356-af4d-657abebde325","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml","artifactChecksum":"OGFlN2RkOGFjNmFiNDM0ODE3ZTg2ODc0ZGYyMmNkNTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b75848fe-421d-4c65-9b6b-bc1072c7fa84","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3e709dd1-ade2-4536-a388-633abc5ff955","artifactVersion":"2","generatedFromUUID":"55ce8623-6829-4356-af4d-657abebde325"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210421124806-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml","artifactChecksum":"ZmEyOTJlMjgwMzViYjhlZDc2OTJmNmMyMTQ5NTY1OTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ace34ad1-8b0d-4b0b-99b0-6c64f1f71734","artifactVersion":"1"},{"artifactName":"service-Vfw20210421124806-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar","artifactChecksum":"MjcxYjEwYmUzNjNkYzM1NGVmMWY0MDg5YmMyM2NiZjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"af7c912f-fe28-490e-aa09-0e8ddcf5a468","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-21T12:50:26.456Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:50:26.490Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:26.501Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:26.501Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009417861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:50:26.602Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-04-21T12:50:26.605Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:50:26.606Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:26.613Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:50:26.614Z||pool-3-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:26.710Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:50:26.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-21T12:50:26.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619009417144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:50:26.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-21T12:50:26.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-21T12:50:26.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009422425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:50:26.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-21T12:50:27.512Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:50:27.512Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:27.516Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:27.516Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009417861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
"status": "NOTIFIED"
}
2021-04-21T12:50:27.616Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:27.617Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:50:27.617Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:27.626Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:50:27.627Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-21T12:50:28.516Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:50:28.517Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:28.519Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:28.519Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009417861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-21T12:50:28.619Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:28.620Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:50:28.620Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:28.630Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:50:28.631Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:29.519Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:50:29.520Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:29.522Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:29.522Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009417861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:50:29.622Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:29.623Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:50:29.623Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:29.633Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:50:29.634Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:30.523Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:50:30.523Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:30.526Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:30.526Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009417861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-21T12:50:30.626Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:30.627Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:50:30.627Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:30.634Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:50:30.635Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:31.527Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:50:31.527Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:31.529Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:31.529Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009417861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:50:31.629Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:31.630Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:50:31.630Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:31.639Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:50:31.640Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:32.530Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:50:32.530Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:32.533Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:32.533Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009417861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T12:50:32.633Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:32.633Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:50:32.634Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:32.644Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:50:32.644Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:33.534Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"serviceName": "vFW 2021-04-21 12-48-06",
"serviceVersion": "1.0",
"serviceUUID": "0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "72990dde-6ef4-4f7d-890d-94231a6501cc",
"resources": [
{
"resourceInstanceName": "vFW 86e4b4f2-0b93 0",
"resourceCustomizationUUID": "ab01ff23-1b0c-4939-a1ed-c31addd2bf38",
"resourceName": "vFW 86e4b4f2-0b93",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8d312b52-1bfe-499e-8c09-3cfdef1739e6",
"resourceInvariantUUID": "dd7b620e-6cb2-4b5d-b1f7-616b73ec1601",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw86e4b4f20b930_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
"artifactChecksum": "YzE0ZDc3M2UyZGVmYTRiOWZmN2RiMmU4NWI5ZjBlYzQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8c1dba7d-afc8-4dfe-9fab-c5edda00fdda",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "55ce8623-6829-4356-af4d-657abebde325",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3e709dd1-ade2-4536-a388-633abc5ff955",
"generatedFromUUID": "55ce8623-6829-4356-af4d-657abebde325"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3e709dd1-ade2-4536-a388-633abc5ff955",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210421124806-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"artifactChecksum": "MjcxYjEwYmUzNjNkYzM1NGVmMWY0MDg5YmMyM2NiZjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "af7c912f-fe28-490e-aa09-0e8ddcf5a468"
}
],
"workloadContext": "Production"
}
2021-04-21T12:50:33.535Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-21T12:50:33.535Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89 ASDC
2021-04-21T12:50:33.673Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:4f283ed1-2eda-475f-b83d-a7c505ac5d67
ServiceName:vFW 2021-04-21 12-48-06
ServiceVersion:1.0
ServiceUUID:0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89
ServiceInvariantUUID:72990dde-6ef4-4f7d-890d-94231a6501cc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210421124806-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar
ArtifactUUID:af7c912f-fe28-490e-aa09-0e8ddcf5a468
ArtifactChecksum:MjcxYjEwYmUzNjNkYzM1NGVmMWY0MDg5YmMyM2NiZjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 86e4b4f2-0b93 0
ResourceCustomizationUUID:ab01ff23-1b0c-4939-a1ed-c31addd2bf38
ResourceInvariantUUID:dd7b620e-6cb2-4b5d-b1f7-616b73ec1601
ResourceName:vFW 86e4b4f2-0b93
ResourceType:VF
ResourceUUID:8d312b52-1bfe-499e-8c09-3cfdef1739e6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw86e4b4f20b930_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json
ArtifactUUID:8c1dba7d-afc8-4dfe-9fab-c5edda00fdda
ArtifactChecksum:YzE0ZDc3M2UyZGVmYTRiOWZmN2RiMmU4NWI5ZjBlYzQ=
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/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml
ArtifactUUID:55ce8623-6829-4356-af4d-657abebde325
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/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env
ArtifactUUID:3e709dd1-ade2-4536-a388-633abc5ff955
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/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env
ArtifactUUID:3e709dd1-ade2-4536-a388-633abc5ff955
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-21T12:50:33.673Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-21T12:50:34.286Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-21T12:50:34.287Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-21T12:50:34.288Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-21T12:50:34.288Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: af7c912f-fe28-490e-aa09-0e8ddcf5a468 from URL: /sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:34.288Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-21T12:50:34.289Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:34.656Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-21T12:50:34.678Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar af7c912f-fe28-490e-aa09-0e8ddcf5a468 111153
2021-04-21T12:50:34.678Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar ASDC sendASDCNotification
2021-04-21T12:50:34.679Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:34.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T12:50:34.744Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:34.746Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:34.747Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009434678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:50:34.847Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:34.848Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:50:34.848Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:34.857Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:50:34.857Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:35.747Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-21T12:50:35.748Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-21T12:50:35.749Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: af7c912f-fe28-490e-aa09-0e8ddcf5a468, URL: /sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar to file: /app/ASDC/1/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:35.750Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210421124806-csar.csar
2021-04-21T12:50:36.307Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:36.307Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:37.020Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13934831173709219504/Definitions/service-Vfw20210421124806-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-04-21T12:50:39.708Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-21T12:50:39.713Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-21T12:50:39.713Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.713Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-21T12:50:39.713Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.713Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.713Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|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-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.713Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.713Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.713Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.714Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 86e4b4f2-0b93 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-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.714Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|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-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.714Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.714Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.714Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.714Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.714Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 86e4b4f2-0b93 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.714Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|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-Vfw20210421124806-csar.csar
2021-04-21T12:50:39.714Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-21T12:50:39.721Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:39.723Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:39.728Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is matching search criteria
2021-04-21T12:50:39.728Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-21T12:50:39.730Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 86e4b4f2-0b93 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-21T12:50:39.731Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:39.731Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:39.732Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is matching search criteria
2021-04-21T12:50:39.732Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-21T12:50:39.732Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 86e4b4f2-0b93 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-21T12:50:39.732Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:39.732Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:39.736Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:39.736Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is not matching search criteria
2021-04-21T12:50:39.736Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-21T12:50:39.736Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-21T12:50:39.736Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-21T12:50:39.736Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:39.736Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-21T12:50:39.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:39.738Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-21T12:50:39.738Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:39.739Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is matching search criteria
2021-04-21T12:50:39.739Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 86e4b4f2-0b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:50:39.739Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:39.739Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is matching search criteria
2021-04-21T12:50:39.739Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 86e4b4f2-0b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:50:39.739Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:39.740Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is matching search criteria
2021-04-21T12:50:39.740Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 86e4b4f2-0b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:50:39.740Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:39.740Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is not matching search criteria
2021-04-21T12:50:39.740Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-21T12:50:39.740Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-21T12:50:39.740Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-21T12:50:39.740Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-21T12:50:39.740Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-21T12:50:39.740Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=029dc670-3c81-4ea0-b31a-09d214e15676
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is not matching search criteria
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-21T12:50:39.741Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6fdd6629-6663-4ac3-9637-92e988fe08a1
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is not matching search criteria
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-21T12:50:39.742Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2138d0e-1c4f-476f-b061-3af0294e2ca0
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:39.743Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:39.744Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:39.744Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:39.744Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:39.744Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:39.744Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:39.744Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:39.744Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-21 12-48-06
Description:catalog service description
Model UUID:0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89
Model Version:NULL
Model InvariantUuid:72990dde-6ef4-4f7d-890d-94231a6501cc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 86e4b4f2-0b93
Model UUID:35b41fc0-26a1-4fef-84a2-e7034fd3a76d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dd7b620e-6cb2-4b5d-b1f7-616b73ec1601
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ab01ff23-1b0c-4939-a1ed-c31addd2bf38
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c826eb70-ba55-4422-899f-5e85dce5dbbb
ModelName:Vfw86e4b4f20b93..base_vfw..module-0
ModelUuid:d1a70873-fc08-45ab-9ebb-bd8f3eec1227
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:029dc670-3c81-4ea0-b31a-09d214e15676
ModelInvariantUuid:31172037-8da8-47a6-94aa-cba7bdf0d56d
ModelName:vFW 86e4b4f2-0b93-nodes.vfwCvfc
ModelUuid:8189150e-8901-4ba0-a9d7-2a722b55584a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8b3b2305-a655-4848-b141-74f087cda8a0
ModelInvariantUuid:98472050-a98f-4c63-8f90-c53d53225d27
ModelName:Vfw86e4b4f20b93.compute.nodes.heat.vfw
ModelUuid:a1708255-9475-4268-8669-06ab5639e8db
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6fdd6629-6663-4ac3-9637-92e988fe08a1
ModelInvariantUuid:a9e8c7c9-54b0-4857-9f91-8b05b58dffda
ModelName:vFW 86e4b4f2-0b93-nodes.vsnCvfc
ModelUuid:abd5d32d-cac2-4efa-b784-d2863f548511
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f0ca17f5-df3f-4c57-868a-1322ccb65f6f
ModelInvariantUuid:775ff6a9-8677-458b-8486-8743aa56c85d
ModelName:Vfw86e4b4f20b93.compute.nodes.heat.vsn
ModelUuid:01dc51ea-34a6-4ad4-80ac-1fbb4a222192
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b2138d0e-1c4f-476f-b061-3af0294e2ca0
ModelInvariantUuid:c09b2b86-5c92-4f83-a30f-0600b73561a0
ModelName:vFW 86e4b4f2-0b93-nodes.vpgCvfc
ModelUuid:800e2840-08a2-49de-a5c4-acd444b7a40d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:05305892-99d2-447f-bf53-11caed79d0c9
ModelInvariantUuid:3e0bcfe6-ba49-4f96-ba04-43e67ac6d95a
ModelName:Vfw86e4b4f20b93.compute.nodes.heat.vpg
ModelUuid:5eb52414-1ce5-48dc-b0ac-deaff44272c8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-21T12:50:39.772Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 8d312b52-1bfe-499e-8c09-3cfdef1739e6
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-21T12:50:39.974Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||vFW 86e4b4f2-0b93 0
2021-04-21T12:50:39.982Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8d312b52-1bfe-499e-8c09-3cfdef1739e6
2021-04-21T12:50:39.982Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8c1dba7d-afc8-4dfe-9fab-c5edda00fdda from URL: /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json
2021-04-21T12:50:39.983Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-21T12:50:39.983Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json
2021-04-21T12:50:40.670Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-21T12:50:40.670Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json 8c1dba7d-afc8-4dfe-9fab-c5edda00fdda 785
2021-04-21T12:50:40.671Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json ASDC sendASDCNotification
2021-04-21T12:50:40.671Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json
2021-04-21T12:50:40.671Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T12:50:40.671Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:40.674Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:40.674Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009440671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:50:40.774Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:40.775Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:50:40.775Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:40.784Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:50:40.784Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:41.675Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw86e4b4f20b93..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c826eb70-ba55-4422-899f-5e85dce5dbbb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d1a70873-fc08-45ab-9ebb-bd8f3eec1227",
"vfModuleModelCustomizationUUID": "5d127458-08b4-4bc3-8d6e-0c9afeae6ad7",
"isBase": true,
"artifacts": [
"55ce8623-6829-4356-af4d-657abebde325",
"3e709dd1-ade2-4536-a388-633abc5ff955"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-21T12:50:41.699Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw86e4b4f20b93..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d1a70873-fc08-45ab-9ebb-bd8f3eec1227
VfModuleModelInvariantUUID:c826eb70-ba55-4422-899f-5e85dce5dbbb
VfModuleModelDescription:NULL
Artifacts UUID List:{
55ce8623-6829-4356-af4d-657abebde325
,
3e709dd1-ade2-4536-a388-633abc5ff955
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-21T12:50:41.701Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw86e4b4f20b93..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c826eb70-ba55-4422-899f-5e85dce5dbbb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d1a70873-fc08-45ab-9ebb-bd8f3eec1227",
"vfModuleModelCustomizationUUID": "5d127458-08b4-4bc3-8d6e-0c9afeae6ad7",
"isBase": true,
"artifacts": [
"55ce8623-6829-4356-af4d-657abebde325",
"3e709dd1-ade2-4536-a388-633abc5ff955"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-21T12:50:41.702Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw86e4b4f20b93..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d1a70873-fc08-45ab-9ebb-bd8f3eec1227
VfModuleModelInvariantUUID:c826eb70-ba55-4422-899f-5e85dce5dbbb
VfModuleModelDescription:NULL
Artifacts UUID List:{
55ce8623-6829-4356-af4d-657abebde325
,
3e709dd1-ade2-4536-a388-633abc5ff955
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-21T12:50:41.702Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 55ce8623-6829-4356-af4d-657abebde325 from URL: /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml
2021-04-21T12:50:41.702Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-21T12:50:41.702Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml
2021-04-21T12:50:42.246Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-21T12:50:42.247Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml 55ce8623-6829-4356-af4d-657abebde325 20368
2021-04-21T12:50:42.248Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-21T12:50:42.248Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml
2021-04-21T12:50:42.248Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T12:50:42.248Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:42.250Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:42.251Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009442248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:50:42.351Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-21T12:50:42.351Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:50:42.352Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:42.362Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:50:42.362Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:43.251Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3e709dd1-ade2-4536-a388-633abc5ff955 from URL: /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env
2021-04-21T12:50:43.251Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-21T12:50:43.252Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env
2021-04-21T12:50:43.563Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-21T12:50:43.563Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env 3e709dd1-ade2-4536-a388-633abc5ff955 2098
2021-04-21T12:50:43.563Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-21T12:50:43.563Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env
2021-04-21T12:50:43.564Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T12:50:43.564Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:43.565Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:43.565Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009443563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:50:43.666Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-21T12:50:43.667Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:50:43.667Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:43.677Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:50:43.678Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:44.566Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89
2021-04-21T12:50:44.566Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 86e4b4f2-0b93 0 8d312b52-1bfe-499e-8c09-3cfdef1739e6 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-21T12:50:44.600Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:44.601Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:44.601Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-04-21T12:50:44.601Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ab01ff23-1b0c-4939-a1ed-c31addd2bf38
2021-04-21T12:50:44.601Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ab01ff23-1b0c-4939-a1ed-c31addd2bf38 matches Tosca VF Customization UUID: ab01ff23-1b0c-4939-a1ed-c31addd2bf38
2021-04-21T12:50:44.601Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ab01ff23-1b0c-4939-a1ed-c31addd2bf38 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-21T12:50:44.607Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:44.608Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:44.609Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ab01ff23-1b0c-4939-a1ed-c31addd2bf38: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-04-21T12:50:44.609Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5695f6fc
2021-04-21T12:50:44.610Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:44.610Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-21T12:50:44.610Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5d127458-08b4-4bc3-8d6e-0c9afeae6ad7
2021-04-21T12:50:44.613Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5d127458-08b4-4bc3-8d6e-0c9afeae6ad7
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-21T12:50:44.618Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:44.619Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is matching search criteria
2021-04-21T12:50:44.619Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 86e4b4f2-0b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:50:44.619Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:44.620Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is matching search criteria
2021-04-21T12:50:44.620Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 86e4b4f2-0b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:50:44.620Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:44.620Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is not matching search criteria
2021-04-21T12:50:44.620Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-21T12:50:44.620Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-21T12:50:44.620Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-21T12:50:44.620Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-21T12:50:44.620Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-21T12:50:44.620Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-21T12:50:44.620Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:44.621Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-21T12:50:44.621Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:44.621Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-21T12:50:44.621Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-21T12:50:44.621Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=029dc670-3c81-4ea0-b31a-09d214e15676
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-21T12:50:44.627Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:44.627Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is matching search criteria
2021-04-21T12:50:44.627Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 86e4b4f2-0b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is not matching search criteria
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-21T12:50:44.628Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:44.629Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-21T12:50:44.629Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-21T12:50:44.629Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6fdd6629-6663-4ac3-9637-92e988fe08a1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-21T12:50:44.631Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:44.632Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is matching search criteria
2021-04-21T12:50:44.632Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 86e4b4f2-0b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:50:44.634Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:44.634Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is not matching search criteria
2021-04-21T12:50:44.635Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-21T12:50:44.635Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-21T12:50:44.635Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-21T12:50:44.635Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:44.635Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-21T12:50:44.635Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-21T12:50:44.635Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-21T12:50:44.636Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-21T12:50:44.636Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-21T12:50:44.636Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-21T12:50:44.636Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-21T12:50:44.636Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-21T12:50:44.636Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2138d0e-1c4f-476f-b061-3af0294e2ca0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-21T12:50:44.639Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:44.639Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is matching search criteria
2021-04-21T12:50:44.639Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 86e4b4f2-0b93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:50:44.640Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:44.640Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Node template vFW 86e4b4f2-0b93 0 is matching search criteria
2021-04-21T12:50:44.640Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 86e4b4f2-0b93 0] matching following query criteria: sdcType=VF, customizationUUID=ab01ff23-1b0c-4939-a1ed-c31addd2bf38
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-21T12:50:44.642Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:44.642Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:44.642Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89: vFW 86e4b4f2-0b93
2021-04-21T12:50:44.642Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:44.642Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:44.642Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:44.643Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:44.643Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:44.643Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:44.643Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:44.643Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:44.643Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:50:44.643Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-21 12-48-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:50:44.644Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-04-21 12-48-06
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-21T12:50:44.893Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 86e4b4f2-0b93 8d312b52-1bfe-499e-8c09-3cfdef1739e6 1 ASDC deployResourceStructure
2021-04-21T12:50:44.893Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json ASDC sendASDCNotification
2021-04-21T12:50:44.894Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json
2021-04-21T12:50:44.894Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T12:50:44.894Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:44.895Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:44.895Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009444893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
"status": "DEPLOY_OK"
}
2021-04-21T12:50:44.996Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:44.997Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:50:44.997Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:45.007Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:50:45.007Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:45.897Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-21T12:50:45.897Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml
2021-04-21T12:50:45.897Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T12:50:45.898Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:45.899Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:45.900Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009445897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-21T12:50:46.000Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:46.000Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:50:46.000Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:46.009Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:50:46.010Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-21T12:50:46.900Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-21T12:50:46.901Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env
2021-04-21T12:50:46.901Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T12:50:46.901Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:46.903Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:46.903Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009446900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-21T12:50:47.003Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:47.004Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:50:47.004Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:47.012Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:50:47.013Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:47.904Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar ASDC sendASDCNotification
2021-04-21T12:50:47.904Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar
2021-04-21T12:50:47.904Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T12:50:47.904Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:50:47.906Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:50:47.906Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009447904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-21T12:50:48.007Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:50:48.008Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:50:48.008Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:50:48.024Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:50:48.024Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:50:48.907Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-21T12:50:48.933Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-21T12:50:48.936Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T12:50:48.936Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-21T12:50:48.936Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-21T12:51:17.864Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:51:17.865Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:51:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:51:17.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:51:17.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-21T12:51:17.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "ves-openapi-manager",
"timestamp": 1619009420408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:51:17.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-21T12:51:18.936Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-21T12:51:18.946Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-21T12:51:18.949Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T12:51:18.949Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-21T12:51:18.949Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-21T12:51:48.950Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-21T12:51:48.970Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-21T12:51:48.973Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T12:51:48.973Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-21T12:51:48.974Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-21T12:52:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:52:17.865Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:52:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:52:17.886Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:52:17.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:52:17.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "policy-id",
"timestamp": 1619009418929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:52:17.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:52:17.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:52:17.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "clamp",
"timestamp": 1619009425708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:52:17.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:52:17.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:52:17.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009417861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:52:17.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:52:17.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:52:17.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009424079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:52:17.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:52:18.974Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-21T12:52:18.982Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-21T12:52:18.984Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T12:52:18.984Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-21T12:52:18.984Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-21T12:52:48.984Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-21T12:52:48.996Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-21T12:52:48.999Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T12:52:48.999Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-21T12:52:48.999Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-21T12:53:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:53:17.865Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:53:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:53:17.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:53:17.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009422425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
"status": "NOTIFIED"
}
2021-04-21T12:53:17.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619009417144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "ves-openapi-manager",
"timestamp": 1619009420408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "policy-id",
"timestamp": 1619009418929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "clamp",
"timestamp": 1619009425708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
"status": "NOTIFIED"
}
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009424079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
"status": "NOTIFIED"
}
2021-04-21T12:53:17.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009417861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
"status": "NOTIFIED"
}
2021-04-21T12:53:17.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "dcae-sch",
"timestamp": 1619009427478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009422425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-21T12:53:17.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619009417144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "ves-openapi-manager",
"timestamp": 1619009420408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "clamp",
"timestamp": 1619009425708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "policy-id",
"timestamp": 1619009418929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009424079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009417861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "dcae-sch",
"timestamp": 1619009427478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009422425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "ves-openapi-manager",
"timestamp": 1619009420408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619009417144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "policy-id",
"timestamp": 1619009418929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "clamp",
"timestamp": 1619009425708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009424079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009417861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "dcae-sch",
"timestamp": 1619009427478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009422425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619009417144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "policy-id",
"timestamp": 1619009418929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "ves-openapi-manager",
"timestamp": 1619009420408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "clamp",
"timestamp": 1619009425708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009424079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009417861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009430271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "dcae-sch",
"timestamp": 1619009427478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009422425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "ves-openapi-manager",
"timestamp": 1619009420408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619009417144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "policy-id",
"timestamp": 1619009418929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "clamp",
"timestamp": 1619009425708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009424079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009417861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009430271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
"status": "NOTIFIED"
}
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "dcae-sch",
"timestamp": 1619009427478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009422425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619009417144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "ves-openapi-manager",
"timestamp": 1619009420408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "clamp",
"timestamp": 1619009425708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009424079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009417861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "policy-id",
"timestamp": 1619009418929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009430271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "dcae-sch",
"timestamp": 1619009427478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009430271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "dcae-sch",
"timestamp": 1619009427478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009434226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.907Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009434240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619009434265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "policy-id",
"timestamp": 1619009434240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009434678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009430271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "policy-id",
"timestamp": 1619009435247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009435459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009435556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009430271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "policy-id",
"timestamp": 1619009436251,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-21T12:53:17.918Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f283ed1-2eda-475f-b83d-a7c505ac5d67
2021-04-21T12:53:17.919Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f283ed1-2eda-475f-b83d-a7c505ac5d67 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-21T12:53:17.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009436653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009436811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009430271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T12:53:17.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:17.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009437657,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-21T12:53:17.938Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f283ed1-2eda-475f-b83d-a7c505ac5d67
2021-04-21T12:53:17.938Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f283ed1-2eda-475f-b83d-a7c505ac5d67 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-21T12:53:17.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009438221,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.946Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009438664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
"status": "DEPLOY_OK"
}
2021-04-21T12:53:17.947Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009438958,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-21T12:53:17.952Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f283ed1-2eda-475f-b83d-a7c505ac5d67
2021-04-21T12:53:17.953Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f283ed1-2eda-475f-b83d-a7c505ac5d67 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-21T12:53:17.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619009439363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-21T12:53:17.959Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009439820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.959Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009439969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
"status": "DEPLOY_OK"
}
2021-04-21T12:53:17.959Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619009440368,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-21T12:53:17.963Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f283ed1-2eda-475f-b83d-a7c505ac5d67
2021-04-21T12:53:17.964Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f283ed1-2eda-475f-b83d-a7c505ac5d67 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-21T12:53:17.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009440671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.972Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009441407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.973Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009442248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009442413,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-21T12:53:17.979Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f283ed1-2eda-475f-b83d-a7c505ac5d67
2021-04-21T12:53:17.980Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f283ed1-2eda-475f-b83d-a7c505ac5d67 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-21T12:53:17.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "clamp",
"timestamp": 1619009443337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009443416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
"status": "DEPLOY_OK"
}
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009443563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "clamp",
"timestamp": 1619009444419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009444893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
"status": "DEPLOY_OK"
}
2021-04-21T12:53:17.988Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:17.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:17.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "clamp",
"timestamp": 1619009445429,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-21T12:53:17.992Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4f283ed1-2eda-475f-b83d-a7c505ac5d67
2021-04-21T12:53:17.992Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f283ed1-2eda-475f-b83d-a7c505ac5d67 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-21T12:53:18.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009445897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-21T12:53:18.000Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "aai-ml",
"timestamp": 1619009445874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009446900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-21T12:53:18.000Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "aai-ml",
"timestamp": 1619009445874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vfw86e4b4f20b930_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009447904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "aai-ml",
"timestamp": 1619009445874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "aai-ml",
"timestamp": 1619009445874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009442425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "dcae-sch",
"timestamp": 1619009447478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "ves-openapi-manager",
"timestamp": 1619009440408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619009447144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009444079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "aai-ml",
"timestamp": 1619009445874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/resourceInstances/vfw86e4b4f20b930/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009444079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
"status": "NOTIFIED"
}
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009442425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
"status": "NOTIFIED"
}
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619009447144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "dcae-sch",
"timestamp": 1619009447478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "ves-openapi-manager",
"timestamp": 1619009440408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009450271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "aai-ml",
"timestamp": 1619009445874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619009447144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009444079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-21T12:53:18.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "ves-openapi-manager",
"timestamp": 1619009440408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009442425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "dcae-sch",
"timestamp": 1619009447478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009450271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
"status": "NOTIFIED"
}
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "aai-ml",
"timestamp": 1619009445874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T12:53:18.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619009447144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "ves-openapi-manager",
"timestamp": 1619009440408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009442425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009444079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "dcae-sch",
"timestamp": 1619009447478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009450271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "ves-openapi-manager",
"timestamp": 1619009440408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009444079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619009447144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "dcae-sch",
"timestamp": 1619009447478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009442425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "aai-ml",
"timestamp": 1619009453825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009450271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619009447144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009444079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "ves-openapi-manager",
"timestamp": 1619009440408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009442425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "dcae-sch",
"timestamp": 1619009447478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009450271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009444079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "ves-openapi-manager",
"timestamp": 1619009440408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619009447144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009442425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "dcae-sch",
"timestamp": 1619009447478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009450271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "clamp",
"timestamp": 1619009455708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009450271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009456996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009457005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619009457023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "clamp",
"timestamp": 1619009455708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
"status": "NOTIFIED"
}
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009458068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009458159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009458189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "clamp",
"timestamp": 1619009455708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619009459127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009459227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "clamp",
"timestamp": 1619009455708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009459349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009459369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.014Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "policy-id",
"timestamp": 1619009458929,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619009460130,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-21T12:53:18.027Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2013c240-5183-4bd6-8272-a898e1e1ebdd
2021-04-21T12:53:18.027Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2013c240-5183-4bd6-8272-a898e1e1ebdd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-21T12:53:18.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "clamp",
"timestamp": 1619009455708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009460372,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-21T12:53:18.041Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2013c240-5183-4bd6-8272-a898e1e1ebdd
2021-04-21T12:53:18.041Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2013c240-5183-4bd6-8272-a898e1e1ebdd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-21T12:53:18.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009460395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.050Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009460446,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-21T12:53:18.057Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2013c240-5183-4bd6-8272-a898e1e1ebdd
2021-04-21T12:53:18.058Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2013c240-5183-4bd6-8272-a898e1e1ebdd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-21T12:53:18.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "policy-id",
"timestamp": 1619009458929,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "clamp",
"timestamp": 1619009455708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619009461374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-21T12:53:18.065Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009461398,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-21T12:53:18.070Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2013c240-5183-4bd6-8272-a898e1e1ebdd
2021-04-21T12:53:18.070Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2013c240-5183-4bd6-8272-a898e1e1ebdd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-21T12:53:18.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619009461451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-21T12:53:18.077Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "policy-id",
"timestamp": 1619009458929,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-21T12:53:18.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "clamp",
"timestamp": 1619009455708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T12:53:18.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619009462402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "policy-id",
"timestamp": 1619009458929,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "policy-id",
"timestamp": 1619009458929,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "policy-id",
"timestamp": 1619009458929,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "policy-id",
"timestamp": 1619009458929,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "policy-id",
"timestamp": 1619009466911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.079Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "policy-id",
"timestamp": 1619009467915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-21T12:53:18.080Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "clamp",
"timestamp": 1619009468121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:53:18.080Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "policy-id",
"timestamp": 1619009468917,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-21T12:53:18.085Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2013c240-5183-4bd6-8272-a898e1e1ebdd
2021-04-21T12:53:18.086Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2013c240-5183-4bd6-8272-a898e1e1ebdd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-21T12:53:18.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "clamp",
"timestamp": 1619009469139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-21T12:53:18.093Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "clamp",
"timestamp": 1619009470142,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-21T12:53:18.098Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2013c240-5183-4bd6-8272-a898e1e1ebdd
2021-04-21T12:53:18.099Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2013c240-5183-4bd6-8272-a898e1e1ebdd and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-21T12:53:18.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "aai-ml",
"timestamp": 1619009472626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210421124806/1.0/artifacts/service-Vfw20210421124806-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-21T12:53:18.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:53:18.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "aai-ml",
"timestamp": 1619009473631,
"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-04-21T12:53:18.112Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f283ed1-2eda-475f-b83d-a7c505ac5d67
2021-04-21T12:53:18.112Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f283ed1-2eda-475f-b83d-a7c505ac5d67 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-21T12:53:18.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "aai-ml",
"timestamp": 1619009475874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:53:18.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "aai-ml",
"timestamp": 1619009475874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:53:18.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:53:18.999Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-21T12:53:19.008Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-21T12:53:19.012Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T12:53:19.012Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-21T12:53:19.013Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-21T12:53:19.013Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-21T12:53:19.013Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-21T12:53:19.013Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-21T12:53:19.013Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-21T12:53:19.013Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-21T12:53:19.013Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-21T12:53:19.013Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|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-04-21T12:53:19.019Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-21T12:53:49.019Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-21T12:53:49.030Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f283ed1-2eda-475f-b83d-a7c505ac5d67 and serviceModelVersionId: 0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89
2021-04-21T12:53:49.030Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 72990dde-6ef4-4f7d-890d-94231a6501cc
2021-04-21T12:54:08.585Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/72990dde-6ef4-4f7d-890d-94231a6501cc/model-vers/model-ver/0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89?depth=0
2021-04-21T12:54:08.745Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-21T12:54:09.210Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72990dde-6ef4-4f7d-890d-94231a6501cc/model-vers/model-ver/0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-04-21T12:54:09.214Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72990dde-6ef4-4f7d-890d-94231a6501cc/model-vers/model-ver/0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89?depth=0|INFO|500||Invoke
2021-04-21T12:54:09.525Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72990dde-6ef4-4f7d-890d-94231a6501cc/model-vers/model-ver/0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-21T12:54:09.716Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72990dde-6ef4-4f7d-890d-94231a6501cc/model-vers/model-ver/0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89?depth=0|INFO|500||InvokeReturn
2021-04-21T12:54:09.717Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72990dde-6ef4-4f7d-890d-94231a6501cc/model-vers/model-ver/0ff6a4ad-6f07-4797-9b5d-c3b4a5581c89?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210421-12:54:09:546-95122], vertex-id=[389232], Content-Length=[0], Date=[Wed, 21 Apr 2021 12:54:09 GMT], Content-Type=[application/json]}
2021-04-21T12:54:09.717Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-04-21T12:54:09.721Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-21T12:54:09.721Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|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-04-21T12:54:09.725Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-21T12:54:09.734Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f283ed1-2eda-475f-b83d-a7c505ac5d67 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-21T12:54:09.735Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-21T12:54:09.735Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:09.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:09.737Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009649734,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-21T12:54:09.838Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-21T12:54:09.839Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:54:09.839Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:09.852Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:54:09.853Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-21T12:54:10.750Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:54:10.751Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:54:10.751Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:15.096Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:54:15.098Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-21T12:54:15.098Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2013c240-5183-4bd6-8272-a898e1e1ebdd","serviceName":"basic_onboard_OgPRlO","serviceVersion":"1.0","serviceUUID":"f58863a4-508d-4011-a387-bed9339a265f","serviceDescription":"service","serviceInvariantUUID":"e2116a36-9dac-41fc-a475-1f2c719f9bd6","resources":[{"resourceInstanceName":"basic_onboard_OgPRlO 0","resourceName":"basic_onboard_OgPRlO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"634bd5dd-d445-424e-a84a-a4b9319ac8cb","resourceInvariantUUID":"bff8691e-2003-47ee-abce-2048e6866773","resourceCustomizationUUID":"bbaaaae5-97f6-4bb0-809a-025e3153f4c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml","artifactChecksum":"NTQzNGYyOTU4MzAwZjgzZTk1ZThkMWE0MWRlZDljZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3bfa249f-941a-4649-bb23-467dacfb433c","artifactVersion":"1"},{"artifactName":"basic_onboard_ogprlo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json","artifactChecksum":"NTMzOGUxNjgxZjdmNDc5NTgzNzNmZGY0YzA1YTU5NTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d918cffa-320a-4a44-b631-40b1faabe594","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c1725003-6c65-4365-9184-ac34aaadbb9e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c2961c01-d52e-4655-8eb2-2a4e06d0feaa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"00cb57c2-fb5d-4483-b742-7ae9fbf45899","artifactVersion":"2","generatedFromUUID":"c1725003-6c65-4365-9184-ac34aaadbb9e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOgprlo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml","artifactChecksum":"MzIwMDQ5MjhiMmFlODhmYWI2NGU1MzUzM2NiNzY2NGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"baef2bba-3ade-4cb8-805d-48293578a82b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOgprlo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar","artifactChecksum":"Y2M2Y2U1MmFlOTYwNTUzMjcxNGU4NWNiNjcxYWFjMjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2aab2201-1d01-4def-8c3f-86da0d9278b3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-21T12:54:15.101Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:54:15.102Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:15.103Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:15.103Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009650750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:54:15.204Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:15.204Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:54:15.204Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:15.215Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:54:15.215Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:16.104Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:54:16.105Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:16.107Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:16.108Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009650750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
"status": "NOTIFIED"
}
2021-04-21T12:54:16.208Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-21T12:54:16.208Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:54:16.208Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:16.218Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:54:16.219Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:17.109Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:54:17.110Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:17.112Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:17.112Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009650750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-21T12:54:17.212Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:17.213Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:54:17.213Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:17.224Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:54:17.225Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:54:17.866Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:54:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:17.885Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:54:17.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:54:17.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "aai-ml",
"timestamp": 1619009475874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:54:17.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:54:17.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:54:17.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "aai-ml",
"timestamp": 1619009475874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "aai-ml",
"timestamp": 1619009475874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "aai-ml",
"timestamp": 1619009475874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "aai-ml",
"timestamp": 1619009475874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "aai-ml",
"timestamp": 1619009483679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:54:17.887Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:54:17.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:54:17.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "aai-ml",
"timestamp": 1619009489378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-21T12:54:17.888Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:54:17.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:54:17.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "aai-ml",
"timestamp": 1619009490382,
"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-04-21T12:54:17.893Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2013c240-5183-4bd6-8272-a898e1e1ebdd
2021-04-21T12:54:17.893Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2013c240-5183-4bd6-8272-a898e1e1ebdd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-21T12:54:18.112Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:54:18.113Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:18.115Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:18.115Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009650750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:54:18.216Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-21T12:54:18.217Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:54:18.217Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:18.228Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:54:18.228Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-21T12:54:19.116Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:54:19.117Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:19.119Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:19.119Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009650750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-21T12:54:19.220Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:19.220Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:54:19.221Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:19.230Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:54:19.230Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:20.120Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:54:20.121Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:20.124Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:20.125Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009650750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:54:20.225Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:20.225Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:54:20.226Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:20.234Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:54:20.234Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:21.125Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T12:54:21.126Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:21.128Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:21.128Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009650750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T12:54:21.228Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:21.229Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:54:21.229Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:21.239Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:54:21.240Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:22.130Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"serviceName": "basic_onboard_OgPRlO",
"serviceVersion": "1.0",
"serviceUUID": "f58863a4-508d-4011-a387-bed9339a265f",
"serviceDescription": "service",
"serviceInvariantUUID": "e2116a36-9dac-41fc-a475-1f2c719f9bd6",
"resources": [
{
"resourceInstanceName": "basic_onboard_OgPRlO 0",
"resourceCustomizationUUID": "bbaaaae5-97f6-4bb0-809a-025e3153f4c3",
"resourceName": "basic_onboard_OgPRlO",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "634bd5dd-d445-424e-a84a-a4b9319ac8cb",
"resourceInvariantUUID": "bff8691e-2003-47ee-abce-2048e6866773",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ogprlo0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
"artifactChecksum": "NTMzOGUxNjgxZjdmNDc5NTgzNzNmZGY0YzA1YTU5NTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d918cffa-320a-4a44-b631-40b1faabe594",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c1725003-6c65-4365-9184-ac34aaadbb9e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "00cb57c2-fb5d-4483-b742-7ae9fbf45899",
"generatedFromUUID": "c1725003-6c65-4365-9184-ac34aaadbb9e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "00cb57c2-fb5d-4483-b742-7ae9fbf45899",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardOgprlo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"artifactChecksum": "Y2M2Y2U1MmFlOTYwNTUzMjcxNGU4NWNiNjcxYWFjMjQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2aab2201-1d01-4def-8c3f-86da0d9278b3"
}
],
"workloadContext": "Production"
}
2021-04-21T12:54:22.130Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-21T12:54:22.131Z|4f283ed1-2eda-475f-b83d-a7c505ac5d67|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f58863a4-508d-4011-a387-bed9339a265f ASDC
2021-04-21T12:54:22.131Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:2013c240-5183-4bd6-8272-a898e1e1ebdd
ServiceName:basic_onboard_OgPRlO
ServiceVersion:1.0
ServiceUUID:f58863a4-508d-4011-a387-bed9339a265f
ServiceInvariantUUID:e2116a36-9dac-41fc-a475-1f2c719f9bd6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOgprlo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar
ArtifactUUID:2aab2201-1d01-4def-8c3f-86da0d9278b3
ArtifactChecksum:Y2M2Y2U1MmFlOTYwNTUzMjcxNGU4NWNiNjcxYWFjMjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OgPRlO 0
ResourceCustomizationUUID:bbaaaae5-97f6-4bb0-809a-025e3153f4c3
ResourceInvariantUUID:bff8691e-2003-47ee-abce-2048e6866773
ResourceName:basic_onboard_OgPRlO
ResourceType:VF
ResourceUUID:634bd5dd-d445-424e-a84a-a4b9319ac8cb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ogprlo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json
ArtifactUUID:d918cffa-320a-4a44-b631-40b1faabe594
ArtifactChecksum:NTMzOGUxNjgxZjdmNDc5NTgzNzNmZGY0YzA1YTU5NTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c1725003-6c65-4365-9184-ac34aaadbb9e
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env
ArtifactUUID:00cb57c2-fb5d-4483-b742-7ae9fbf45899
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env
ArtifactUUID:00cb57c2-fb5d-4483-b742-7ae9fbf45899
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-21T12:54:22.132Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f58863a4-508d-4011-a387-bed9339a265f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-21T12:54:22.170Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-21T12:54:22.170Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-21T12:54:22.170Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-21T12:54:22.171Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2aab2201-1d01-4def-8c3f-86da0d9278b3 from URL: /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:22.171Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-21T12:54:22.171Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:22.350Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-21T12:54:22.355Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar 2aab2201-1d01-4def-8c3f-86da0d9278b3 75677
2021-04-21T12:54:22.356Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar ASDC sendASDCNotification
2021-04-21T12:54:22.356Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:22.356Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T12:54:22.356Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:22.359Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:22.359Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009662356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:54:22.508Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:22.509Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:54:22.509Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:22.518Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:54:22.518Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:23.408Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-21T12:54:23.409Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-21T12:54:23.410Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2aab2201-1d01-4def-8c3f-86da0d9278b3, URL: /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar to file: /app/ASDC/1/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:23.410Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:23.411Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:23.411Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:23.595Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16463467947256595477/Definitions/service-BasicOnboardOgprlo-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-04-21T12:54:24.821Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OgPRlO 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:24.822Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OgPRlO 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-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:24.823Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-21T12:54:24.823Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:24.823Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:24.823Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is matching search criteria
2021-04-21T12:54:24.823Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-21T12:54:24.823Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OgPRlO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-21T12:54:24.823Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:24.823Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:24.823Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is matching search criteria
2021-04-21T12:54:24.824Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-21T12:54:24.824Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OgPRlO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-21T12:54:24.824Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:24.824Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:24.824Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:24.824Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is not matching search criteria
2021-04-21T12:54:24.824Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-21T12:54:24.825Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-21T12:54:24.825Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-21T12:54:24.825Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-21T12:54:24.825Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-21T12:54:24.825Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:24.825Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-21T12:54:24.825Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:24.825Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is matching search criteria
2021-04-21T12:54:24.826Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OgPRlO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:54:24.826Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:24.826Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is matching search criteria
2021-04-21T12:54:24.826Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OgPRlO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:54:24.826Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:24.826Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is matching search criteria
2021-04-21T12:54:24.826Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OgPRlO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:54:24.827Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:24.827Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is not matching search criteria
2021-04-21T12:54:24.827Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-21T12:54:24.827Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-21T12:54:24.827Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=df94228a-97d6-405f-9a44-b298444165ab
2021-04-21T12:54:24.827Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:24.827Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:24.827Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:24.828Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:24.828Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:24.828Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:24.828Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:24.828Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:24.828Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_OgPRlO
Description:service
Model UUID:f58863a4-508d-4011-a387-bed9339a265f
Model Version:NULL
Model InvariantUuid:e2116a36-9dac-41fc-a475-1f2c719f9bd6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_OgPRlO
Model UUID:4ccd348c-9736-46c1-bde6-51f003dba7a5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bff8691e-2003-47ee-abce-2048e6866773
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bbaaaae5-97f6-4bb0-809a-025e3153f4c3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:379a5eb4-e706-46fe-9168-64124a0a416d
ModelName:BasicOnboardOgprlo..base_ubuntu18..module-0
ModelUuid:9a7a2208-8a8c-4a1c-8b98-81c459d76323
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:df94228a-97d6-405f-9a44-b298444165ab
ModelInvariantUuid:9cd55a8b-086d-46c8-acd3-9dc18ed20d81
ModelName:basic_onboard_OgPRlO-nodes.ubuntu18Cvfc
ModelUuid:34ba03d0-7f3c-4a8a-a54e-75ad48a0df20
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:1664eadb-a64a-406d-99e8-a42f4b46ea75
ModelInvariantUuid:4aa18cb7-10f5-4bdf-8439-e7b7c6e58c11
ModelName:BasicOnboardOgprlo.compute.nodes.heat.ubuntu18
ModelUuid:b33cd0de-3063-4d3e-9eed-56fec0c7657a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-21T12:54:24.835Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 634bd5dd-d445-424e-a84a-a4b9319ac8cb
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-21T12:54:24.840Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||basic_onboard_OgPRlO 0
2021-04-21T12:54:24.840Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 634bd5dd-d445-424e-a84a-a4b9319ac8cb
2021-04-21T12:54:24.840Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d918cffa-320a-4a44-b631-40b1faabe594 from URL: /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json
2021-04-21T12:54:24.840Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-21T12:54:24.840Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json
2021-04-21T12:54:25.024Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-21T12:54:25.024Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json d918cffa-320a-4a44-b631-40b1faabe594 798
2021-04-21T12:54:25.024Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json ASDC sendASDCNotification
2021-04-21T12:54:25.024Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json
2021-04-21T12:54:25.024Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T12:54:25.025Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:25.026Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:25.027Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009665024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:54:25.127Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:25.128Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:54:25.128Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:25.141Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:54:25.141Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:26.028Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOgprlo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "379a5eb4-e706-46fe-9168-64124a0a416d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9a7a2208-8a8c-4a1c-8b98-81c459d76323",
"vfModuleModelCustomizationUUID": "c21dd0de-4f30-49f2-91d2-9abff86ef835",
"isBase": true,
"artifacts": [
"c1725003-6c65-4365-9184-ac34aaadbb9e",
"00cb57c2-fb5d-4483-b742-7ae9fbf45899"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-21T12:54:26.034Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOgprlo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a7a2208-8a8c-4a1c-8b98-81c459d76323
VfModuleModelInvariantUUID:379a5eb4-e706-46fe-9168-64124a0a416d
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1725003-6c65-4365-9184-ac34aaadbb9e
,
00cb57c2-fb5d-4483-b742-7ae9fbf45899
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-21T12:54:26.038Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOgprlo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "379a5eb4-e706-46fe-9168-64124a0a416d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9a7a2208-8a8c-4a1c-8b98-81c459d76323",
"vfModuleModelCustomizationUUID": "c21dd0de-4f30-49f2-91d2-9abff86ef835",
"isBase": true,
"artifacts": [
"c1725003-6c65-4365-9184-ac34aaadbb9e",
"00cb57c2-fb5d-4483-b742-7ae9fbf45899"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-21T12:54:26.038Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOgprlo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a7a2208-8a8c-4a1c-8b98-81c459d76323
VfModuleModelInvariantUUID:379a5eb4-e706-46fe-9168-64124a0a416d
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1725003-6c65-4365-9184-ac34aaadbb9e
,
00cb57c2-fb5d-4483-b742-7ae9fbf45899
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-21T12:54:26.038Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c1725003-6c65-4365-9184-ac34aaadbb9e from URL: /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml
2021-04-21T12:54:26.038Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-21T12:54:26.038Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml
2021-04-21T12:54:26.192Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-21T12:54:26.193Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml c1725003-6c65-4365-9184-ac34aaadbb9e 5033
2021-04-21T12:54:26.193Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-21T12:54:26.193Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml
2021-04-21T12:54:26.194Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T12:54:26.194Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:26.197Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:26.197Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009666193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:54:26.297Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:26.298Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:54:26.298Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:26.307Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:54:26.307Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:27.198Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 00cb57c2-fb5d-4483-b742-7ae9fbf45899 from URL: /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env
2021-04-21T12:54:27.198Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-21T12:54:27.199Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env
2021-04-21T12:54:27.337Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-21T12:54:27.338Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env 00cb57c2-fb5d-4483-b742-7ae9fbf45899 909
2021-04-21T12:54:27.338Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-21T12:54:27.338Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env
2021-04-21T12:54:27.338Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T12:54:27.338Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:27.340Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:27.340Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009667338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:54:27.440Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:27.441Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:54:27.441Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:27.451Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:54:27.452Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:28.341Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f58863a4-508d-4011-a387-bed9339a265f
2021-04-21T12:54:28.341Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_OgPRlO 0 634bd5dd-d445-424e-a84a-a4b9319ac8cb ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-21T12:54:28.357Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:28.357Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:28.358Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-04-21T12:54:28.358Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= bbaaaae5-97f6-4bb0-809a-025e3153f4c3
2021-04-21T12:54:28.358Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bbaaaae5-97f6-4bb0-809a-025e3153f4c3 matches Tosca VF Customization UUID: bbaaaae5-97f6-4bb0-809a-025e3153f4c3
2021-04-21T12:54:28.358Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: bbaaaae5-97f6-4bb0-809a-025e3153f4c3 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-21T12:54:28.360Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:28.360Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:28.361Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id bbaaaae5-97f6-4bb0-809a-025e3153f4c3: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-04-21T12:54:28.361Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2509193f
2021-04-21T12:54:28.361Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:28.361Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-21T12:54:28.361Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c21dd0de-4f30-49f2-91d2-9abff86ef835
2021-04-21T12:54:28.361Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c21dd0de-4f30-49f2-91d2-9abff86ef835
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-21T12:54:28.364Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:28.364Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is matching search criteria
2021-04-21T12:54:28.364Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OgPRlO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:54:28.364Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:28.364Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is matching search criteria
2021-04-21T12:54:28.364Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OgPRlO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:54:28.365Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:28.365Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is not matching search criteria
2021-04-21T12:54:28.365Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-21T12:54:28.365Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-21T12:54:28.365Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=df94228a-97d6-405f-9a44-b298444165ab
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-21T12:54:28.367Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:28.367Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is matching search criteria
2021-04-21T12:54:28.367Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OgPRlO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-21T12:54:28.367Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:28.367Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OgPRlO 0 is matching search criteria
2021-04-21T12:54:28.368Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OgPRlO 0] matching following query criteria: sdcType=VF, customizationUUID=bbaaaae5-97f6-4bb0-809a-025e3153f4c3
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-21T12:54:28.369Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:28.369Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:28.369Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f58863a4-508d-4011-a387-bed9339a265f: basic_onboard_OgPRlO
2021-04-21T12:54:28.369Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:28.370Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:28.370Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:28.370Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:28.370Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:28.370Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:28.370Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:28.370Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:28.370Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T12:54:28.370Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OgPRlO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T12:54:28.370Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_OgPRlO
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-21T12:54:28.449Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_OgPRlO 634bd5dd-d445-424e-a84a-a4b9319ac8cb 1 ASDC deployResourceStructure
2021-04-21T12:54:28.449Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json ASDC sendASDCNotification
2021-04-21T12:54:28.449Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json
2021-04-21T12:54:28.449Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T12:54:28.450Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:28.451Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:28.451Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009668449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-21T12:54:28.552Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:28.553Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:54:28.553Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:28.563Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:54:28.564Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:29.453Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-21T12:54:29.453Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml
2021-04-21T12:54:29.453Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T12:54:29.454Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:29.456Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:29.457Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009669452,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-21T12:54:29.557Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:29.558Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:54:29.558Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:29.567Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:54:29.568Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:30.458Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-21T12:54:30.458Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env
2021-04-21T12:54:30.458Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T12:54:30.459Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:30.460Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:30.461Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009670457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-21T12:54:30.561Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:30.561Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:54:30.562Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:30.572Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:54:30.572Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:31.462Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar ASDC sendASDCNotification
2021-04-21T12:54:31.462Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar
2021-04-21T12:54:31.462Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T12:54:31.462Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:54:31.464Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:54:31.464Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009671461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-21T12:54:31.564Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:54:31.565Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:54:31.565Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:54:31.574Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:54:31.575Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T12:54:32.465Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2013c240-5183-4bd6-8272-a898e1e1ebdd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-21T12:54:32.475Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2013c240-5183-4bd6-8272-a898e1e1ebdd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-21T12:54:32.477Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T12:54:32.478Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-21T12:54:32.478Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-21T12:54:32.478Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-21T12:54:32.478Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-21T12:54:32.478Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-21T12:54:32.478Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-21T12:54:32.478Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-21T12:54:32.478Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-21T12:54:32.478Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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-04-21T12:54:32.482Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-21T12:55:02.483Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2013c240-5183-4bd6-8272-a898e1e1ebdd and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-21T12:55:02.488Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2013c240-5183-4bd6-8272-a898e1e1ebdd and serviceModelVersionId: f58863a4-508d-4011-a387-bed9339a265f
2021-04-21T12:55:02.488Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2116a36-9dac-41fc-a475-1f2c719f9bd6
2021-04-21T12:55:02.489Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2116a36-9dac-41fc-a475-1f2c719f9bd6/model-vers/model-ver/f58863a4-508d-4011-a387-bed9339a265f?depth=0
2021-04-21T12:55:02.493Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-21T12:55:02.528Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2116a36-9dac-41fc-a475-1f2c719f9bd6/model-vers/model-ver/f58863a4-508d-4011-a387-bed9339a265f?depth=0|INFO|500||Invoke
2021-04-21T12:55:02.529Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2116a36-9dac-41fc-a475-1f2c719f9bd6/model-vers/model-ver/f58863a4-508d-4011-a387-bed9339a265f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2116a36-9dac-41fc-a475-1f2c719f9bd6/model-vers/model-ver/f58863a4-508d-4011-a387-bed9339a265f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2013c240-5183-4bd6-8272-a898e1e1ebdd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[61363086-a403-454a-bc60-ad86bce572b3], X-ECOMP-RequestID=[2013c240-5183-4bd6-8272-a898e1e1ebdd], X-TransactionId=[], X-ONAP-RequestID=[2013c240-5183-4bd6-8272-a898e1e1ebdd], Content-Type=[application/merge-patch+json]}
2021-04-21T12:55:02.558Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2116a36-9dac-41fc-a475-1f2c719f9bd6/model-vers/model-ver/f58863a4-508d-4011-a387-bed9339a265f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-21T12:55:02.645Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2116a36-9dac-41fc-a475-1f2c719f9bd6/model-vers/model-ver/f58863a4-508d-4011-a387-bed9339a265f?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/e2116a36-9dac-41fc-a475-1f2c719f9bd6/model-vers/model-ver/f58863a4-508d-4011-a387-bed9339a265f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210421-12:55:02:577-63496], vertex-id=[192536], Content-Length=[0], Date=[Wed, 21 Apr 2021 12:55:02 GMT], Content-Type=[application/json]}
2021-04-21T12:55:02.646Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2116a36-9dac-41fc-a475-1f2c719f9bd6/model-vers/model-ver/f58863a4-508d-4011-a387-bed9339a265f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-21T12:55:02.646Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2116a36-9dac-41fc-a475-1f2c719f9bd6/model-vers/model-ver/f58863a4-508d-4011-a387-bed9339a265f?depth=0|INFO|500||InvokeReturn
2021-04-21T12:55:02.647Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-21T12:55:02.647Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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-04-21T12:55:02.651Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-21T12:55:02.652Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2013c240-5183-4bd6-8272-a898e1e1ebdd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-21T12:55:02.652Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-21T12:55:02.652Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-21T12:55:02.654Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T12:55:02.654Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009702652,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-21T12:55:02.754Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T12:55:02.755Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T12:55:02.755Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T12:55:02.769Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:55:02.770Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-21T12:55:03.664Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:55:03.664Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:55:03.665Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:55:13.207Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:55:13.208Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:55:13.209Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:55:13.209Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:55:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:55:17.865Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:55:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:55:17.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:55:17.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:55:17.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f283ed1-2eda-475f-b83d-a7c505ac5d67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009649734,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-21T12:55:17.883Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:55:17.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:55:17.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009650750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:55:17.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:55:17.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:55:17.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009650750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
"status": "NOTIFIED"
}
2021-04-21T12:55:17.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:55:17.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:55:17.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009650750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-21T12:55:17.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:55:22.752Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:55:22.752Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:55:22.753Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:55:22.753Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:55:32.294Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:55:32.295Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:55:32.296Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:55:32.296Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:55:41.832Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:56:17.861Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:56:17.863Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:56:17.863Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:56:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:56:17.865Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:56:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:56:17.883Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:56:17.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:56:17.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009650750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:56:17.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:56:27.414Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:57:17.861Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:57:17.862Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:57:17.862Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:57:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:57:17.865Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:57:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:57:18.384Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:57:18.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009650750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-21T12:57:18.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:57:18.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009650750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T12:57:18.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:57:18.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009650750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T12:57:18.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-21T12:57:18.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009662356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:57:18.387Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:57:18.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009665024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:57:18.387Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:57:18.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009666193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:57:18.387Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:57:18.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009667338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-21T12:57:18.388Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:57:18.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009668449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/basic_onboard_ogprlo0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-21T12:57:18.388Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:57:18.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009669452,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-21T12:57:18.388Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:57:18.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009670457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/resourceInstances/basic_onboard_ogprlo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-21T12:57:18.389Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:57:18.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009671461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgprlo/1.0/artifacts/service-BasicOnboardOgprlo-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-21T12:57:18.389Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:57:18.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-21T12:57:18.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2013c240-5183-4bd6-8272-a898e1e1ebdd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619009702652,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-21T12:57:18.389Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T12:57:27.410Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:58:17.861Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:58:17.862Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:58:17.863Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:58:17.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:58:17.865Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:58:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:58:27.403Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:58:27.406Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:59:17.861Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:59:17.862Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:59:17.862Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:59:17.864Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T12:59:17.865Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T12:59:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T12:59:27.412Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T12:59:27.416Z|2013c240-5183-4bd6-8272-a898e1e1ebdd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T13:00:17.862Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:00:17.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T13:00:17.862Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:00:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:00:17.865Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T13:00:17.865Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:00:27.400Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T13:00:27.400Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T13:01:17.862Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:01:17.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-21T13:01:17.866Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T13:01:17.866Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-21T13:01:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:17.866Z||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 kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:18.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T13:01:18.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"986430dd-8b17-4cec-b0c2-5b85289e84c8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"be5abcdf-0e39-4d06-a8f1-717aa5b69821","serviceDescription":"service","serviceInvariantUUID":"a2a71eac-18c8-4fe9-830c-02cd5a69ee7f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"81f62c77-d3a7-4ddb-9793-52c4dda1170c","resourceInvariantUUID":"c6c08072-9271-4c2d-bff5-745258c03f35","resourceCustomizationUUID":"6e642852-817b-45e2-90f0-1a20ec9c2fb2","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":"YTMyODIyNTVjNzgzNjMxOTAzMmIzOTE2Y2EzYTQwOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ccc6bbb5-c33b-4a98-97a4-7fc6b24e886e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2M3ZjU4OTFiNWQ0Mzg3YzY3Nzk0YzE0ZTlkNGI1NjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c33abe44-094f-40ed-a116-12d5d820b43b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-21T13:01:18.491Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T13:01:18.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619010022425,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.492Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:01:18.492Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:01:18.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "clamp",
"timestamp": 1619010025708,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1619010020408,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619010024079,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "dcae-sch",
"timestamp": 1619010027478,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "policy-id",
"timestamp": 1619010018929,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619010022425,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1619010020408,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619010024079,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "clamp",
"timestamp": 1619010025708,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "dcae-sch",
"timestamp": 1619010027478,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "policy-id",
"timestamp": 1619010018929,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619010030271,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "policy-id",
"timestamp": 1619010031149,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-21T13:01:18.495Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:01:18.495Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619010077862,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619010030271,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "policy-id",
"timestamp": 1619010032153,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-21T13:01:18.495Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:01:18.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "policy-id",
"timestamp": 1619010033157,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-21T13:01:18.512Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 986430dd-8b17-4cec-b0c2-5b85289e84c8
2021-04-21T13:01:18.513Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 986430dd-8b17-4cec-b0c2-5b85289e84c8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-21T13:01:18.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "clamp",
"timestamp": 1619010035716,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-21T13:01:18.520Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:01:18.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "clamp",
"timestamp": 1619010036734,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-21T13:01:18.521Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:01:18.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "clamp",
"timestamp": 1619010037738,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-21T13:01:18.528Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 986430dd-8b17-4cec-b0c2-5b85289e84c8
2021-04-21T13:01:18.528Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 986430dd-8b17-4cec-b0c2-5b85289e84c8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-21T13:01:18.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "aai-ml",
"timestamp": 1619010045874,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "aai-ml",
"timestamp": 1619010045874,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619010047144,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "aai-ml",
"timestamp": 1619010048686,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619010047144,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T13:01:18.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619010050011,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-21T13:01:18.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:01:18.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619010051445,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-21T13:01:18.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:01:18.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "aai-ml",
"timestamp": 1619010051973,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-21T13:01:18.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-21T13:01:18.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619010052449,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-21T13:01:18.545Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 986430dd-8b17-4cec-b0c2-5b85289e84c8
2021-04-21T13:01:18.545Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 986430dd-8b17-4cec-b0c2-5b85289e84c8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-21T13:01:18.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "aai-ml",
"timestamp": 1619010052976,
"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-04-21T13:01:18.560Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 986430dd-8b17-4cec-b0c2-5b85289e84c8
2021-04-21T13:01:18.560Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 986430dd-8b17-4cec-b0c2-5b85289e84c8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-21T13:01:18.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619010070271,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
"consumerID": "dcae-sch",
"timestamp": 1619010067478,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
"consumerID": "aai-ml",
"timestamp": 1619010075874,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619010070271,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
"consumerID": "dcae-sch",
"timestamp": 1619010067478,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
"consumerID": "aai-ml",
"timestamp": 1619010075874,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-21T13:01:18.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619010077144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:18.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-21T13:01:18.595Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:01:18.596Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T13:01:18.597Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:18.606Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T13:01:18.606Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-21T13:01:19.495Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:01:19.496Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:01:19.498Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:01:19.498Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619010077862,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T13:01:19.598Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:01:19.607Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T13:01:19.608Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:19.617Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T13:01:19.617Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:01:20.499Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "be5abcdf-0e39-4d06-a8f1-717aa5b69821",
"serviceDescription": "service",
"serviceInvariantUUID": "a2a71eac-18c8-4fe9-830c-02cd5a69ee7f",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "6e642852-817b-45e2-90f0-1a20ec9c2fb2",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "81f62c77-d3a7-4ddb-9793-52c4dda1170c",
"resourceInvariantUUID": "c6c08072-9271-4c2d-bff5-745258c03f35",
"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": "M2M3ZjU4OTFiNWQ0Mzg3YzY3Nzk0YzE0ZTlkNGI1NjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c33abe44-094f-40ed-a116-12d5d820b43b"
}
],
"workloadContext": "Production"
}
2021-04-21T13:01:20.499Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-21T13:01:20.499Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 be5abcdf-0e39-4d06-a8f1-717aa5b69821 ASDC
2021-04-21T13:01:20.499Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:986430dd-8b17-4cec-b0c2-5b85289e84c8
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:be5abcdf-0e39-4d06-a8f1-717aa5b69821
ServiceInvariantUUID:a2a71eac-18c8-4fe9-830c-02cd5a69ee7f
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:c33abe44-094f-40ed-a116-12d5d820b43b
ArtifactChecksum:M2M3ZjU4OTFiNWQ0Mzg3YzY3Nzk0YzE0ZTlkNGI1NjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6e642852-817b-45e2-90f0-1a20ec9c2fb2
ResourceInvariantUUID:c6c08072-9271-4c2d-bff5-745258c03f35
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:81f62c77-d3a7-4ddb-9793-52c4dda1170c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-04-21T13:01:20.500Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF be5abcdf-0e39-4d06-a8f1-717aa5b69821 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-21T13:01:20.526Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-21T13:01:20.527Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-21T13:01:20.527Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-21T13:01:20.527Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c33abe44-094f-40ed-a116-12d5d820b43b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-21T13:01:20.527Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-21T13:01:20.528Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-21T13:01:20.727Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-21T13:01:20.730Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c33abe44-094f-40ed-a116-12d5d820b43b 53012
2021-04-21T13:01:20.730Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-21T13:01:20.730Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-21T13:01:20.730Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T13:01:20.730Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:01:20.733Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:01:20.733Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619010080730,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-21T13:01:20.833Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:01:20.834Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T13:01:20.834Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:20.844Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T13:01:20.844Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-21T13:01:21.733Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-21T13:01:21.734Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-21T13:01:21.735Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c33abe44-094f-40ed-a116-12d5d820b43b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-21T13:01:21.735Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-21T13:01:21.735Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-21T13:01:21.735Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-21T13:01:21.872Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5352303544608414061/Definitions/service-BasicNetwork-template.yml
2021-04-21T13:01:22.256Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-21T13:01:22.256Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-04-21T13:01:22.256Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-21T13:01:22.257Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-21T13:01:22.257Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:22.257Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:22.257Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:22.257Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:22.257Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-21T13:01:22.257Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:22.257Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:22.257Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:22.257Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-04-21T13:01:22.257Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T13:01:22.258Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.258Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-21T13:01:22.258Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-21T13:01:22.258Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-21T13:01:22.258Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T13:01:22.258Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.258Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-21T13:01:22.259Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-21T13:01:22.259Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-21T13:01:22.259Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T13:01:22.259Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.259Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T13:01:22.259Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.259Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T13:01:22.260Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.260Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T13:01:22.260Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.260Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T13:01:22.260Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.260Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:be5abcdf-0e39-4d06-a8f1-717aa5b69821
Model Version:NULL
Model InvariantUuid:a2a71eac-18c8-4fe9-830c-02cd5a69ee7f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c6c08072-9271-4c2d-bff5-745258c03f35
Model UUID:0ac85f6e-1c15-47b8-a94d-a31c48d1413e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:6e642852-817b-45e2-90f0-1a20ec9c2fb2
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-04-21T13:01:22.267Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 81f62c77-d3a7-4ddb-9793-52c4dda1170c
2021-04-21T13:01:22.267Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||No resources found for Service: be5abcdf-0e39-4d06-a8f1-717aa5b69821
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-21T13:01:22.272Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||
2021-04-21T13:01:22.272Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-04-21T13:01:22.273Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||No resources found for Service: be5abcdf-0e39-4d06-a8f1-717aa5b69821
2021-04-21T13:01:22.273Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: be5abcdf-0e39-4d06-a8f1-717aa5b69821
2021-04-21T13:01:22.273Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-04-21T13:01:22.273Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:22.280Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T13:01:22.280Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.281Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T13:01:22.281Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.281Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid be5abcdf-0e39-4d06-a8f1-717aa5b69821: Generic NeutronNet
2021-04-21T13:01:22.281Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T13:01:22.281Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.281Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T13:01:22.281Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:22.310Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T13:01:22.311Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.311Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T13:01:22.311Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.311Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T13:01:22.311Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:01:22.311Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||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-04-21T13:01:22.371Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-04-21T13:01:22.372Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-21T13:01:22.372Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-21T13:01:22.372Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-21T13:01:22.372Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:01:22.374Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:01:22.374Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619010082372,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-21T13:01:22.474Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:01:22.475Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T13:01:22.475Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:22.485Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T13:01:22.485Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:01:23.376Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 986430dd-8b17-4cec-b0c2-5b85289e84c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-21T13:01:23.388Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 986430dd-8b17-4cec-b0c2-5b85289e84c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-21T13:01:23.392Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-21T13:01:23.393Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-21T13:01:23.393Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-21T13:01:23.393Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-21T13:01:23.393Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-21T13:01:23.393Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-21T13:01:23.393Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-21T13:01:23.393Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-21T13:01:23.394Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-21T13:01:23.394Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-21T13:01:23.400Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-21T13:01:53.401Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 986430dd-8b17-4cec-b0c2-5b85289e84c8 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-21T13:01:53.406Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 986430dd-8b17-4cec-b0c2-5b85289e84c8 and serviceModelVersionId: be5abcdf-0e39-4d06-a8f1-717aa5b69821
2021-04-21T13:01:53.406Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a2a71eac-18c8-4fe9-830c-02cd5a69ee7f
2021-04-21T13:01:53.407Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a2a71eac-18c8-4fe9-830c-02cd5a69ee7f/model-vers/model-ver/be5abcdf-0e39-4d06-a8f1-717aa5b69821?depth=0
2021-04-21T13:01:53.412Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-04-21T13:01:53.456Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2a71eac-18c8-4fe9-830c-02cd5a69ee7f/model-vers/model-ver/be5abcdf-0e39-4d06-a8f1-717aa5b69821?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-04-21T13:01:53.457Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2a71eac-18c8-4fe9-830c-02cd5a69ee7f/model-vers/model-ver/be5abcdf-0e39-4d06-a8f1-717aa5b69821?depth=0|INFO|500||Invoke
2021-04-21T13:01:53.480Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2a71eac-18c8-4fe9-830c-02cd5a69ee7f/model-vers/model-ver/be5abcdf-0e39-4d06-a8f1-717aa5b69821?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-21T13:01:53.570Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2a71eac-18c8-4fe9-830c-02cd5a69ee7f/model-vers/model-ver/be5abcdf-0e39-4d06-a8f1-717aa5b69821?depth=0|INFO|500||InvokeReturn
2021-04-21T13:01:53.570Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2a71eac-18c8-4fe9-830c-02cd5a69ee7f/model-vers/model-ver/be5abcdf-0e39-4d06-a8f1-717aa5b69821?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210421-13:01:53:498-9940], vertex-id=[200704], Content-Length=[0], Date=[Wed, 21 Apr 2021 13:01:53 GMT], Content-Type=[application/json]}
2021-04-21T13:01:53.571Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-04-21T13:01:53.571Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-21T13:01:53.571Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-21T13:01:53.576Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-21T13:01:53.577Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 986430dd-8b17-4cec-b0c2-5b85289e84c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-21T13:01:53.577Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-21T13:01:53.577Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:01:53.579Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:01:53.579Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "986430dd-8b17-4cec-b0c2-5b85289e84c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619010113577,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-21T13:01:53.679Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:01:53.680Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T13:01:53.680Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:53.690Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T13:01:53.691Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-21T13:01:54.589Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-21T13:01:54.589Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"25808041-4213-4255-94f0-c2836584b4c9","serviceName":"Demo_pNF_kx5PfrcIFTPlCOHorQof","serviceVersion":"1.0","serviceUUID":"54243787-3c71-4aed-aafc-01e96069b725","serviceDescription":"catalog service description","serviceInvariantUUID":"8367630b-423e-484e-b2eb-0222a0300cbd","resources":[{"resourceInstanceName":"pNF db9613fa-9115 0","resourceName":"pNF db9613fa-9115","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fd97efa1-8493-447c-aa22-4b5c224ad990","resourceInvariantUUID":"c317ded0-d586-4054-ab1e-831bc8501767","resourceCustomizationUUID":"740f1873-31ac-4d5b-a0d8-9d38cc5839de","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vf-license-model.xml","artifactChecksum":"ZmFlM2NlYWY2NTVkOWRjNDM3NmNiNDdhYjI3MzEyYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"794983ae-9c1d-4358-94d5-5db869494331","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/pNF.csar","artifactChecksum":"ZDI1ZTQ3ZTk4OTkxYTA1ZWYyNWIyYThkOWI1NTgwOTM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d7ab3184-58e4-49bd-a3e3-df67d0fb02ad","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"030d25af-2138-4343-8013-b5cb351d8300","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vendor-license-model.xml","artifactChecksum":"ZmIzYzg2ZGIyYjA0ZjFhMDBhZjBmYTFjN2IxYzZhNDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"886bd663-c742-48a2-b8db-ced23a0dfdcf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ce384ec7-62c1-4274-8b2e-883a35ee7bac","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"61973a93-3a41-4c3a-be6a-da58a2102b45","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKx5pfrciftplcohorqof-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-template.yml","artifactChecksum":"MDBmZThiM2U5ODBkYzg5MTM4Mzg1NDRiYmE5NTU2NWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f9183ec-89c6-41b1-8f81-80b02303a576","artifactVersion":"1"},{"artifactName":"service-DemoPnfKx5pfrciftplcohorqof-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar","artifactChecksum":"M2IzMTdkMzdiZDYyYWE0N2Y4MDMzZGM3MWM0MWJkNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a9d4b75a-5f0e-43f6-a5f3-5c2e1d0e272f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-21T13:01:54.591Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:01:54.591Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:01:54.593Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:01:54.593Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619010077862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:54.693Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:01:54.694Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T13:01:54.694Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:55.340Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T13:01:55.341Z||pool-40-thread-1|||||INFO|500||cambria reply ok (647 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:01:55.594Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:01:55.594Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:01:55.596Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:01:55.596Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619010077862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:55.696Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:01:55.697Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T13:01:55.697Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:55.706Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T13:01:55.707Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:01:56.597Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:01:56.598Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:01:56.600Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:01:56.600Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619010077862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:56.700Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:01:56.701Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T13:01:56.701Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:56.711Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T13:01:56.712Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:01:57.600Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:01:57.601Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:01:57.602Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:01:57.603Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619010077862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:57.703Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:01:57.704Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T13:01:57.704Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:57.714Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T13:01:57.714Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:01:58.603Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:01:58.604Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:01:58.607Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:01:58.607Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619010077862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:58.707Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:01:58.708Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T13:01:58.708Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:58.717Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T13:01:58.718Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:01:59.608Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:01:59.608Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:01:59.610Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:01:59.610Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619010077862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/resourceInstances/pnfdb9613fa91150/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:01:59.710Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:01:59.711Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T13:01:59.711Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:01:59.721Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T13:01:59.721Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-21T13:02:00.610Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:02:00.611Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:02:00.613Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:02:00.613Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619010077862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-21T13:02:00.713Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:02:00.714Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T13:02:00.714Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:02:00.725Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T13:02:00.726Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:02:01.613Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-21T13:02:01.614Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:02:01.616Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:02:01.616Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619010077862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
"status": "NOTIFIED"
}
2021-04-21T13:02:01.716Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:02:01.717Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T13:02:01.717Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:02:01.727Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T13:02:01.728Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:02:02.618Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
"serviceName": "Demo_pNF_kx5PfrcIFTPlCOHorQof",
"serviceVersion": "1.0",
"serviceUUID": "54243787-3c71-4aed-aafc-01e96069b725",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8367630b-423e-484e-b2eb-0222a0300cbd",
"resources": [
{
"resourceInstanceName": "pNF db9613fa-9115 0",
"resourceCustomizationUUID": "740f1873-31ac-4d5b-a0d8-9d38cc5839de",
"resourceName": "pNF db9613fa-9115",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "fd97efa1-8493-447c-aa22-4b5c224ad990",
"resourceInvariantUUID": "c317ded0-d586-4054-ab1e-831bc8501767",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
"artifactChecksum": "M2IzMTdkMzdiZDYyYWE0N2Y4MDMzZGM3MWM0MWJkNzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a9d4b75a-5f0e-43f6-a5f3-5c2e1d0e272f"
}
],
"workloadContext": "Production"
}
2021-04-21T13:02:02.618Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-21T13:02:02.618Z|986430dd-8b17-4cec-b0c2-5b85289e84c8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 54243787-3c71-4aed-aafc-01e96069b725 ASDC
2021-04-21T13:02:02.619Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:25808041-4213-4255-94f0-c2836584b4c9
ServiceName:Demo_pNF_kx5PfrcIFTPlCOHorQof
ServiceVersion:1.0
ServiceUUID:54243787-3c71-4aed-aafc-01e96069b725
ServiceInvariantUUID:8367630b-423e-484e-b2eb-0222a0300cbd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKx5pfrciftplcohorqof-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
ArtifactUUID:a9d4b75a-5f0e-43f6-a5f3-5c2e1d0e272f
ArtifactChecksum:M2IzMTdkMzdiZDYyYWE0N2Y4MDMzZGM3MWM0MWJkNzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF db9613fa-9115 0
ResourceCustomizationUUID:740f1873-31ac-4d5b-a0d8-9d38cc5839de
ResourceInvariantUUID:c317ded0-d586-4054-ab1e-831bc8501767
ResourceName:pNF db9613fa-9115
ResourceType:PNF
ResourceUUID:fd97efa1-8493-447c-aa22-4b5c224ad990
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-04-21T13:02:02.619Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54243787-3c71-4aed-aafc-01e96069b725 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-21T13:02:02.649Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-21T13:02:02.650Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-21T13:02:02.650Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-21T13:02:02.650Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a9d4b75a-5f0e-43f6-a5f3-5c2e1d0e272f from URL: /sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:02.650Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-04-21T13:02:02.650Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:02.887Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-21T13:02:02.891Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar a9d4b75a-5f0e-43f6-a5f3-5c2e1d0e272f 83914
2021-04-21T13:02:02.891Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar ASDC sendASDCNotification
2021-04-21T13:02:02.891Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:02.891Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-21T13:02:02.892Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-21T13:02:02.894Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-21T13:02:02.894Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "25808041-4213-4255-94f0-c2836584b4c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619010122891,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-21T13:02:02.994Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-21T13:02:02.995Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-21T13:02:02.995Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kagJ0y6ZFWcRrne2) ...
2021-04-21T13:02:03.006Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-21T13:02:03.006Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-21T13:02:03.894Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-21T13:02:03.895Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-04-21T13:02:03.895Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a9d4b75a-5f0e-43f6-a5f3-5c2e1d0e272f, URL: /sdc/v1/catalog/services/DemoPnfKx5pfrciftplcohorqof/1.0/artifacts/service-DemoPnfKx5pfrciftplcohorqof-csar.csar to file: /app/ASDC/1/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:03.896Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:03.896Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:03.896Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:03.988Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15979767784900846880/Definitions/service-DemoPnfKx5pfrciftplcohorqof-template.yml
2021-04-21T13:02:04.599Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||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-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db9613fa-9115 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||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-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db9613fa-9115 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-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKx5pfrciftplcohorqof-csar.csar
2021-04-21T13:02:04.600Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_kx5PfrcIFTPlCOHorQof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Node template pNF db9613fa-9115 0 is matching search criteria
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF db9613fa-9115 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_kx5PfrcIFTPlCOHorQof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Node template pNF db9613fa-9115 0 is matching search criteria
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF db9613fa-9115 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_kx5PfrcIFTPlCOHorQof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T13:02:04.601Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_kx5PfrcIFTPlCOHorQof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:02:04.602Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T13:02:04.602Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_kx5PfrcIFTPlCOHorQof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:02:04.602Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T13:02:04.602Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_kx5PfrcIFTPlCOHorQof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:02:04.602Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T13:02:04.602Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_kx5PfrcIFTPlCOHorQof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:02:04.602Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_kx5PfrcIFTPlCOHorQof
Description:catalog service description
Model UUID:54243787-3c71-4aed-aafc-01e96069b725
Model Version:NULL
Model InvariantUuid:8367630b-423e-484e-b2eb-0222a0300cbd
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-04-21T13:02:04.608Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: fd97efa1-8493-447c-aa22-4b5c224ad990
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-21T13:02:04.610Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||pNF db9613fa-9115 0
2021-04-21T13:02:04.610Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fd97efa1-8493-447c-aa22-4b5c224ad990
2021-04-21T13:02:04.610Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 54243787-3c71-4aed-aafc-01e96069b725
2021-04-21T13:02:04.610Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 54243787-3c71-4aed-aafc-01e96069b725
2021-04-21T13:02:04.610Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF db9613fa-9115 0 fd97efa1-8493-447c-aa22-4b5c224ad990 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-04-21T13:02:04.614Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-21T13:02:04.614Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_kx5PfrcIFTPlCOHorQof is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-21T13:02:04.614Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 54243787-3c71-4aed-aafc-01e96069b725: pNF db9613fa-9115
2021-04-21T13:02:04.614Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||INFO|500||Processing PNF resource: fd97efa1-8493-447c-aa22-4b5c224ad990
2021-04-21T13:02:04.614Z|25808041-4213-4255-94f0-c2836584b4c9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery