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-10T04:43:10.673Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-xxjt8 with PID 15 (/app/app.jar started by so in /app)
2021-04-10T04:43:10.721Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-10T04:43:10.721Z||main|||||INFO|500||The following profiles are active: basic
2021-04-10T04:43:18.109Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-10T04:43:18.110Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-10T04:43:18.208Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-10T04:43:19.898Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-10T04:43:20.060Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-10T04:43:20.399Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-10T04:43:20.421Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-10T04:43:20.498Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-10T04:43:20.628Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-10T04:43:21.023Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-10T04:43:21.965Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-10T04:43:24.131Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-10T04:43:24.182Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-10T04:43:24.486Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-10T04:43:24.665Z||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-10T04:43:25.963Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-10T04:43:26.962Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-10T04:43:26.980Z||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$$197fa6c9.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-10T04:43:26.982Z||main|||||WARN|500||The sdc end point is not alive
2021-04-10T04:43:29.264Z||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-10T04:43:31.579Z||main|||||WARN|500||---
2021-04-10T04:43:31.580Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-10T04:43:31.580Z||main|||||WARN|500||---
2021-04-10T04:43:31.946Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-10T04:43:35.194Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-10T04:43:35.195Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-10T04:43:35.196Z||main|||||INFO|500||Started Application in 26.509 seconds (JVM running for 27.686)
2021-04-10T04:43:35.224Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-10T04:43:35.262Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-10T04:43:35.353Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d761c081-3fe6-4951-9ef1-91cc6c711fe4 url= /sdc/v1/artifactTypes
2021-04-10T04:43:35.354Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-10T04:43:36.472Z||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.62.60] 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-10T04:43:36.479Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7785cdfd
2021-04-10T04:43:36.480Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-10T04:43:36.491Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-10T04:43:36.494Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-10T04:43:36.497Z||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-10T04:44:25.190Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-10T04:44:25.190Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-10T04:44:25.191Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-10T04:44:25.195Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-10T04:44:25.201Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cc2af957-dbe0-4e8a-90a0-dce6de22ca70 url= /sdc/v1/artifactTypes
2021-04-10T04:44:25.202Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-10T04:44:26.231Z||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.62.60] 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-10T04:44:26.232Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@56ce348
2021-04-10T04:44:26.232Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-10T04:44:26.232Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-10T04:44:26.233Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-10T04:44:26.233Z||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-10T04:45:15.189Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-10T04:45:15.190Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-10T04:45:15.190Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-10T04:45:15.194Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-10T04:45:15.199Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 26886ad4-2fdd-4c90-be19-2a5c3fc5bc64 url= /sdc/v1/artifactTypes
2021-04-10T04:45:15.199Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-10T04:45:16.216Z||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.62.60] 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-10T04:45:16.216Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5dac14a1
2021-04-10T04:45:16.217Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-10T04:45:16.217Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-10T04:45:16.217Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-10T04:45:16.217Z||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-10T04:46:05.189Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-10T04:46:05.190Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-10T04:46:05.190Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-10T04:46:05.193Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-10T04:46:05.199Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba4b5958-61ca-4035-91b9-6f7619414629 url= /sdc/v1/artifactTypes
2021-04-10T04:46:05.200Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-10T04:46:06.232Z||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.62.60] 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-10T04:46:06.233Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4586d1ab
2021-04-10T04:46:06.233Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-10T04:46:06.234Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-10T04:46:06.234Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-10T04:46:06.235Z||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-10T04:46:55.191Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-10T04:46:55.191Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-10T04:46:55.191Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-10T04:46:55.194Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-10T04:46:55.200Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1a778789-4910-4cc5-a160-69c936b01a15 url= /sdc/v1/artifactTypes
2021-04-10T04:46:55.200Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-10T04:46:56.216Z||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.62.60] 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-10T04:46:56.216Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@77005399
2021-04-10T04:46:56.217Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-10T04:46:56.217Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-10T04:46:56.217Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-10T04:46:56.218Z||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-10T04:47:45.189Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-10T04:47:45.190Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-10T04:47:45.190Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-10T04:47:45.194Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-10T04:47:45.199Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c4b2368-85e5-4a95-80c0-9edc0a0c23d8 url= /sdc/v1/artifactTypes
2021-04-10T04:47:45.200Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-10T04:47:45.417Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-10T04:47:45.424Z||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-10T04:47:45.448Z||scheduling-1|||||DEBUG|500||create keys
2021-04-10T04:47:45.455Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-10T04:47:45.483Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:47:45.540Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1ec77b82-4a58-44d4-85d9-67096ff040e3 url= /sdc/v1/registerForDistribution
2021-04-10T04:47:45.762Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1ec77b82-4a58-44d4-85d9-67096ff040e3 url= /sdc/v1/registerForDistribution
2021-04-10T04:47:45.762Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-10T04:47:45.855Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:47:45.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:47:45.860Z||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-10T04:47:45.861Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:47:45.861Z||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-10T04:47:45.861Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:47:45.862Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-10T04:47:56.082Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:47:56.082Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:48:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:48:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T04:48:45.854Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T04:48:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:48:45.857Z||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-10T04:48:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:48:55.402Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:48:55.415Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:49:45.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:49:45.854Z||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-10T04:49:45.855Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:49:45.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:49:45.858Z||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-10T04:49:45.858Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:49:55.403Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:49:55.403Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:50:45.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:50:45.854Z||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-10T04:50:45.855Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:50:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:50:45.857Z||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-10T04:50:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:50:55.404Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:50:55.404Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:51:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:51:45.854Z||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-10T04:51:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:51:45.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:51:45.857Z||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-10T04:51:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:51:55.403Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:51:55.404Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:52:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:52:45.855Z||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-10T04:52:45.855Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:52:45.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:52:45.856Z||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-10T04:52:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:52:55.400Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:52:55.400Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:53:07.376Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-10T04:53:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:53:45.854Z||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-10T04:53:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:53:45.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:53:45.857Z||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-10T04:53:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:53:55.400Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:53:55.400Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:54:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:54:45.854Z||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-10T04:54:45.855Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:54:45.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:54:45.857Z||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-10T04:54:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:54:55.402Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:54:55.406Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:55:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:55:45.854Z||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-10T04:55:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:55:45.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:55:45.856Z||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-10T04:55:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:55:55.399Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:55:55.400Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:56:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:56:45.855Z||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-10T04:56:45.855Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:56:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:56:45.857Z||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-10T04:56:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:56:55.401Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:56:55.401Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:57:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:57:45.854Z||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-10T04:57:45.855Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:57:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:57:45.857Z||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-10T04:57:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:57:55.402Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:57:55.402Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:58:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:58:45.855Z||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-10T04:58:45.855Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:58:45.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:58:45.856Z||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-10T04:58:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:58:55.404Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:58:55.404Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:59:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:59:45.854Z||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-10T04:59:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:59:45.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T04:59:45.857Z||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-10T04:59:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T04:59:55.398Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T04:59:55.398Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:00:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:00:45.854Z||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-10T05:00:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:00:45.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:00:45.857Z||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-10T05:00:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:00:55.394Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:00:55.396Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:01:45.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:01:45.854Z||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-10T05:01:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:01:45.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:01:45.858Z||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-10T05:01:45.858Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:01:55.404Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:01:55.405Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:02:45.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:02:45.854Z||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-10T05:02:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:02:45.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:02:45.857Z||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-10T05:02:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:02:55.398Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:02:55.405Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:03:45.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:03:45.856Z||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-10T05:03:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:03:45.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:03:45.857Z||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-10T05:03:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:03:55.394Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:03:55.399Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:04:45.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:04:45.854Z||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-10T05:04:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:04:45.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:04:45.857Z||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-10T05:04:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:04:55.398Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:04:55.398Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:05:45.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:05:45.854Z||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-10T05:05:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:05:45.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:05:45.856Z||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-10T05:05:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:05:55.398Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:05:55.399Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:06:45.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:06:45.854Z||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-10T05:06:45.855Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:06:45.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:06:45.856Z||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-10T05:06:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:06:55.399Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:06:55.399Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:07:45.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:07:45.854Z||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-10T05:07:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:07:45.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:07:45.856Z||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-10T05:07:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:07:55.398Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:07:55.401Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:08:45.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:08:45.854Z||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-10T05:08:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:08:45.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:08:45.856Z||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-10T05:08:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:08:55.414Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:08:55.427Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:09:45.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:09:45.854Z||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-10T05:09:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:09:45.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:09:45.856Z||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-10T05:09:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:09:55.392Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:09:55.392Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:10:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:10:45.854Z||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-10T05:10:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:10:45.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:10:45.856Z||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-10T05:10:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:10:55.397Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:10:55.397Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:11:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:11:45.854Z||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-10T05:11:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:11:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:11:45.857Z||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-10T05:11:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:11:55.398Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:11:55.398Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:12:45.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:12:45.854Z||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-10T05:12:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:12:45.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:12:45.857Z||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-10T05:12:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:12:55.401Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:12:55.404Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:13:07.239Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@6cc96756 ((conn=684) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-10T05:13:07.244Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@45ba29e7 ((conn=680) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-10T05:13:45.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:13:45.854Z||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-10T05:13:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:13:45.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:13:45.856Z||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-10T05:13:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:13:55.396Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:13:55.396Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:14:45.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:14:45.854Z||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-10T05:14:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:14:45.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:14:45.857Z||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-10T05:14:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:14:55.402Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:14:55.402Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:15:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:15:45.855Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:15:45.856Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:15:45.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:15:45.857Z||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-10T05:15:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:15:55.401Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:15:55.402Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:16:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:16:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:16:45.854Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:16:45.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:16:45.856Z||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-10T05:16:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:16:55.396Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:16:55.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:17:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:17:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:17:45.854Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:17:45.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:17:45.857Z||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-10T05:17:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:17:55.399Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:17:55.404Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:18:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:18:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:18:45.854Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:18:45.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:18:45.856Z||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-10T05:18:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:18:55.397Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:18:55.399Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:19:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:19:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:19:45.854Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:19:45.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:19:45.856Z||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-10T05:19:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:19:55.394Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:19:55.396Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:20:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:20:45.855Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:20:45.855Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:20:45.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:20:45.857Z||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-10T05:20:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:20:55.402Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:20:55.417Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:21:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:21:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:21:45.854Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:21:45.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:21:45.857Z||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-10T05:21:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:21:55.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:21:55.399Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:22:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:22:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:22:45.854Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:22:45.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:22:45.856Z||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-10T05:22:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:22:55.396Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:22:55.397Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:23:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:23:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:23:45.854Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:23:45.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:23:45.856Z||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-10T05:23:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:23:55.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:23:55.397Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:24:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:24:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:24:45.854Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:24:45.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:24:45.856Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:24:45.857Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:24:55.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:24:55.397Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:25:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:25:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:25:45.854Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:25:45.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:25:45.856Z||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-10T05:25:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:25:55.397Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:25:55.401Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:26:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:26:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:26:45.854Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:26:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:26:45.857Z||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-10T05:26:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:26:55.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:26:55.398Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:27:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:27:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:27:45.855Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:27:45.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:27:45.856Z||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-10T05:27:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:27:55.397Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:27:55.398Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:28:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:28:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:28:45.854Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:28:45.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:28:45.856Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:28:45.856Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:28:55.394Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:28:55.395Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:29:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:29:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:29:45.854Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:29:45.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:29:45.856Z||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-10T05:29:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:29:55.400Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:29:55.400Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:30:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:30:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:30:45.854Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:30:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:30:45.856Z||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-10T05:30:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:30:55.394Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:30:55.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:31:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:31:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:31:45.854Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:31:45.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:31:45.856Z||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-10T05:31:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:31:55.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:31:55.397Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:32:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:32:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:32:45.854Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:32:45.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:32:45.856Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:32:45.856Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:32:55.396Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:32:55.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:33:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:33:45.855Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:33:45.855Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:33:45.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:33:45.856Z||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-10T05:33:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:33:55.401Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:33:55.403Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:34:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:34:45.855Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:34:45.855Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:34:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:34:45.856Z||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-10T05:34:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:34:55.401Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:34:55.402Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:35:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:35:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:35:45.854Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:35:45.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:35:45.856Z||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-10T05:35:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:35:55.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:35:55.409Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:36:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:36:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:36:45.854Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:36:45.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:36:45.856Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:36:45.856Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:36:55.395Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:36:55.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:37:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:37:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:37:45.855Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:37:45.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:37:45.856Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:37:45.856Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:37:55.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:37:55.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:38:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:38:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:38:45.854Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:38:45.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:38:45.856Z||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-10T05:38:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:38:55.399Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:38:55.399Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:39:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:39:45.855Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:39:45.856Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:39:45.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:39:45.856Z||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-10T05:39:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:39:55.400Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:39:55.400Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:40:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:40:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:40:45.855Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:40:45.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:40:45.856Z||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-10T05:40:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:40:55.397Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:40:55.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:41:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:41:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:41:45.854Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:41:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:41:45.856Z||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-10T05:41:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:41:55.395Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:41:55.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:42:45.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:42:45.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:42:45.854Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:42:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:42:45.856Z||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-10T05:42:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:42:46.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:42:46.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"25db912a-60c2-4ae6-89da-0fb7619c57d0","serviceName":"basic_onboard_vMvXUK","serviceVersion":"1.0","serviceUUID":"7ef6fbb6-0560-475a-b330-9c1e118ca156","serviceDescription":"service","serviceInvariantUUID":"df993563-ad92-4983-a816-702e9db821df","resources":[{"resourceInstanceName":"basic_onboard_vMvXUK 0","resourceName":"basic_onboard_vMvXUK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8fc595ac-917e-4eb9-b2fe-a565308d5efc","resourceInvariantUUID":"fae47bfa-97a6-47a4-be66-9cfccd0d0329","resourceCustomizationUUID":"331adb7a-97df-4b6d-8097-fd9f2de9a927","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml","artifactChecksum":"OTUzNjYyNGI5YmY0ODM2OTM4Njk1OWU0ZWQ5ZGE1NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea8584a-cd3d-442b-abd5-2718d7587bf2","artifactVersion":"1"},{"artifactName":"basic_onboard_vmvxuk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json","artifactChecksum":"ODI2Mjg1ZDRjN2Y3NTVhZGVjOTg1OTA1YzYzYTc5NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b9a6bea9-7a9f-4b63-80a2-bd86f45c717a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7dcc329a-e7b7-470c-8053-ca97051721e4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"011af501-e359-4cbf-bafa-e1d4a9bab26f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3872f322-48f0-4a8e-bf22-72b0f9e6edfd","artifactVersion":"2","generatedFromUUID":"7dcc329a-e7b7-470c-8053-ca97051721e4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVmvxuk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml","artifactChecksum":"NzJiNTc1ZGIyNjE3M2FjYWI3NzdkMjI2NmVkNjk4NjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79ac3565-4005-4aaa-9b81-47d0f907949b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVmvxuk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar","artifactChecksum":"ZmM0YzNiMDZjMjBlY2VjMGNjOWQ2ODQ2OGFlYzIyNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3d8c947b-594b-439f-80d1-e8cc93fa74ed","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T05:42:46.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:42:46.489Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:42:46.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033329653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.540Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:42:46.552Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:42:46.552Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033365853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "clamp",
"timestamp": 1618033329317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "aai-ml",
"timestamp": 1618033331873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033326819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033328362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033334972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033329653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
"status": "NOTIFIED"
}
2021-04-10T05:42:46.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "aai-ml",
"timestamp": 1618033331873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "clamp",
"timestamp": 1618033329317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
"status": "NOTIFIED"
}
2021-04-10T05:42:46.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033326819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033328362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
"status": "NOTIFIED"
}
2021-04-10T05:42:46.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033334972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033336168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "clamp",
"timestamp": 1618033329317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033329653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-10T05:42:46.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "aai-ml",
"timestamp": 1618033331873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033326819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033328362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-10T05:42:46.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033334972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033336168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
"status": "NOTIFIED"
}
2021-04-10T05:42:46.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033329653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "clamp",
"timestamp": 1618033329317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "aai-ml",
"timestamp": 1618033331873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033326819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033328362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "cds",
"timestamp": 1618033337931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033334972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033336168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-10T05:42:46.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033329653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-10T05:42:46.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "clamp",
"timestamp": 1618033329317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "aai-ml",
"timestamp": 1618033331873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033326819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033328362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-10T05:42:46.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "cds",
"timestamp": 1618033337931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033334972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033336168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033329653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "clamp",
"timestamp": 1618033329317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "aai-ml",
"timestamp": 1618033331873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033326819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033328362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "cds",
"timestamp": 1618033337931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033334972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033336168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-10T05:42:46.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033329653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:42:46.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "clamp",
"timestamp": 1618033329317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:42:46.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "aai-ml",
"timestamp": 1618033331873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:42:46.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033326819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033328362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:42:46.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "cds",
"timestamp": 1618033337931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033334972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:42:46.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033336168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "cds",
"timestamp": 1618033337931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033336168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:42:46.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033343205,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.582Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "aai-ml",
"timestamp": 1618033343234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033343422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033343502,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "cds",
"timestamp": 1618033337931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033344408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.584Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "dcae-sch",
"timestamp": 1618033343844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "cds",
"timestamp": 1618033337931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:42:46.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033344908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.585Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "dcae-sch",
"timestamp": 1618033343844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "policy-id",
"timestamp": 1618033344860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033345663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.587Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "dcae-sch",
"timestamp": 1618033343844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "policy-id",
"timestamp": 1618033344860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033346973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.588Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "cds",
"timestamp": 1618033347296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.589Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033347472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.589Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "dcae-sch",
"timestamp": 1618033343844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:46.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "policy-id",
"timestamp": 1618033344860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-10T05:42:46.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:46.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033347615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T05:42:46.591Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "clamp",
"timestamp": 1618033347591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.591Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033347961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:42:46.592Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:46.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "cds",
"timestamp": 1618033348313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-04-10T05:42:46.652Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2021-04-10T05:42:46.655Z||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-10T05:42:46.655Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T05:42:46.666Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:42:46.667Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T05:42:46.943Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 25db912a-60c2-4ae6-89da-0fb7619c57d0
2021-04-10T05:42:46.970Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25db912a-60c2-4ae6-89da-0fb7619c57d0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T05:42:46.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:46.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033348479,
"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-10T05:42:47.008Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25db912a-60c2-4ae6-89da-0fb7619c57d0
2021-04-10T05:42:47.008Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25db912a-60c2-4ae6-89da-0fb7619c57d0 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-10T05:42:47.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "dcae-sch",
"timestamp": 1618033343844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:47.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:47.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "policy-id",
"timestamp": 1618033344860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:47.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:47.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033348619,
"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-10T05:42:47.021Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 25db912a-60c2-4ae6-89da-0fb7619c57d0
2021-04-10T05:42:47.021Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25db912a-60c2-4ae6-89da-0fb7619c57d0 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-10T05:42:47.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "clamp",
"timestamp": 1618033348694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T05:42:47.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:47.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033349483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-10T05:42:47.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:47.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "dcae-sch",
"timestamp": 1618033343844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:47.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:47.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033349521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:42:47.031Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:47.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "policy-id",
"timestamp": 1618033344860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:47.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:47.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "clamp",
"timestamp": 1618033349698,
"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-10T05:42:47.036Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 25db912a-60c2-4ae6-89da-0fb7619c57d0
2021-04-10T05:42:47.036Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25db912a-60c2-4ae6-89da-0fb7619c57d0 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-10T05:42:47.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033349844,
"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-10T05:42:47.051Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25db912a-60c2-4ae6-89da-0fb7619c57d0
2021-04-10T05:42:47.052Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25db912a-60c2-4ae6-89da-0fb7619c57d0 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-10T05:42:47.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "dcae-sch",
"timestamp": 1618033343844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:47.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:47.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033350528,
"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-10T05:42:47.066Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25db912a-60c2-4ae6-89da-0fb7619c57d0
2021-04-10T05:42:47.067Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25db912a-60c2-4ae6-89da-0fb7619c57d0 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-10T05:42:47.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "policy-id",
"timestamp": 1618033344860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:47.073Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:47.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033350848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-10T05:42:47.074Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:47.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033351532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-10T05:42:47.074Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:47.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "policy-id",
"timestamp": 1618033344860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:42:47.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:42:47.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "policy-id",
"timestamp": 1618033354187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:42:47.075Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:47.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "policy-id",
"timestamp": 1618033355195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T05:42:47.075Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:47.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "policy-id",
"timestamp": 1618033356200,
"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-10T05:42:47.080Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25db912a-60c2-4ae6-89da-0fb7619c57d0
2021-04-10T05:42:47.080Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25db912a-60c2-4ae6-89da-0fb7619c57d0 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-10T05:42:47.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "aai-ml",
"timestamp": 1618033357913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T05:42:47.088Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:42:47.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:42:47.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "aai-ml",
"timestamp": 1618033358919,
"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-10T05:42:47.092Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 25db912a-60c2-4ae6-89da-0fb7619c57d0
2021-04-10T05:42:47.093Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25db912a-60c2-4ae6-89da-0fb7619c57d0 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-10T05:42:47.563Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:42:47.564Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:42:47.566Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:42:47.566Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033365853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
"status": "NOTIFIED"
}
2021-04-10T05:42:47.666Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:42:47.669Z||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-10T05:42:47.669Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:42:47.681Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:42:47.682Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:42:48.566Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:42:48.567Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:42:48.569Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:42:48.569Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033365853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-10T05:42:48.669Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:42:48.670Z||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-10T05:42:48.670Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:42:48.680Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:42:48.681Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:42:49.570Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:42:49.571Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:42:49.573Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:42:49.573Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033365853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:49.673Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:42:49.675Z||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-10T05:42:49.675Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:42:49.684Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:42:49.685Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:42:50.574Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:42:50.575Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:42:50.576Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:42:50.577Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033365853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-10T05:42:50.677Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:42:50.677Z||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-10T05:42:50.678Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:42:50.688Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:42:50.688Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:42:51.577Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:42:51.578Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:42:51.580Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:42:51.581Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033365853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:42:51.681Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:42:51.682Z||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-10T05:42:51.683Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:42:51.691Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:42:51.692Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:42:52.581Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:42:52.583Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:42:52.584Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:42:52.584Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033365853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:42:52.685Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:42:52.686Z||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-10T05:42:52.686Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:42:52.696Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:42:52.697Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:42:53.586Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"serviceName": "basic_onboard_vMvXUK",
"serviceVersion": "1.0",
"serviceUUID": "7ef6fbb6-0560-475a-b330-9c1e118ca156",
"serviceDescription": "service",
"serviceInvariantUUID": "df993563-ad92-4983-a816-702e9db821df",
"resources": [
{
"resourceInstanceName": "basic_onboard_vMvXUK 0",
"resourceCustomizationUUID": "331adb7a-97df-4b6d-8097-fd9f2de9a927",
"resourceName": "basic_onboard_vMvXUK",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8fc595ac-917e-4eb9-b2fe-a565308d5efc",
"resourceInvariantUUID": "fae47bfa-97a6-47a4-be66-9cfccd0d0329",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_vmvxuk0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
"artifactChecksum": "ODI2Mjg1ZDRjN2Y3NTVhZGVjOTg1OTA1YzYzYTc5NDg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b9a6bea9-7a9f-4b63-80a2-bd86f45c717a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7dcc329a-e7b7-470c-8053-ca97051721e4",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3872f322-48f0-4a8e-bf22-72b0f9e6edfd",
"generatedFromUUID": "7dcc329a-e7b7-470c-8053-ca97051721e4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3872f322-48f0-4a8e-bf22-72b0f9e6edfd",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardVmvxuk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"artifactChecksum": "ZmM0YzNiMDZjMjBlY2VjMGNjOWQ2ODQ2OGFlYzIyNWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3d8c947b-594b-439f-80d1-e8cc93fa74ed"
}
],
"workloadContext": "Production"
}
2021-04-10T05:42:53.587Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T05:42:53.587Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ef6fbb6-0560-475a-b330-9c1e118ca156 ASDC
2021-04-10T05:42:53.756Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:25db912a-60c2-4ae6-89da-0fb7619c57d0
ServiceName:basic_onboard_vMvXUK
ServiceVersion:1.0
ServiceUUID:7ef6fbb6-0560-475a-b330-9c1e118ca156
ServiceInvariantUUID:df993563-ad92-4983-a816-702e9db821df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVmvxuk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar
ArtifactUUID:3d8c947b-594b-439f-80d1-e8cc93fa74ed
ArtifactChecksum:ZmM0YzNiMDZjMjBlY2VjMGNjOWQ2ODQ2OGFlYzIyNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vMvXUK 0
ResourceCustomizationUUID:331adb7a-97df-4b6d-8097-fd9f2de9a927
ResourceInvariantUUID:fae47bfa-97a6-47a4-be66-9cfccd0d0329
ResourceName:basic_onboard_vMvXUK
ResourceType:VF
ResourceUUID:8fc595ac-917e-4eb9-b2fe-a565308d5efc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vmvxuk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json
ArtifactUUID:b9a6bea9-7a9f-4b63-80a2-bd86f45c717a
ArtifactChecksum:ODI2Mjg1ZDRjN2Y3NTVhZGVjOTg1OTA1YzYzYTc5NDg=
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/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7dcc329a-e7b7-470c-8053-ca97051721e4
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/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env
ArtifactUUID:3872f322-48f0-4a8e-bf22-72b0f9e6edfd
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/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env
ArtifactUUID:3872f322-48f0-4a8e-bf22-72b0f9e6edfd
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-10T05:42:53.756Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ef6fbb6-0560-475a-b330-9c1e118ca156 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-10T05:42:53.821Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T05:42:53.823Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-10T05:42:53.824Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-10T05:42:53.824Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3d8c947b-594b-439f-80d1-e8cc93fa74ed from URL: /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:53.825Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-10T05:42:53.826Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:54.440Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-10T05:42:54.530Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar 3d8c947b-594b-439f-80d1-e8cc93fa74ed 74836
2021-04-10T05:42:54.531Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar ASDC sendASDCNotification
2021-04-10T05:42:54.532Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:54.532Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:42:54.533Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:42:54.535Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:42:54.535Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033374531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:42:54.635Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:42:54.636Z||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-10T05:42:54.636Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:42:54.646Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:42:54.647Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:42:55.535Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T05:42:55.537Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-10T05:42:55.537Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3d8c947b-594b-439f-80d1-e8cc93fa74ed, URL: /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar to file: /app/ASDC/1/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:55.538Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:55.747Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:55.748Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:56.479Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16325909715397808381/Definitions/service-BasicOnboardVmvxuk-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-10T05:42:58.240Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T05:42:58.244Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-10T05:42:58.244Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:58.244Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-10T05:42:58.245Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||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-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:58.245Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:58.245Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:58.245Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:58.245Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:58.245Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:58.245Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:58.245Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vMvXUK 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-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:58.245Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:58.245Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vMvXUK 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:42:58.245Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-10T05:42:58.251Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:42:58.252Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:42:58.256Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is matching search criteria
2021-04-10T05:42:58.256Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-10T05:42:58.257Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vMvXUK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T05:42:58.259Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:42:58.259Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:42:58.259Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is matching search criteria
2021-04-10T05:42:58.260Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-10T05:42:58.260Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vMvXUK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T05:42:58.260Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:42:58.260Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:42:58.263Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:42:58.263Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is not matching search criteria
2021-04-10T05:42:58.264Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-10T05:42:58.264Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-10T05:42:58.264Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-10T05:42:58.264Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-10T05:42:58.264Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-10T05:42:58.264Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:42:58.264Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T05:42:58.265Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:42:58.265Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is matching search criteria
2021-04-10T05:42:58.266Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vMvXUK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:42:58.266Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:42:58.266Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is matching search criteria
2021-04-10T05:42:58.266Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vMvXUK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:42:58.266Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:42:58.266Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is matching search criteria
2021-04-10T05:42:58.267Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vMvXUK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:42:58.267Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:42:58.267Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is not matching search criteria
2021-04-10T05:42:58.267Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-10T05:42:58.267Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-10T05:42:58.267Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d34aabef-6abc-40f8-a8d8-4b5c87a3bad8
2021-04-10T05:42:58.267Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:42:58.267Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:42:58.268Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:42:58.268Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:42:58.268Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:42:58.268Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:42:58.268Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:42:58.268Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:42:58.269Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_vMvXUK
Description:service
Model UUID:7ef6fbb6-0560-475a-b330-9c1e118ca156
Model Version:NULL
Model InvariantUuid:df993563-ad92-4983-a816-702e9db821df
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_vMvXUK
Model UUID:c19a842e-e5bf-4e5c-b720-64f2842ab55f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fae47bfa-97a6-47a4-be66-9cfccd0d0329
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:331adb7a-97df-4b6d-8097-fd9f2de9a927
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:77f4a1de-7ae4-473d-acfc-305024efa252
ModelName:BasicOnboardVmvxuk..base_ubuntu18..module-0
ModelUuid:07e746b9-5cf6-4675-85e3-dc16457121c6
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d34aabef-6abc-40f8-a8d8-4b5c87a3bad8
ModelInvariantUuid:5dc81683-6f1a-489b-9c68-202c6f4d87f7
ModelName:basic_onboard_vMvXUK-nodes.ubuntu18Cvfc
ModelUuid:5a5b0b13-ab5b-4a12-a8f0-210031075324
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:22f5a313-8bb5-4130-9ba3-2c74376e1da2
ModelInvariantUuid:df7c7a84-58f1-4d84-81f8-2fd6be928868
ModelName:BasicOnboardVmvxuk.compute.nodes.heat.ubuntu18
ModelUuid:4df41b5b-180f-44ed-a8c4-5b9049cb87e8
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-10T05:42:58.282Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 8fc595ac-917e-4eb9-b2fe-a565308d5efc
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-10T05:42:58.425Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||basic_onboard_vMvXUK 0
2021-04-10T05:42:58.431Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8fc595ac-917e-4eb9-b2fe-a565308d5efc
2021-04-10T05:42:58.431Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b9a6bea9-7a9f-4b63-80a2-bd86f45c717a from URL: /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json
2021-04-10T05:42:58.431Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-10T05:42:58.431Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json
2021-04-10T05:42:59.527Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-10T05:42:59.528Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json b9a6bea9-7a9f-4b63-80a2-bd86f45c717a 798
2021-04-10T05:42:59.528Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json ASDC sendASDCNotification
2021-04-10T05:42:59.528Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json
2021-04-10T05:42:59.528Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:42:59.528Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:42:59.530Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:42:59.530Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033379528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:42:59.631Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T05:42:59.632Z||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-10T05:42:59.632Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:42:59.642Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:42:59.643Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:43:00.532Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVmvxuk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "77f4a1de-7ae4-473d-acfc-305024efa252",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "07e746b9-5cf6-4675-85e3-dc16457121c6",
"vfModuleModelCustomizationUUID": "289341b1-3634-4fa5-aa2c-70430e981cfa",
"isBase": true,
"artifacts": [
"7dcc329a-e7b7-470c-8053-ca97051721e4",
"3872f322-48f0-4a8e-bf22-72b0f9e6edfd"
],
"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-10T05:43:00.551Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVmvxuk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:07e746b9-5cf6-4675-85e3-dc16457121c6
VfModuleModelInvariantUUID:77f4a1de-7ae4-473d-acfc-305024efa252
VfModuleModelDescription:NULL
Artifacts UUID List:{
7dcc329a-e7b7-470c-8053-ca97051721e4
,
3872f322-48f0-4a8e-bf22-72b0f9e6edfd
}
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-10T05:43:00.554Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVmvxuk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "77f4a1de-7ae4-473d-acfc-305024efa252",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "07e746b9-5cf6-4675-85e3-dc16457121c6",
"vfModuleModelCustomizationUUID": "289341b1-3634-4fa5-aa2c-70430e981cfa",
"isBase": true,
"artifacts": [
"7dcc329a-e7b7-470c-8053-ca97051721e4",
"3872f322-48f0-4a8e-bf22-72b0f9e6edfd"
],
"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-10T05:43:00.554Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVmvxuk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:07e746b9-5cf6-4675-85e3-dc16457121c6
VfModuleModelInvariantUUID:77f4a1de-7ae4-473d-acfc-305024efa252
VfModuleModelDescription:NULL
Artifacts UUID List:{
7dcc329a-e7b7-470c-8053-ca97051721e4
,
3872f322-48f0-4a8e-bf22-72b0f9e6edfd
}
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-10T05:43:00.554Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7dcc329a-e7b7-470c-8053-ca97051721e4 from URL: /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml
2021-04-10T05:43:00.555Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-10T05:43:00.555Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml
2021-04-10T05:43:01.614Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-10T05:43:01.615Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml 7dcc329a-e7b7-470c-8053-ca97051721e4 5033
2021-04-10T05:43:01.615Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-10T05:43:01.615Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml
2021-04-10T05:43:01.616Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:43:01.616Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:43:01.618Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:43:01.618Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033381615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:43:01.718Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:43:01.719Z||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-10T05:43:01.719Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:43:01.729Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:43:01.730Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-10T05:43:02.618Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3872f322-48f0-4a8e-bf22-72b0f9e6edfd from URL: /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env
2021-04-10T05:43:02.619Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-10T05:43:02.619Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env
2021-04-10T05:43:03.236Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-10T05:43:03.237Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env 3872f322-48f0-4a8e-bf22-72b0f9e6edfd 909
2021-04-10T05:43:03.237Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-10T05:43:03.237Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env
2021-04-10T05:43:03.237Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:43:03.238Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:43:03.239Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:43:03.239Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033383237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:43:03.340Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T05:43:03.341Z||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-10T05:43:03.341Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:43:03.353Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:43:03.354Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:43:04.240Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7ef6fbb6-0560-475a-b330-9c1e118ca156
2021-04-10T05:43:04.241Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vMvXUK 0 8fc595ac-917e-4eb9-b2fe-a565308d5efc ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T05:43:04.273Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:43:04.273Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:43:04.274Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-04-10T05:43:04.274Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 331adb7a-97df-4b6d-8097-fd9f2de9a927
2021-04-10T05:43:04.274Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 331adb7a-97df-4b6d-8097-fd9f2de9a927 matches Tosca VF Customization UUID: 331adb7a-97df-4b6d-8097-fd9f2de9a927
2021-04-10T05:43:04.274Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 331adb7a-97df-4b6d-8097-fd9f2de9a927 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-10T05:43:04.279Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:43:04.279Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:43:04.280Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 331adb7a-97df-4b6d-8097-fd9f2de9a927: {\"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-10T05:43:04.280Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1db6e4e0
2021-04-10T05:43:04.281Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:43:04.281Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T05:43:04.281Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 289341b1-3634-4fa5-aa2c-70430e981cfa
2021-04-10T05:43:04.282Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 289341b1-3634-4fa5-aa2c-70430e981cfa
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-10T05:43:04.287Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:43:04.287Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is matching search criteria
2021-04-10T05:43:04.287Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vMvXUK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:43:04.288Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:43:04.288Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is matching search criteria
2021-04-10T05:43:04.288Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vMvXUK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:43:04.288Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:43:04.289Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is not matching search criteria
2021-04-10T05:43:04.289Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-10T05:43:04.289Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-10T05:43:04.289Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d34aabef-6abc-40f8-a8d8-4b5c87a3bad8
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-10T05:43:04.299Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:43:04.299Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is matching search criteria
2021-04-10T05:43:04.299Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vMvXUK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:43:04.299Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:43:04.299Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vMvXUK 0 is matching search criteria
2021-04-10T05:43:04.300Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vMvXUK 0] matching following query criteria: sdcType=VF, customizationUUID=331adb7a-97df-4b6d-8097-fd9f2de9a927
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-10T05:43:04.301Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:43:04.302Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:43:04.302Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7ef6fbb6-0560-475a-b330-9c1e118ca156: basic_onboard_vMvXUK
2021-04-10T05:43:04.302Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:43:04.302Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:43:04.303Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:43:04.303Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:43:04.303Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:43:04.304Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:43:04.304Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:43:04.304Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:43:04.304Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:43:04.304Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vMvXUK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:43:04.305Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_vMvXUK
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-10T05:43:04.511Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vMvXUK 8fc595ac-917e-4eb9-b2fe-a565308d5efc 1 ASDC deployResourceStructure
2021-04-10T05:43:04.512Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json ASDC sendASDCNotification
2021-04-10T05:43:04.512Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json
2021-04-10T05:43:04.512Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:43:04.513Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:43:04.515Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:43:04.515Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033384512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-10T05:43:04.615Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:43:04.616Z||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-10T05:43:04.616Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:43:04.627Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:43:04.627Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:43:05.516Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-10T05:43:05.517Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml
2021-04-10T05:43:05.517Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:43:05.518Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:43:05.520Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:43:05.520Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033385516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-10T05:43:05.620Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:43:05.621Z||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-10T05:43:05.621Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:43:05.631Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:43:05.632Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:43:06.521Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-10T05:43:06.521Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env
2021-04-10T05:43:06.521Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:43:06.522Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:43:06.523Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:43:06.524Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033386520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-10T05:43:06.624Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:43:06.625Z||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-10T05:43:06.625Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:43:06.634Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:43:06.635Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:43:07.525Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar ASDC sendASDCNotification
2021-04-10T05:43:07.525Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar
2021-04-10T05:43:07.525Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:43:07.526Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:43:07.527Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:43:07.527Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033387525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T05:43:07.628Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:43:07.628Z||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-10T05:43:07.628Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:43:07.642Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:43:07.642Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:43:08.528Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25db912a-60c2-4ae6-89da-0fb7619c57d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T05:43:08.545Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25db912a-60c2-4ae6-89da-0fb7619c57d0
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-10T05:43:08.551Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:43:08.551Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-10T05:43:08.552Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-10T05:43:08.552Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-10T05:43:08.553Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T05:43:08.553Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T05:43:08.553Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T05:43:08.554Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T05:43:08.554Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T05:43:08.554Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T05:43:08.554Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||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-10T05:43:08.561Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-10T05:43:38.561Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25db912a-60c2-4ae6-89da-0fb7619c57d0 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-10T05:43:38.568Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25db912a-60c2-4ae6-89da-0fb7619c57d0 and serviceModelVersionId: 7ef6fbb6-0560-475a-b330-9c1e118ca156
2021-04-10T05:43:38.568Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df993563-ad92-4983-a816-702e9db821df
2021-04-10T05:43:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:43:45.857Z||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-10T05:43:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:43:45.981Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:43:45.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:43:45.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033365853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:43:45.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:43:51.935Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df993563-ad92-4983-a816-702e9db821df/model-vers/model-ver/7ef6fbb6-0560-475a-b330-9c1e118ca156?depth=0
2021-04-10T05:43:52.049Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T05:43:52.602Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df993563-ad92-4983-a816-702e9db821df/model-vers/model-ver/7ef6fbb6-0560-475a-b330-9c1e118ca156?depth=0|INFO|500||Invoke
2021-04-10T05:43:52.612Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df993563-ad92-4983-a816-702e9db821df/model-vers/model-ver/7ef6fbb6-0560-475a-b330-9c1e118ca156?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df993563-ad92-4983-a816-702e9db821df/model-vers/model-ver/7ef6fbb6-0560-475a-b330-9c1e118ca156?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[25db912a-60c2-4ae6-89da-0fb7619c57d0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d2137574-4d67-4227-a3a0-da747b83d512], X-ECOMP-RequestID=[25db912a-60c2-4ae6-89da-0fb7619c57d0], X-TransactionId=[], X-ONAP-RequestID=[25db912a-60c2-4ae6-89da-0fb7619c57d0], Content-Type=[application/merge-patch+json]}
2021-04-10T05:43:52.766Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df993563-ad92-4983-a816-702e9db821df/model-vers/model-ver/7ef6fbb6-0560-475a-b330-9c1e118ca156?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-10T05:43:53.325Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df993563-ad92-4983-a816-702e9db821df/model-vers/model-ver/7ef6fbb6-0560-475a-b330-9c1e118ca156?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/df993563-ad92-4983-a816-702e9db821df/model-vers/model-ver/7ef6fbb6-0560-475a-b330-9c1e118ca156?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210410-05:43:52:769-44296], vertex-id=[180384], Content-Length=[0], Date=[Sat, 10 Apr 2021 05:43:52 GMT], Content-Type=[application/json]}
2021-04-10T05:43:53.327Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df993563-ad92-4983-a816-702e9db821df/model-vers/model-ver/7ef6fbb6-0560-475a-b330-9c1e118ca156?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-10T05:43:53.327Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df993563-ad92-4983-a816-702e9db821df/model-vers/model-ver/7ef6fbb6-0560-475a-b330-9c1e118ca156?depth=0|INFO|500||InvokeReturn
2021-04-10T05:43:53.330Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T05:43:53.331Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||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-10T05:43:53.335Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||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-10T05:43:53.343Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25db912a-60c2-4ae6-89da-0fb7619c57d0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-10T05:43:53.345Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-10T05:43:53.345Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:43:53.347Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:43:53.347Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033433344,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T05:43:53.447Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:43:53.448Z||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-10T05:43:53.448Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:43:53.458Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:43:53.459Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 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-10T05:43:54.365Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:43:54.366Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:43:54.367Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:03.906Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:44:45.853Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:44:45.854Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:44:45.854Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:44:45.856Z||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-10T05:44:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:45.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:44:45.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033365853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
"status": "NOTIFIED"
}
2021-04-10T05:44:45.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:44:45.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033365853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-10T05:44:45.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:44:45.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033365853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:44:45.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:44:45.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033365853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-10T05:44:45.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:44:45.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033365853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:44:45.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:44:45.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033365853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:44:45.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:44:45.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033374531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:44:45.888Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:44:45.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033379528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:44:45.888Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:44:45.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033381615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:44:45.889Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:44:45.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033383237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:44:45.890Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:44:45.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033384512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/basic_onboard_vmvxuk0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-10T05:44:45.890Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:44:45.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033385516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-10T05:44:45.891Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:44:45.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033386520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/resourceInstances/basic_onboard_vmvxuk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-10T05:44:45.892Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:44:45.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:44:45.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033387525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmvxuk/1.0/artifacts/service-BasicOnboardVmvxuk-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T05:44:45.893Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:44:46.479Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:44:46.480Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T05:44:46.480Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d2ac820c-9095-4b3e-9e37-89ecdc045349","serviceName":"vFW 2021-04-10 05-41-45","serviceVersion":"1.0","serviceUUID":"b442106d-7a9f-4ccd-8a82-7cd6c70dd408","serviceDescription":"catalog service description","serviceInvariantUUID":"6b65f00c-9894-4524-ae5a-493b901d1389","resources":[{"resourceInstanceName":"vFW fc9521fa-981c 0","resourceName":"vFW fc9521fa-981c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"926d0748-487d-461c-acab-9e6102a2431b","resourceInvariantUUID":"32617415-b1c3-4cc4-acc9-5c213f1414b4","resourceCustomizationUUID":"f4decfe1-e9d0-4616-aa59-0917a992360a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml","artifactChecksum":"NGVmNWM1ODNjODY4NWViNWQxZTAzNWYzMGI3OGRmMDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0c533f9d-1536-4723-93c6-de0ba127b74c","artifactVersion":"1"},{"artifactName":"vfwfc9521fa981c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json","artifactChecksum":"NzVjYjRhNTA3ODc4MTQ4ZGJiZTI1OWIyMjEwZWE4N2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ab27a012-c94a-44e5-819a-fe23ecbff708","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f14ec000-c451-4bdd-b76e-42ad12520852","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml","artifactChecksum":"N2E3OWE0YmVkZGEzZWFhNWM0YzdlZWU3MTcxNDNhNTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b9e42f20-be99-436e-bae7-8a07ffef4f7d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f25e4f05-f9e0-4854-9289-284b5b119d73","artifactVersion":"2","generatedFromUUID":"f14ec000-c451-4bdd-b76e-42ad12520852"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210410054145-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml","artifactChecksum":"YTA5ZWM3NzcyZTA5YmVlNzk2NzBhMzRiZWJjZGE2MTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3d80d88c-32c1-419a-a79a-ce44009b6a74","artifactVersion":"1"},{"artifactName":"service-Vfw20210410054145-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar","artifactChecksum":"ZWNlMjBiYzBlMzQ1ZjA5YTY3YjYzYzlkYTBlNDAzMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"273e651c-ba4f-4f46-8890-c84d344621d6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T05:44:46.482Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:44:46.483Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:44:46.484Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:44:46.484Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033485853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:44:46.585Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-10T05:44:46.585Z||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-10T05:44:46.585Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:46.595Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:44:46.596Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:44:47.485Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:44:47.486Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:44:47.487Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:44:47.487Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033485853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
"status": "NOTIFIED"
}
2021-04-10T05:44:47.588Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:44:47.589Z||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-10T05:44:47.589Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:47.600Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:44:47.601Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:44:48.488Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:44:48.489Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:44:48.490Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:44:48.491Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033485853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-10T05:44:48.591Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:44:48.592Z||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-10T05:44:48.592Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:48.601Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:44:48.601Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:44:49.491Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:44:49.492Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:44:49.494Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:44:49.494Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033485853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:44:49.595Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T05:44:49.597Z||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-10T05:44:49.597Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:49.607Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:44:49.608Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:44:50.495Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:44:50.496Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:44:50.497Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:44:50.497Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033485853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-10T05:44:50.598Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:44:50.598Z||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-10T05:44:50.599Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:50.608Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:44:50.608Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:44:51.498Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:44:51.499Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:44:51.501Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:44:51.502Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033485853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:44:51.602Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:44:51.602Z||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-10T05:44:51.603Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:51.611Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:44:51.611Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:44:52.502Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:44:52.503Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:44:52.505Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:44:52.505Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033485853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:44:52.605Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:44:52.606Z||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-10T05:44:52.606Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:52.617Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:44:52.617Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:44:53.507Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"serviceName": "vFW 2021-04-10 05-41-45",
"serviceVersion": "1.0",
"serviceUUID": "b442106d-7a9f-4ccd-8a82-7cd6c70dd408",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6b65f00c-9894-4524-ae5a-493b901d1389",
"resources": [
{
"resourceInstanceName": "vFW fc9521fa-981c 0",
"resourceCustomizationUUID": "f4decfe1-e9d0-4616-aa59-0917a992360a",
"resourceName": "vFW fc9521fa-981c",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "926d0748-487d-461c-acab-9e6102a2431b",
"resourceInvariantUUID": "32617415-b1c3-4cc4-acc9-5c213f1414b4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwfc9521fa981c0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
"artifactChecksum": "NzVjYjRhNTA3ODc4MTQ4ZGJiZTI1OWIyMjEwZWE4N2U\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ab27a012-c94a-44e5-819a-fe23ecbff708",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f14ec000-c451-4bdd-b76e-42ad12520852",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f25e4f05-f9e0-4854-9289-284b5b119d73",
"generatedFromUUID": "f14ec000-c451-4bdd-b76e-42ad12520852"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f25e4f05-f9e0-4854-9289-284b5b119d73",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210410054145-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"artifactChecksum": "ZWNlMjBiYzBlMzQ1ZjA5YTY3YjYzYzlkYTBlNDAzMWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "273e651c-ba4f-4f46-8890-c84d344621d6"
}
],
"workloadContext": "Production"
}
2021-04-10T05:44:53.507Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T05:44:53.507Z|25db912a-60c2-4ae6-89da-0fb7619c57d0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b442106d-7a9f-4ccd-8a82-7cd6c70dd408 ASDC
2021-04-10T05:44:53.508Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d2ac820c-9095-4b3e-9e37-89ecdc045349
ServiceName:vFW 2021-04-10 05-41-45
ServiceVersion:1.0
ServiceUUID:b442106d-7a9f-4ccd-8a82-7cd6c70dd408
ServiceInvariantUUID:6b65f00c-9894-4524-ae5a-493b901d1389
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210410054145-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar
ArtifactUUID:273e651c-ba4f-4f46-8890-c84d344621d6
ArtifactChecksum:ZWNlMjBiYzBlMzQ1ZjA5YTY3YjYzYzlkYTBlNDAzMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fc9521fa-981c 0
ResourceCustomizationUUID:f4decfe1-e9d0-4616-aa59-0917a992360a
ResourceInvariantUUID:32617415-b1c3-4cc4-acc9-5c213f1414b4
ResourceName:vFW fc9521fa-981c
ResourceType:VF
ResourceUUID:926d0748-487d-461c-acab-9e6102a2431b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfc9521fa981c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json
ArtifactUUID:ab27a012-c94a-44e5-819a-fe23ecbff708
ArtifactChecksum:NzVjYjRhNTA3ODc4MTQ4ZGJiZTI1OWIyMjEwZWE4N2U=
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/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml
ArtifactUUID:f14ec000-c451-4bdd-b76e-42ad12520852
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/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env
ArtifactUUID:f25e4f05-f9e0-4854-9289-284b5b119d73
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/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env
ArtifactUUID:f25e4f05-f9e0-4854-9289-284b5b119d73
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-10T05:44:53.508Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b442106d-7a9f-4ccd-8a82-7cd6c70dd408 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-10T05:44:53.541Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T05:44:53.542Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-10T05:44:53.542Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-10T05:44:53.542Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 273e651c-ba4f-4f46-8890-c84d344621d6 from URL: /sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:53.542Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-10T05:44:53.543Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:53.766Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-10T05:44:53.775Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar 273e651c-ba4f-4f46-8890-c84d344621d6 110215
2021-04-10T05:44:53.776Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar ASDC sendASDCNotification
2021-04-10T05:44:53.776Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:53.776Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:44:53.777Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:44:53.779Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:44:53.779Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033493776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:44:53.881Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:44:53.882Z||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-10T05:44:53.882Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:53.892Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:44:53.892Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:44:54.781Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T05:44:54.782Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-10T05:44:54.783Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 273e651c-ba4f-4f46-8890-c84d344621d6, URL: /sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar to file: /app/ASDC/1/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:54.783Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210410054145-csar.csar
2021-04-10T05:44:54.783Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:54.783Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:55.146Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13859698185550578633/Definitions/service-Vfw20210410054145-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-10T05:44:57.458Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T05:44:57.459Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-10T05:44:57.459Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.460Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-10T05:44:57.460Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||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-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.460Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||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-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.460Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fc9521fa-981c 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.460Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.460Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.461Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.461Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||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-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.461Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fc9521fa-981c 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-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.461Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.461Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.461Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.462Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.462Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.462Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210410054145-csar.csar
2021-04-10T05:44:57.462Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-10T05:44:57.462Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:44:57.463Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:44:57.463Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is matching search criteria
2021-04-10T05:44:57.463Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-10T05:44:57.464Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fc9521fa-981c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T05:44:57.464Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:44:57.464Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:44:57.465Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is matching search criteria
2021-04-10T05:44:57.465Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-10T05:44:57.465Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fc9521fa-981c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T05:44:57.466Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:44:57.466Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:44:57.466Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:44:57.466Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is not matching search criteria
2021-04-10T05:44:57.467Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T05:44:57.467Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T05:44:57.467Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-10T05:44:57.467Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-10T05:44:57.468Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.468Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-10T05:44:57.468Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.468Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-10T05:44:57.469Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-10T05:44:57.469Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.469Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-10T05:44:57.469Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-10T05:44:57.470Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-10T05:44:57.470Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-10T05:44:57.470Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.470Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-10T05:44:57.471Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:44:57.471Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T05:44:57.471Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:44:57.471Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is matching search criteria
2021-04-10T05:44:57.472Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fc9521fa-981c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:44:57.472Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:44:57.472Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is matching search criteria
2021-04-10T05:44:57.473Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fc9521fa-981c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:44:57.473Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:44:57.473Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is matching search criteria
2021-04-10T05:44:57.473Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fc9521fa-981c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:44:57.474Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:44:57.474Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is not matching search criteria
2021-04-10T05:44:57.474Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T05:44:57.474Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T05:44:57.474Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-10T05:44:57.474Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-10T05:44:57.475Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-10T05:44:57.475Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.475Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-10T05:44:57.475Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-10T05:44:57.475Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-10T05:44:57.475Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-10T05:44:57.475Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.476Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ce9d06f9-b91a-44ac-b5f8-f0a8485d924e
2021-04-10T05:44:57.476Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:44:57.476Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is not matching search criteria
2021-04-10T05:44:57.476Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T05:44:57.476Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T05:44:57.476Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-10T05:44:57.476Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-10T05:44:57.477Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.477Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-10T05:44:57.477Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.477Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-10T05:44:57.477Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-10T05:44:57.477Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-10T05:44:57.477Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-10T05:44:57.477Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.478Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cab3d06a-a6a4-49fb-87cd-beaf9079933b
2021-04-10T05:44:57.478Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:44:57.478Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is not matching search criteria
2021-04-10T05:44:57.478Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T05:44:57.478Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T05:44:57.478Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-10T05:44:57.478Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-10T05:44:57.479Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.479Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-10T05:44:57.479Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.479Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-10T05:44:57.479Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-10T05:44:57.479Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-10T05:44:57.479Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-10T05:44:57.479Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-10T05:44:57.480Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=96b79215-c47d-4bc0-b697-a945b6bb954d
2021-04-10T05:44:57.480Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:44:57.480Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:44:57.480Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:44:57.480Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:44:57.480Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:44:57.481Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:44:57.481Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:44:57.481Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:44:57.481Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-10 05-41-45
Description:catalog service description
Model UUID:b442106d-7a9f-4ccd-8a82-7cd6c70dd408
Model Version:NULL
Model InvariantUuid:6b65f00c-9894-4524-ae5a-493b901d1389
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW fc9521fa-981c
Model UUID:f9f3a2ad-f1e9-4f76-a9af-1777aaf04ca6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:32617415-b1c3-4cc4-acc9-5c213f1414b4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f4decfe1-e9d0-4616-aa59-0917a992360a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:92de0413-986d-4650-9419-5120eba2c4ea
ModelName:VfwFc9521fa981c..base_vfw..module-0
ModelUuid:425ef4c7-7693-4547-9e37-dec7877982d8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ce9d06f9-b91a-44ac-b5f8-f0a8485d924e
ModelInvariantUuid:a5f418bf-88c0-47d6-b7d4-4b444da5b21d
ModelName:vFW fc9521fa-981c-nodes.vfwCvfc
ModelUuid:35369e4d-e6ac-4e37-9486-982b5150ba9f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:36401656-671d-4e28-81f4-4cd475a1cbe5
ModelInvariantUuid:d8724253-a8ee-4ca7-b2be-c3bb97865223
ModelName:VfwFc9521fa981c.compute.nodes.heat.vfw
ModelUuid:07d0e641-51b5-403a-bc2f-d98b2054eb8c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:cab3d06a-a6a4-49fb-87cd-beaf9079933b
ModelInvariantUuid:1edf7c1b-19ac-4ee7-8a11-0eb7126635a7
ModelName:vFW fc9521fa-981c-nodes.vsnCvfc
ModelUuid:a6b849ac-39dd-4d57-92b7-1439fd50b875
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:baa7b353-7dc0-46d4-acc3-2bba643d578f
ModelInvariantUuid:8329b939-7dbc-4a94-8a95-8278c4a968e7
ModelName:VfwFc9521fa981c.compute.nodes.heat.vsn
ModelUuid:3ebfcea7-d464-4d33-8363-80cf1a7ce549
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:96b79215-c47d-4bc0-b697-a945b6bb954d
ModelInvariantUuid:72dae9ea-43b6-4659-905d-90847f01363e
ModelName:vFW fc9521fa-981c-nodes.vpgCvfc
ModelUuid:396bd235-2c36-4d3f-a78a-fc328ff838c8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:28440f7c-0951-49c2-a9e1-982fcbb32e7d
ModelInvariantUuid:1aab09ba-40d3-4e2f-aabf-b04cc9fb2d3f
ModelName:VfwFc9521fa981c.compute.nodes.heat.vpg
ModelUuid:3bc44ab9-b1e2-4a26-b13c-cb9fb3a6158b
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-10T05:44:57.486Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 926d0748-487d-461c-acab-9e6102a2431b
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-10T05:44:57.489Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||vFW fc9521fa-981c 0
2021-04-10T05:44:57.489Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 926d0748-487d-461c-acab-9e6102a2431b
2021-04-10T05:44:57.489Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ab27a012-c94a-44e5-819a-fe23ecbff708 from URL: /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json
2021-04-10T05:44:57.489Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-10T05:44:57.489Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json
2021-04-10T05:44:58.475Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-10T05:44:58.475Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json ab27a012-c94a-44e5-819a-fe23ecbff708 785
2021-04-10T05:44:58.476Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json ASDC sendASDCNotification
2021-04-10T05:44:58.476Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json
2021-04-10T05:44:58.476Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:44:58.476Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:44:58.478Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:44:58.478Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033498476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:44:58.578Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:44:58.579Z||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-10T05:44:58.580Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:44:58.590Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:44:58.590Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:44:59.479Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFc9521fa981c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "92de0413-986d-4650-9419-5120eba2c4ea",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "425ef4c7-7693-4547-9e37-dec7877982d8",
"vfModuleModelCustomizationUUID": "814d95ee-44cc-45b9-a033-7a19d3dcef5c",
"isBase": true,
"artifacts": [
"f14ec000-c451-4bdd-b76e-42ad12520852",
"f25e4f05-f9e0-4854-9289-284b5b119d73"
],
"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-10T05:44:59.482Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFc9521fa981c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:425ef4c7-7693-4547-9e37-dec7877982d8
VfModuleModelInvariantUUID:92de0413-986d-4650-9419-5120eba2c4ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
f14ec000-c451-4bdd-b76e-42ad12520852
,
f25e4f05-f9e0-4854-9289-284b5b119d73
}
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-10T05:44:59.484Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFc9521fa981c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "92de0413-986d-4650-9419-5120eba2c4ea",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "425ef4c7-7693-4547-9e37-dec7877982d8",
"vfModuleModelCustomizationUUID": "814d95ee-44cc-45b9-a033-7a19d3dcef5c",
"isBase": true,
"artifacts": [
"f14ec000-c451-4bdd-b76e-42ad12520852",
"f25e4f05-f9e0-4854-9289-284b5b119d73"
],
"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-10T05:44:59.484Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFc9521fa981c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:425ef4c7-7693-4547-9e37-dec7877982d8
VfModuleModelInvariantUUID:92de0413-986d-4650-9419-5120eba2c4ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
f14ec000-c451-4bdd-b76e-42ad12520852
,
f25e4f05-f9e0-4854-9289-284b5b119d73
}
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-10T05:44:59.484Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f14ec000-c451-4bdd-b76e-42ad12520852 from URL: /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml
2021-04-10T05:44:59.485Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-10T05:44:59.485Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml
2021-04-10T05:45:00.708Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-10T05:45:00.709Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml f14ec000-c451-4bdd-b76e-42ad12520852 20368
2021-04-10T05:45:00.709Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-10T05:45:00.709Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml
2021-04-10T05:45:00.709Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:45:00.709Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:45:00.711Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:45:00.711Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033500709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:45:00.811Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:45:00.812Z||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-10T05:45:00.812Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:45:00.822Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:45:00.823Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:45:01.712Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f25e4f05-f9e0-4854-9289-284b5b119d73 from URL: /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env
2021-04-10T05:45:01.713Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-10T05:45:01.713Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env
2021-04-10T05:45:03.004Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-10T05:45:03.005Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env f25e4f05-f9e0-4854-9289-284b5b119d73 2098
2021-04-10T05:45:03.005Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-10T05:45:03.005Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env
2021-04-10T05:45:03.005Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:45:03.006Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:45:03.007Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:45:03.007Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033503005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:45:03.108Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-10T05:45:03.109Z||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-10T05:45:03.109Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:45:03.120Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:45:03.121Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:45:04.008Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b442106d-7a9f-4ccd-8a82-7cd6c70dd408
2021-04-10T05:45:04.008Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fc9521fa-981c 0 926d0748-487d-461c-acab-9e6102a2431b 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-10T05:45:04.025Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:45:04.025Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:45:04.025Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-04-10T05:45:04.025Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f4decfe1-e9d0-4616-aa59-0917a992360a
2021-04-10T05:45:04.025Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f4decfe1-e9d0-4616-aa59-0917a992360a matches Tosca VF Customization UUID: f4decfe1-e9d0-4616-aa59-0917a992360a
2021-04-10T05:45:04.025Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f4decfe1-e9d0-4616-aa59-0917a992360a 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-10T05:45:04.027Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:45:04.028Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:45:04.028Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f4decfe1-e9d0-4616-aa59-0917a992360a: {\"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-10T05:45:04.028Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@26b0dabf
2021-04-10T05:45:04.028Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:45:04.028Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T05:45:04.029Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 814d95ee-44cc-45b9-a033-7a19d3dcef5c
2021-04-10T05:45:04.029Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 814d95ee-44cc-45b9-a033-7a19d3dcef5c
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-10T05:45:04.031Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:45:04.031Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is matching search criteria
2021-04-10T05:45:04.031Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fc9521fa-981c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:45:04.032Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:45:04.032Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is matching search criteria
2021-04-10T05:45:04.032Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fc9521fa-981c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:45:04.032Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:45:04.033Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is not matching search criteria
2021-04-10T05:45:04.033Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T05:45:04.033Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T05:45:04.033Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-10T05:45:04.033Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-10T05:45:04.034Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-10T05:45:04.034Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-10T05:45:04.034Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-10T05:45:04.034Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-10T05:45:04.034Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-10T05:45:04.035Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-10T05:45:04.035Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T05:45:04.035Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ce9d06f9-b91a-44ac-b5f8-f0a8485d924e
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-10T05:45:04.037Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:45:04.038Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is matching search criteria
2021-04-10T05:45:04.038Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fc9521fa-981c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:45:04.038Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:45:04.038Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is not matching search criteria
2021-04-10T05:45:04.038Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T05:45:04.039Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T05:45:04.039Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-10T05:45:04.039Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-10T05:45:04.039Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-10T05:45:04.039Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-10T05:45:04.040Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T05:45:04.040Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-10T05:45:04.040Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-10T05:45:04.040Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-10T05:45:04.040Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-10T05:45:04.041Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T05:45:04.041Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cab3d06a-a6a4-49fb-87cd-beaf9079933b
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-10T05:45:04.043Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:45:04.043Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is matching search criteria
2021-04-10T05:45:04.043Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fc9521fa-981c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:45:04.047Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:45:04.047Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is not matching search criteria
2021-04-10T05:45:04.047Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T05:45:04.047Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T05:45:04.048Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-10T05:45:04.048Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-10T05:45:04.048Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-10T05:45:04.048Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-10T05:45:04.048Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T05:45:04.049Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-10T05:45:04.049Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-10T05:45:04.049Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-10T05:45:04.049Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-10T05:45:04.049Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-10T05:45:04.050Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=96b79215-c47d-4bc0-b697-a945b6bb954d
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-10T05:45:04.052Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:45:04.052Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is matching search criteria
2021-04-10T05:45:04.053Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fc9521fa-981c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T05:45:04.053Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:45:04.053Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Node template vFW fc9521fa-981c 0 is matching search criteria
2021-04-10T05:45:04.053Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fc9521fa-981c 0] matching following query criteria: sdcType=VF, customizationUUID=f4decfe1-e9d0-4616-aa59-0917a992360a
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-10T05:45:04.055Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:45:04.055Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:45:04.056Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b442106d-7a9f-4ccd-8a82-7cd6c70dd408: vFW fc9521fa-981c
2021-04-10T05:45:04.056Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:45:04.056Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:45:04.056Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:45:04.057Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:45:04.057Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:45:04.057Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:45:04.057Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:45:04.057Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:45:04.057Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:45:04.057Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-10 05-41-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:45:04.058Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-04-10 05-41-45
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-10T05:45:04.206Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fc9521fa-981c 926d0748-487d-461c-acab-9e6102a2431b 1 ASDC deployResourceStructure
2021-04-10T05:45:04.207Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json ASDC sendASDCNotification
2021-04-10T05:45:04.207Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json
2021-04-10T05:45:04.207Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:45:04.207Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:45:04.209Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:45:04.209Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033504207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-10T05:45:04.310Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T05:45:04.311Z||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-10T05:45:04.311Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:45:04.323Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:45:04.323Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-10T05:45:05.210Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-10T05:45:05.210Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml
2021-04-10T05:45:05.211Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:45:05.211Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:45:05.213Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:45:05.213Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033505210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-10T05:45:05.313Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:45:05.314Z||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-10T05:45:05.314Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:45:05.324Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:45:05.324Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:45:06.214Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-10T05:45:06.214Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env
2021-04-10T05:45:06.214Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:45:06.214Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:45:06.216Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:45:06.216Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033506214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-10T05:45:06.317Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T05:45:06.318Z||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-10T05:45:06.318Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:45:06.328Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:45:06.329Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-10T05:45:07.217Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar ASDC sendASDCNotification
2021-04-10T05:45:07.217Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar
2021-04-10T05:45:07.218Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:45:07.218Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:45:07.220Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:45:07.220Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033507217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T05:45:07.320Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:45:07.321Z||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-10T05:45:07.321Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:45:07.332Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:45:07.332Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-10T05:45:08.222Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2ac820c-9095-4b3e-9e37-89ecdc045349
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T05:45:08.230Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2ac820c-9095-4b3e-9e37-89ecdc045349
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-10T05:45:08.232Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:45:08.232Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T05:45:08.232Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T05:45:38.233Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2ac820c-9095-4b3e-9e37-89ecdc045349
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T05:45:38.241Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2ac820c-9095-4b3e-9e37-89ecdc045349
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-10T05:45:38.243Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:45:38.243Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T05:45:38.243Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T05:45:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:45:45.856Z||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-10T05:45:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:45:45.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:45:45.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25db912a-60c2-4ae6-89da-0fb7619c57d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033433344,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T05:45:45.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033446819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033449639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033448362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "clamp",
"timestamp": 1618033449317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "aai-ml",
"timestamp": 1618033451873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "policy-id",
"timestamp": 1618033444860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033448362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
"status": "NOTIFIED"
}
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "clamp",
"timestamp": 1618033449317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
"status": "NOTIFIED"
}
2021-04-10T05:45:45.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033446819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033449639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
"status": "NOTIFIED"
}
2021-04-10T05:45:45.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "aai-ml",
"timestamp": 1618033451873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "policy-id",
"timestamp": 1618033444860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033454972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "clamp",
"timestamp": 1618033449317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033449639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033448362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-10T05:45:45.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033446819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "aai-ml",
"timestamp": 1618033451873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "policy-id",
"timestamp": 1618033444860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033454972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033456168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "clamp",
"timestamp": 1618033449317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033448362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033449639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "aai-ml",
"timestamp": 1618033451873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033446819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "policy-id",
"timestamp": 1618033444860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033454972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033456168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
"status": "NOTIFIED"
}
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033449639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033448362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "clamp",
"timestamp": 1618033449317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "aai-ml",
"timestamp": 1618033451873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033446819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "policy-id",
"timestamp": 1618033444860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "cds",
"timestamp": 1618033457931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033454972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033456168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-10T05:45:45.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "clamp",
"timestamp": 1618033449317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033449639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033448362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033446819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "aai-ml",
"timestamp": 1618033451873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "policy-id",
"timestamp": 1618033444860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "cds",
"timestamp": 1618033457931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033454972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033456168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "clamp",
"timestamp": 1618033449317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:45:45.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033449639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:45:45.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033448362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:45:45.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033446819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "aai-ml",
"timestamp": 1618033451873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:45:45.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "policy-id",
"timestamp": 1618033444860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:45:45.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "cds",
"timestamp": 1618033457931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033454972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033456168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-10T05:45:45.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "cds",
"timestamp": 1618033457931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033454972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:45:45.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033456168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033462298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.902Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033462329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.902Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "aai-ml",
"timestamp": 1618033462370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.902Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "policy-id",
"timestamp": 1618033462428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.903Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "cds",
"timestamp": 1618033457931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033456168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:45:45.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033462990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "policy-id",
"timestamp": 1618033463432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T05:45:45.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033463565,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "cds",
"timestamp": 1618033457931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033463648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.905Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033464088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.906Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "policy-id",
"timestamp": 1618033464436,
"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-10T05:45:45.914Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2ac820c-9095-4b3e-9e37-89ecdc045349
2021-04-10T05:45:45.914Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2ac820c-9095-4b3e-9e37-89ecdc045349 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-10T05:45:45.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "dcae-sch",
"timestamp": 1618033463843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "cds",
"timestamp": 1618033457931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:45:45.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "dcae-sch",
"timestamp": 1618033463843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033465763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033466296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T05:45:45.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033466408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "dcae-sch",
"timestamp": 1618033463843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033466767,
"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-10T05:45:45.931Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2ac820c-9095-4b3e-9e37-89ecdc045349
2021-04-10T05:45:45.931Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2ac820c-9095-4b3e-9e37-89ecdc045349 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-10T05:45:45.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "cds",
"timestamp": 1618033467022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.937Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033467267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.938Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033467301,
"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-10T05:45:45.942Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d2ac820c-9095-4b3e-9e37-89ecdc045349
2021-04-10T05:45:45.942Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2ac820c-9095-4b3e-9e37-89ecdc045349 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-10T05:45:45.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033467432,
"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-10T05:45:45.955Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2ac820c-9095-4b3e-9e37-89ecdc045349
2021-04-10T05:45:45.955Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2ac820c-9095-4b3e-9e37-89ecdc045349 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-10T05:45:45.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "dcae-sch",
"timestamp": 1618033463843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "clamp",
"timestamp": 1618033467557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033467770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-10T05:45:45.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "cds",
"timestamp": 1618033468028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T05:45:45.966Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d2ac820c-9095-4b3e-9e37-89ecdc045349
2021-04-10T05:45:45.967Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2ac820c-9095-4b3e-9e37-89ecdc045349 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T05:45:45.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033468435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-10T05:45:45.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "dcae-sch",
"timestamp": 1618033463843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "clamp",
"timestamp": 1618033468576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T05:45:45.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "dcae-sch",
"timestamp": 1618033463843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "clamp",
"timestamp": 1618033469578,
"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-10T05:45:45.980Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d2ac820c-9095-4b3e-9e37-89ecdc045349
2021-04-10T05:45:45.980Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2ac820c-9095-4b3e-9e37-89ecdc045349 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-10T05:45:45.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033469912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:45:45.990Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:45.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "dcae-sch",
"timestamp": 1618033463843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:45:45.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:45:45.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:45.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033470919,
"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-10T05:45:45.998Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2ac820c-9095-4b3e-9e37-89ecdc045349
2021-04-10T05:45:45.998Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2ac820c-9095-4b3e-9e37-89ecdc045349 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-10T05:45:46.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:46.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033471922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-10T05:45:46.006Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:46.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:46.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "aai-ml",
"timestamp": 1618033473713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T05:45:46.007Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:45:46.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:45:46.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "aai-ml",
"timestamp": 1618033474717,
"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-10T05:45:46.012Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d2ac820c-9095-4b3e-9e37-89ecdc045349
2021-04-10T05:45:46.012Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2ac820c-9095-4b3e-9e37-89ecdc045349 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-10T05:46:08.244Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2ac820c-9095-4b3e-9e37-89ecdc045349
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T05:46:08.252Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2ac820c-9095-4b3e-9e37-89ecdc045349
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-10T05:46:08.255Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:46:08.255Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-10T05:46:08.255Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-10T05:46:08.255Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-10T05:46:08.255Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T05:46:08.255Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T05:46:08.255Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T05:46:08.255Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T05:46:08.255Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T05:46:08.255Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T05:46:08.255Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||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-10T05:46:08.259Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-10T05:46:38.259Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d2ac820c-9095-4b3e-9e37-89ecdc045349 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-10T05:46:38.263Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d2ac820c-9095-4b3e-9e37-89ecdc045349 and serviceModelVersionId: b442106d-7a9f-4ccd-8a82-7cd6c70dd408
2021-04-10T05:46:38.263Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6b65f00c-9894-4524-ae5a-493b901d1389
2021-04-10T05:46:38.264Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6b65f00c-9894-4524-ae5a-493b901d1389/model-vers/model-ver/b442106d-7a9f-4ccd-8a82-7cd6c70dd408?depth=0
2021-04-10T05:46:38.268Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T05:46:38.312Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b65f00c-9894-4524-ae5a-493b901d1389/model-vers/model-ver/b442106d-7a9f-4ccd-8a82-7cd6c70dd408?depth=0|INFO|500||Invoke
2021-04-10T05:46:38.312Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b65f00c-9894-4524-ae5a-493b901d1389/model-vers/model-ver/b442106d-7a9f-4ccd-8a82-7cd6c70dd408?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b65f00c-9894-4524-ae5a-493b901d1389/model-vers/model-ver/b442106d-7a9f-4ccd-8a82-7cd6c70dd408?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d2ac820c-9095-4b3e-9e37-89ecdc045349], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[518551d3-ab51-4790-b919-ff3d4046315d], X-ECOMP-RequestID=[d2ac820c-9095-4b3e-9e37-89ecdc045349], X-TransactionId=[], X-ONAP-RequestID=[d2ac820c-9095-4b3e-9e37-89ecdc045349], Content-Type=[application/merge-patch+json]}
2021-04-10T05:46:38.333Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b65f00c-9894-4524-ae5a-493b901d1389/model-vers/model-ver/b442106d-7a9f-4ccd-8a82-7cd6c70dd408?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-10T05:46:38.707Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b65f00c-9894-4524-ae5a-493b901d1389/model-vers/model-ver/b442106d-7a9f-4ccd-8a82-7cd6c70dd408?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/6b65f00c-9894-4524-ae5a-493b901d1389/model-vers/model-ver/b442106d-7a9f-4ccd-8a82-7cd6c70dd408?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210410-05:46:38:331-51535], vertex-id=[155656], Content-Length=[0], Date=[Sat, 10 Apr 2021 05:46:38 GMT], Content-Type=[application/json]}
2021-04-10T05:46:38.707Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b65f00c-9894-4524-ae5a-493b901d1389/model-vers/model-ver/b442106d-7a9f-4ccd-8a82-7cd6c70dd408?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-10T05:46:38.708Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b65f00c-9894-4524-ae5a-493b901d1389/model-vers/model-ver/b442106d-7a9f-4ccd-8a82-7cd6c70dd408?depth=0|INFO|500||InvokeReturn
2021-04-10T05:46:38.708Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T05:46:38.708Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||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-10T05:46:38.712Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||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-10T05:46:38.712Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d2ac820c-9095-4b3e-9e37-89ecdc045349 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-10T05:46:38.712Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-10T05:46:38.712Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:46:38.714Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:46:38.714Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033598712,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T05:46:38.814Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:46:38.815Z||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-10T05:46:38.816Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:46:38.829Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:46:38.830Z||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-10T05:46:39.724Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:46:39.724Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:46:39.725Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:46:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:46:45.857Z||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-10T05:46:45.858Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:46:45.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:46:45.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033485853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:46:45.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:46:45.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033485853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
"status": "NOTIFIED"
}
2021-04-10T05:46:45.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:46:45.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033485853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-10T05:46:45.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:46:45.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033485853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:46:45.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:46:45.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033485853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-10T05:46:45.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:46:45.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033485853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:46:45.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:46:45.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033485853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:46:45.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-10T05:46:45.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033493776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:46:45.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:46:45.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033498476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:46:45.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:46:45.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033500709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033503005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033504207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/vfwfc9521fa981c0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033505210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033506214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/resourceInstances/vfwfc9521fa981c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:46:45.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033507217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410054145/1.0/artifacts/service-Vfw20210410054145-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T05:46:45.885Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:46:49.279Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:46:49.280Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:46:49.280Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:46:49.280Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:46:58.820Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:47:45.853Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:47:45.854Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:47:45.854Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:47:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:47:45.856Z||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-10T05:47:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:47:46.376Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:47:46.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:47:46.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2ac820c-9095-4b3e-9e37-89ecdc045349",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033598712,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T05:47:46.377Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:47:55.394Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:48:45.853Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:48:45.854Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T05:48:45.854Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:48:45.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:48:45.856Z||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-10T05:48:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:48:55.397Z|d2ac820c-9095-4b3e-9e37-89ecdc045349|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:48:55.397Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:49:45.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:49:45.854Z||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-10T05:49:45.854Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:49:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:49:45.856Z||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-10T05:49:45.856Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:49:54.897Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:49:54.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:49:54.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"9252ecef-48ea-4bfc-825f-81ceb3ae316e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e8aeecdc-88ba-4eec-a9aa-10012066a8b8","serviceDescription":"service","serviceInvariantUUID":"683f1bc0-8217-49ab-8fea-ee400ab3bed6","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c9210cf4-69aa-42c6-aefc-cecc6936d57b","resourceInvariantUUID":"05129357-cada-4bd4-a71d-eac90e046d29","resourceCustomizationUUID":"b7e45086-45d4-48ee-ac9b-ffdfac7e0bb4","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":"Mzc2Y2JhOTZkYzZiZDhiOWU3OTQ4MzlkOTRiMGJhNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9d1245f-b6fe-449c-a1ac-275fd28fbf23","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YTE4MmFkODE5NjA5M2VkY2U4ODNkZjk1ZmZhNmVkOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8265b4-2d35-40f5-8f75-3a140601e46e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T05:49:54.900Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:49:54.901Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:49:54.903Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:49:54.903Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033785853,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:49:55.003Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:49:55.004Z||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-10T05:49:55.004Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:49:55.014Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:49:55.014Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:49:55.119Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:49:55.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:49:55.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033788362,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:49:55.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:49:55.904Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:49:55.905Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:49:55.907Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:49:55.907Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033785853,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:49:56.008Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T05:49:56.009Z||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-10T05:49:56.009Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:49:56.024Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:49:56.025Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:49:56.908Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "e8aeecdc-88ba-4eec-a9aa-10012066a8b8",
"serviceDescription": "service",
"serviceInvariantUUID": "683f1bc0-8217-49ab-8fea-ee400ab3bed6",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "b7e45086-45d4-48ee-ac9b-ffdfac7e0bb4",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "c9210cf4-69aa-42c6-aefc-cecc6936d57b",
"resourceInvariantUUID": "05129357-cada-4bd4-a71d-eac90e046d29",
"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": "YTE4MmFkODE5NjA5M2VkY2U4ODNkZjk1ZmZhNmVkOGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8a8265b4-2d35-40f5-8f75-3a140601e46e"
}
],
"workloadContext": "Production"
}
2021-04-10T05:49:56.909Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T05:49:56.909Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e8aeecdc-88ba-4eec-a9aa-10012066a8b8 ASDC
2021-04-10T05:49:56.909Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:9252ecef-48ea-4bfc-825f-81ceb3ae316e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e8aeecdc-88ba-4eec-a9aa-10012066a8b8
ServiceInvariantUUID:683f1bc0-8217-49ab-8fea-ee400ab3bed6
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:8a8265b4-2d35-40f5-8f75-3a140601e46e
ArtifactChecksum:YTE4MmFkODE5NjA5M2VkY2U4ODNkZjk1ZmZhNmVkOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b7e45086-45d4-48ee-ac9b-ffdfac7e0bb4
ResourceInvariantUUID:05129357-cada-4bd4-a71d-eac90e046d29
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c9210cf4-69aa-42c6-aefc-cecc6936d57b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-04-10T05:49:56.910Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8aeecdc-88ba-4eec-a9aa-10012066a8b8 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-10T05:49:56.936Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T05:49:56.936Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T05:49:56.936Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T05:49:56.936Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8a8265b4-2d35-40f5-8f75-3a140601e46e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-10T05:49:56.936Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-10T05:49:56.936Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-10T05:49:57.816Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-10T05:49:57.818Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8265b4-2d35-40f5-8f75-3a140601e46e 52216
2021-04-10T05:49:57.818Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-10T05:49:57.819Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-10T05:49:57.819Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:49:57.819Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:49:57.821Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:49:57.821Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033797818,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:49:57.921Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:49:57.922Z||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-10T05:49:57.922Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:49:57.934Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:49:57.934Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:49:58.821Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T05:49:58.822Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T05:49:58.823Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8a8265b4-2d35-40f5-8f75-3a140601e46e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T05:49:58.823Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-10T05:49:58.823Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T05:49:58.823Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T05:49:58.989Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11313129277362719259/Definitions/service-BasicNetwork-template.yml
2021-04-10T05:49:59.398Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T05:49:59.398Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-10T05:49:59.398Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T05:49:59.398Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-10T05:49:59.398Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T05:49:59.399Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T05:49:59.399Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T05:49:59.399Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T05:49:59.399Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T05:49:59.399Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T05:49:59.399Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T05:49:59.400Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T05:49:59.400Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-10T05:49:59.400Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:49:59.400Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.400Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-10T05:49:59.400Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-10T05:49:59.401Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T05:49:59.401Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:49:59.401Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.401Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-10T05:49:59.401Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-10T05:49:59.402Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T05:49:59.402Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:49:59.402Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.402Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:49:59.402Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.403Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:49:59.403Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.403Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:49:59.403Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.403Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:49:59.403Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.404Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:e8aeecdc-88ba-4eec-a9aa-10012066a8b8
Model Version:NULL
Model InvariantUuid:683f1bc0-8217-49ab-8fea-ee400ab3bed6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:05129357-cada-4bd4-a71d-eac90e046d29
Model UUID:74e678a5-31e9-4e1c-8b81-a0bdad625c98
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:b7e45086-45d4-48ee-ac9b-ffdfac7e0bb4
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-10T05:49:59.408Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: c9210cf4-69aa-42c6-aefc-cecc6936d57b
2021-04-10T05:49:59.409Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||No resources found for Service: e8aeecdc-88ba-4eec-a9aa-10012066a8b8
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-10T05:49:59.412Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||
2021-04-10T05:49:59.412Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-04-10T05:49:59.413Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||No resources found for Service: e8aeecdc-88ba-4eec-a9aa-10012066a8b8
2021-04-10T05:49:59.413Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e8aeecdc-88ba-4eec-a9aa-10012066a8b8
2021-04-10T05:49:59.413Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-04-10T05:49:59.413Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T05:49:59.419Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:49:59.419Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.420Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:49:59.420Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.420Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e8aeecdc-88ba-4eec-a9aa-10012066a8b8: Generic NeutronNet
2021-04-10T05:49:59.420Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:49:59.420Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.421Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:49:59.421Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-04-10T05:49:59.458Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:49:59.459Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.459Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:49:59.459Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.460Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:49:59.460Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:49:59.460Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-04-10T05:49:59.522Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-04-10T05:49:59.522Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-10T05:49:59.523Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-10T05:49:59.523Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T05:49:59.523Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:49:59.525Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:49:59.525Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033799522,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T05:49:59.626Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:49:59.626Z||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-10T05:49:59.627Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:49:59.636Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:49:59.637Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:50:00.526Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T05:50:00.535Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
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-10T05:50:00.537Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:50:00.537Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T05:50:00.537Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T05:50:30.537Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T05:50:30.544Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
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-10T05:50:30.546Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:50:30.546Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T05:50:30.546Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T05:50:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:50:45.856Z||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-10T05:50:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:50:45.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:50:45.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:50:45.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "cds",
"timestamp": 1618033787931,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:50:45.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:50:45.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:50:45.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033784973,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:50:45.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:51:00.546Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T05:51:00.555Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
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-10T05:51:00.556Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:51:00.557Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T05:51:00.557Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T05:51:30.557Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T05:51:30.566Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
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-10T05:51:30.568Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:51:30.568Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T05:51:30.569Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T05:51:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:51:45.857Z||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-10T05:51:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:51:45.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:51:45.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:51:45.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033786819,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:51:45.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:51:45.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:51:45.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033785853,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:51:45.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:51:45.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:51:45.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033789639,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:51:45.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:51:45.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:51:45.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "policy-id",
"timestamp": 1618033784860,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:51:45.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:52:00.569Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T05:52:00.578Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
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-10T05:52:00.580Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:52:00.580Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T05:52:00.580Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T05:52:30.580Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T05:52:30.588Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
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-10T05:52:30.590Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:52:30.590Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T05:52:30.590Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T05:52:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:52:45.857Z||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-10T05:52:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:52:45.893Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:52:45.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "cds",
"timestamp": 1618033787931,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:52:45.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033789639,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033788362,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033784973,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033786819,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033785853,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "policy-id",
"timestamp": 1618033784860,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033796168,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033796168,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033797818,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "cds",
"timestamp": 1618033797815,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:52:45.900Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:52:45.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033797818,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:52:45.900Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:52:45.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "policy-id",
"timestamp": 1618033797811,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:52:45.900Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:52:45.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "cds",
"timestamp": 1618033798821,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T05:52:45.907Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9252ecef-48ea-4bfc-825f-81ceb3ae316e
2021-04-10T05:52:45.907Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9252ecef-48ea-4bfc-825f-81ceb3ae316e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T05:52:45.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "policy-id",
"timestamp": 1618033798815,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T05:52:45.916Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:52:45.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033799297,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T05:52:45.916Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:52:45.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618033799522,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T05:52:45.917Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:52:45.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "policy-id",
"timestamp": 1618033799818,
"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-10T05:52:45.922Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9252ecef-48ea-4bfc-825f-81ceb3ae316e
2021-04-10T05:52:45.922Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9252ecef-48ea-4bfc-825f-81ceb3ae316e 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-10T05:52:45.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033800303,
"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-10T05:52:45.934Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9252ecef-48ea-4bfc-825f-81ceb3ae316e
2021-04-10T05:52:45.935Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9252ecef-48ea-4bfc-825f-81ceb3ae316e 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-10T05:52:45.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "dcae-sch",
"timestamp": 1618033803843,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:52:45.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:52:45.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "dcae-sch",
"timestamp": 1618033803843,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:52:45.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:52:45.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "clamp",
"timestamp": 1618033809317,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:52:45.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:52:45.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "clamp",
"timestamp": 1618033809317,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:52:45.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:52:45.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "aai-ml",
"timestamp": 1618033811873,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:52:45.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:52:45.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "aai-ml",
"timestamp": 1618033811873,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:52:45.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:52:45.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "aai-ml",
"timestamp": 1618033815523,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:52:45.945Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:52:45.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "aai-ml",
"timestamp": 1618033819703,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T05:52:45.945Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:52:45.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "clamp",
"timestamp": 1618033820603,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:52:45.946Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:52:45.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "aai-ml",
"timestamp": 1618033820708,
"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-10T05:52:45.950Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9252ecef-48ea-4bfc-825f-81ceb3ae316e
2021-04-10T05:52:45.951Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9252ecef-48ea-4bfc-825f-81ceb3ae316e 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-10T05:52:45.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "clamp",
"timestamp": 1618033821620,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T05:52:45.959Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:52:45.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:52:45.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "clamp",
"timestamp": 1618033822622,
"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-10T05:52:45.963Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9252ecef-48ea-4bfc-825f-81ceb3ae316e
2021-04-10T05:52:45.963Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9252ecef-48ea-4bfc-825f-81ceb3ae316e 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-10T05:53:00.590Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T05:53:00.601Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e
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-10T05:53:00.606Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T05:53:00.607Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-10T05:53:00.607Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-10T05:53:00.607Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-10T05:53:00.607Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T05:53:00.607Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T05:53:00.607Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T05:53:00.607Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T05:53:00.607Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T05:53:00.607Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T05:53:00.607Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|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-10T05:53:00.612Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-10T05:53:30.614Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e 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-10T05:53:30.620Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9252ecef-48ea-4bfc-825f-81ceb3ae316e and serviceModelVersionId: e8aeecdc-88ba-4eec-a9aa-10012066a8b8
2021-04-10T05:53:30.620Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 683f1bc0-8217-49ab-8fea-ee400ab3bed6
2021-04-10T05:53:30.621Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/683f1bc0-8217-49ab-8fea-ee400ab3bed6/model-vers/model-ver/e8aeecdc-88ba-4eec-a9aa-10012066a8b8?depth=0
2021-04-10T05:53:30.625Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T05:53:30.676Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|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/683f1bc0-8217-49ab-8fea-ee400ab3bed6/model-vers/model-ver/e8aeecdc-88ba-4eec-a9aa-10012066a8b8?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-10T05:53:30.677Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/683f1bc0-8217-49ab-8fea-ee400ab3bed6/model-vers/model-ver/e8aeecdc-88ba-4eec-a9aa-10012066a8b8?depth=0|INFO|500||Invoke
2021-04-10T05:53:30.698Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/683f1bc0-8217-49ab-8fea-ee400ab3bed6/model-vers/model-ver/e8aeecdc-88ba-4eec-a9aa-10012066a8b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-10T05:53:30.918Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/683f1bc0-8217-49ab-8fea-ee400ab3bed6/model-vers/model-ver/e8aeecdc-88ba-4eec-a9aa-10012066a8b8?depth=0|INFO|500||InvokeReturn
2021-04-10T05:53:30.919Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|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/683f1bc0-8217-49ab-8fea-ee400ab3bed6/model-vers/model-ver/e8aeecdc-88ba-4eec-a9aa-10012066a8b8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210410-05:53:30:697-8019], vertex-id=[163848], Content-Length=[0], Date=[Sat, 10 Apr 2021 05:53:30 GMT], Content-Type=[application/json]}
2021-04-10T05:53:30.919Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-04-10T05:53:30.919Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T05:53:30.920Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|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-10T05:53:30.924Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|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-10T05:53:30.924Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9252ecef-48ea-4bfc-825f-81ceb3ae316e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-10T05:53:30.924Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-10T05:53:30.925Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:53:30.927Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:53:30.927Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "9252ecef-48ea-4bfc-825f-81ceb3ae316e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618034010924,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T05:53:31.027Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:53:31.028Z||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-10T05:53:31.028Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:31.042Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:53:31.042Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-10T05:53:31.937Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:53:31.937Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|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-10T05:53:31.938Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:36.206Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:53:36.207Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T05:53:36.207Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c43f9d24-2bf8-453d-9dc4-1f37a0930ef0","serviceName":"Demo_pNF_qpg4x9MYfm75ub96KctF","serviceVersion":"1.0","serviceUUID":"586432c5-0c80-4f2f-bdba-9b5ddae4ad90","serviceDescription":"catalog service description","serviceInvariantUUID":"929bb5e8-41f7-493f-a2db-db171d17ddfc","resources":[{"resourceInstanceName":"pNF d8644151-3df3 0","resourceName":"pNF d8644151-3df3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"69708574-b511-44ad-98e2-185f42416e1c","resourceInvariantUUID":"9aba6123-4b72-4f6b-a019-c2d99a9118c1","resourceCustomizationUUID":"6dd5f7ce-7a19-44e0-b264-791182280d48","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml","artifactChecksum":"NGQzMWUxNDE4ODFkZjkyNzBkMmM4YmRhMWU4Y2IxZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7731bd6e-099b-41ce-bcef-607fcce5e5ae","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar","artifactChecksum":"YWY4YmNiMDFkZTVmMGEyYjZmOTU2MzI4NzFmZWU1Yjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7769f5bf-0bde-4204-a4fb-0adbe78ae6cc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cab8477d-57b8-47fd-a95b-4e6531cd0aaf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml","artifactChecksum":"YmQ1NzJlMzJlMmVkMzEzN2RmNDIwNjM4NTI1OWI5NmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"39b63d9d-194b-4b67-9d78-0131d7fd34c1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b399014-7b13-46dc-815d-f4be3df76b76","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"628c8ce6-e0d7-4df9-8fe9-5252ab12cb61","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQpg4x9myfm75ub96kctf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml","artifactChecksum":"MWUzNzg3MDhkMDAzNTBmNjkwYjI3YmQ3ZWQzZTkwYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bcf89b-fade-487b-b441-5be51721d8c1","artifactVersion":"1"},{"artifactName":"service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar","artifactChecksum":"MDMzYTc3MmQ2OGMwOWU3YzQ4MzFlNzkxMzY2NDJiY2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"98b80713-61bb-44ed-bbf1-176b5a8a6a08","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T05:53:36.211Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:53:36.211Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:53:36.214Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:53:36.214Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618034011937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:36.314Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:53:36.315Z||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-10T05:53:36.315Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:36.325Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:53:36.326Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:53:37.215Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:53:37.216Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:53:37.220Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:53:37.220Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618034011937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:37.319Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-04-10T05:53:37.320Z||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-10T05:53:37.320Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:37.331Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:53:37.331Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:53:38.221Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:53:38.222Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:53:38.224Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:53:38.224Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618034011937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:38.324Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:53:38.325Z||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-10T05:53:38.325Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:38.335Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:53:38.335Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:53:39.224Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:53:39.225Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:53:39.227Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:53:39.227Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618034011937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:39.327Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:53:39.328Z||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-10T05:53:39.328Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:39.337Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:53:39.337Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:53:40.228Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:53:40.228Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:53:40.231Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:53:40.231Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618034011937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:40.331Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:53:40.332Z||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-10T05:53:40.332Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:40.342Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:53:40.342Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:53:41.232Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:53:41.233Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:53:41.235Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:53:41.235Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618034011937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:41.335Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:53:41.336Z||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-10T05:53:41.336Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:41.347Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:53:41.348Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:53:42.236Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:53:42.237Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:53:42.239Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:53:42.239Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618034011937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:42.339Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:53:42.340Z||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-10T05:53:42.340Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:42.351Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:53:42.352Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:53:43.239Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T05:53:43.240Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:53:43.242Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:53:43.242Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618034011937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:53:43.342Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:53:43.344Z||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-10T05:53:43.344Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:43.354Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:53:43.355Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:53:44.243Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"serviceName": "Demo_pNF_qpg4x9MYfm75ub96KctF",
"serviceVersion": "1.0",
"serviceUUID": "586432c5-0c80-4f2f-bdba-9b5ddae4ad90",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "929bb5e8-41f7-493f-a2db-db171d17ddfc",
"resources": [
{
"resourceInstanceName": "pNF d8644151-3df3 0",
"resourceCustomizationUUID": "6dd5f7ce-7a19-44e0-b264-791182280d48",
"resourceName": "pNF d8644151-3df3",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "69708574-b511-44ad-98e2-185f42416e1c",
"resourceInvariantUUID": "9aba6123-4b72-4f6b-a019-c2d99a9118c1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
"artifactChecksum": "MDMzYTc3MmQ2OGMwOWU3YzQ4MzFlNzkxMzY2NDJiY2I\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "98b80713-61bb-44ed-bbf1-176b5a8a6a08"
}
],
"workloadContext": "Production"
}
2021-04-10T05:53:44.243Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T05:53:44.243Z|9252ecef-48ea-4bfc-825f-81ceb3ae316e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 586432c5-0c80-4f2f-bdba-9b5ddae4ad90 ASDC
2021-04-10T05:53:44.244Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c43f9d24-2bf8-453d-9dc4-1f37a0930ef0
ServiceName:Demo_pNF_qpg4x9MYfm75ub96KctF
ServiceVersion:1.0
ServiceUUID:586432c5-0c80-4f2f-bdba-9b5ddae4ad90
ServiceInvariantUUID:929bb5e8-41f7-493f-a2db-db171d17ddfc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
ArtifactUUID:98b80713-61bb-44ed-bbf1-176b5a8a6a08
ArtifactChecksum:MDMzYTc3MmQ2OGMwOWU3YzQ4MzFlNzkxMzY2NDJiY2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d8644151-3df3 0
ResourceCustomizationUUID:6dd5f7ce-7a19-44e0-b264-791182280d48
ResourceInvariantUUID:9aba6123-4b72-4f6b-a019-c2d99a9118c1
ResourceName:pNF d8644151-3df3
ResourceType:PNF
ResourceUUID:69708574-b511-44ad-98e2-185f42416e1c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-04-10T05:53:44.244Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 586432c5-0c80-4f2f-bdba-9b5ddae4ad90 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-10T05:53:44.266Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T05:53:44.266Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T05:53:44.267Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T05:53:44.267Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 98b80713-61bb-44ed-bbf1-176b5a8a6a08 from URL: /sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:44.267Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-10T05:53:44.267Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:44.818Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-10T05:53:44.822Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar 98b80713-61bb-44ed-bbf1-176b5a8a6a08 83324
2021-04-10T05:53:44.822Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar ASDC sendASDCNotification
2021-04-10T05:53:44.823Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:44.823Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T05:53:44.823Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T05:53:44.824Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T05:53:44.824Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618034024822,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:53:44.925Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T05:53:44.925Z||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-10T05:53:44.925Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:44.936Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:53:44.936Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T05:53:45.825Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T05:53:45.826Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T05:53:45.826Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 98b80713-61bb-44ed-bbf1-176b5a8a6a08, URL: /sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar to file: /app/ASDC/1/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:45.826Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:45.827Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:45.827Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:45.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T05:53:45.857Z||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-10T05:53:45.857Z||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 EnprYyVMB6JU5pKA) ...
2021-04-10T05:53:45.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T05:53:45.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033876168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033874972,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "aai-ml",
"timestamp": 1618033871873,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "cds",
"timestamp": 1618033877931,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033876168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "cds",
"timestamp": 1618033877931,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033874972,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "aai-ml",
"timestamp": 1618033871873,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "cds",
"timestamp": 1618033877931,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033876168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "aai-ml",
"timestamp": 1618033871873,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033874972,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033876168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "cds",
"timestamp": 1618033877931,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033874972,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "aai-ml",
"timestamp": 1618033871873,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033876168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "cds",
"timestamp": 1618033877931,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033874972,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "aai-ml",
"timestamp": 1618033871873,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "dcae-sch",
"timestamp": 1618033883843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "cds",
"timestamp": 1618033877931,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033876168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033874972,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "aai-ml",
"timestamp": 1618033871873,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "dcae-sch",
"timestamp": 1618033883843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "policy-id",
"timestamp": 1618033884860,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033876168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "cds",
"timestamp": 1618033877931,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033874972,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "aai-ml",
"timestamp": 1618033871873,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "dcae-sch",
"timestamp": 1618033883843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "policy-id",
"timestamp": 1618033884860,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618033876168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:53:45.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "cds",
"timestamp": 1618033877931,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:53:45.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "aai-ml",
"timestamp": 1618033871873,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:53:45.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033874972,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:53:45.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033886819,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "dcae-sch",
"timestamp": 1618033883843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "policy-id",
"timestamp": 1618033884860,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033886819,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "dcae-sch",
"timestamp": 1618033883843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "policy-id",
"timestamp": 1618033884860,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033888362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033889317,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:53:45.908Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:53:45.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033886819,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "dcae-sch",
"timestamp": 1618033883843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "policy-id",
"timestamp": 1618033884860,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "cds",
"timestamp": 1618033889920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:53:45.910Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:53:45.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033888362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "aai-ml",
"timestamp": 1618033890075,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:53:45.910Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:53:45.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033889639,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033886819,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "dcae-sch",
"timestamp": 1618033883843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "policy-id",
"timestamp": 1618033884860,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "cds",
"timestamp": 1618033890926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T05:53:45.918Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c43f9d24-2bf8-453d-9dc4-1f37a0930ef0
2021-04-10T05:53:45.918Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c43f9d24-2bf8-453d-9dc4-1f37a0930ef0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T05:53:45.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033888362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033891033,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T05:53:45.929Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:53:45.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033889639,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033886819,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "dcae-sch",
"timestamp": 1618033883843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "policy-id",
"timestamp": 1618033884860,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033888362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618033892039,
"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-10T05:53:45.938Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c43f9d24-2bf8-453d-9dc4-1f37a0930ef0
2021-04-10T05:53:45.938Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c43f9d24-2bf8-453d-9dc4-1f37a0930ef0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T05:53:45.942Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP579479471039474839/Definitions/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T05:53:45.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033889639,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033886819,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-04-10T05:53:45.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "policy-id",
"timestamp": 1618033884860,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:53:45.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033888362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.950Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033889639,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033886819,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033888362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033889639,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033886819,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033888362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "policy-id",
"timestamp": 1618033895208,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:53:45.954Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:53:45.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033889639,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "aai-ml",
"timestamp": 1618033895373,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T05:53:45.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:53:45.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618033888362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:53:45.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033896233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-10T05:53:45.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:53:45.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "policy-id",
"timestamp": 1618033896211,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T05:53:45.956Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:53:45.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033889639,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:45.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "aai-ml",
"timestamp": 1618033896376,
"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-10T05:53:45.962Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c43f9d24-2bf8-453d-9dc4-1f37a0930ef0
2021-04-10T05:53:45.962Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c43f9d24-2bf8-453d-9dc4-1f37a0930ef0 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-10T05:53:45.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "policy-id",
"timestamp": 1618033897213,
"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-10T05:53:45.983Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c43f9d24-2bf8-453d-9dc4-1f37a0930ef0
2021-04-10T05:53:45.983Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c43f9d24-2bf8-453d-9dc4-1f37a0930ef0 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-10T05:53:45.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618033889639,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/artifacts/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T05:53:45.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:45.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033897511,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-04-10T05:53:45.992Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T05:53:45.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:45.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "ves-openapi-manager",
"timestamp": 1618033898517,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T05:53:46.026Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c43f9d24-2bf8-453d-9dc4-1f37a0930ef0
2021-04-10T05:53:46.026Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c43f9d24-2bf8-453d-9dc4-1f37a0930ef0 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T05:53:46.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:46.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "clamp",
"timestamp": 1618033899317,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:46.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:46.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:46.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "clamp",
"timestamp": 1618033899317,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:46.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:46.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:46.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "clamp",
"timestamp": 1618033899317,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:46.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:46.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:46.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "clamp",
"timestamp": 1618033899317,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:46.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:46.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:46.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "clamp",
"timestamp": 1618033899317,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:46.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:46.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-10T05:53:46.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c43f9d24-2bf8-453d-9dc4-1f37a0930ef0",
"consumerID": "clamp",
"timestamp": 1618033899317,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpg4x9myfm75ub96kctf/1.0/resourceInstances/pnfd86441513df30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T05:53:46.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-10T05:53:46.757Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T05:53:46.757Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|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-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|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-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d8644151-3df3 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|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-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d8644151-3df3 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-DemoPnfQpg4x9myfm75ub96kctf-csar.csar
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-10T05:53:46.758Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:53:46.759Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qpg4x9MYfm75ub96KctF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:53:46.759Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Node template pNF d8644151-3df3 0 is matching search criteria
2021-04-10T05:53:46.759Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-10T05:53:46.759Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d8644151-3df3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T05:53:46.759Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:53:46.759Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qpg4x9MYfm75ub96KctF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:53:46.759Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Node template pNF d8644151-3df3 0 is matching search criteria
2021-04-10T05:53:46.759Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-10T05:53:46.760Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d8644151-3df3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T05:53:46.760Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:53:46.760Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qpg4x9MYfm75ub96KctF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:53:46.760Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:53:46.760Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qpg4x9MYfm75ub96KctF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:53:46.760Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:53:46.760Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qpg4x9MYfm75ub96KctF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:53:46.760Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:53:46.760Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qpg4x9MYfm75ub96KctF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:53:46.761Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:53:46.761Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qpg4x9MYfm75ub96KctF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:53:46.761Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_qpg4x9MYfm75ub96KctF
Description:catalog service description
Model UUID:586432c5-0c80-4f2f-bdba-9b5ddae4ad90
Model Version:NULL
Model InvariantUuid:929bb5e8-41f7-493f-a2db-db171d17ddfc
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-10T05:53:46.767Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 69708574-b511-44ad-98e2-185f42416e1c
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-10T05:53:46.770Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||pNF d8644151-3df3 0
2021-04-10T05:53:46.770Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 69708574-b511-44ad-98e2-185f42416e1c
2021-04-10T05:53:46.770Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 586432c5-0c80-4f2f-bdba-9b5ddae4ad90
2021-04-10T05:53:46.771Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 586432c5-0c80-4f2f-bdba-9b5ddae4ad90
2021-04-10T05:53:46.771Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d8644151-3df3 0 69708574-b511-44ad-98e2-185f42416e1c 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-10T05:53:46.776Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T05:53:46.776Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qpg4x9MYfm75ub96KctF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T05:53:46.776Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 586432c5-0c80-4f2f-bdba-9b5ddae4ad90: pNF d8644151-3df3
2021-04-10T05:53:46.777Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||INFO|500||Processing PNF resource: 69708574-b511-44ad-98e2-185f42416e1c
2021-04-10T05:53:46.777Z|c43f9d24-2bf8-453d-9dc4-1f37a0930ef0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery