By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-05-11T10:51:41.749Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-6jvcs with PID 14 (/app/app.jar started by so in /app)
2021-05-11T10:51:41.754Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-11T10:51:41.755Z||main|||||INFO|500||The following profiles are active: basic
2021-05-11T10:51:48.146Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-11T10:51:48.147Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-11T10:51:48.244Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-11T10:51:49.439Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-11T10:51:49.653Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-11T10:51:49.951Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-11T10:51:49.960Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-11T10:51:50.055Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-11T10:51:50.185Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-11T10:51:50.477Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-11T10:51:51.235Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-11T10:51:52.844Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-11T10:51:52.882Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-11T10:51:53.314Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-11T10:51:53.441Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-05-11T10:51:54.526Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-11T10:51:55.340Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-05-11T10:51:55.355Z||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$$4f5586b7.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-05-11T10:51:55.356Z||main|||||WARN|500||The sdc end point is not alive
2021-05-11T10:51:57.237Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-05-11T10:51:59.192Z||main|||||WARN|500||---
2021-05-11T10:51:59.192Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-11T10:51:59.192Z||main|||||WARN|500||---
2021-05-11T10:51:59.523Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-11T10:52:02.166Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-11T10:52:02.167Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-11T10:52:02.167Z||main|||||INFO|500||Started Application in 22.051 seconds (JVM running for 23.003)
2021-05-11T10:52:02.176Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-11T10:52:02.224Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-11T10:52:02.331Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6527aa81-edb3-4057-877c-064dcd58acff url= /sdc/v1/artifactTypes
2021-05-11T10:52:02.331Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-11T10:52:03.427Z||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.29.147] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-11T10:52:03.432Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@33a32825
2021-05-11T10:52:03.432Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-11T10:52:03.441Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-11T10:52:03.443Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-11T10:52:03.444Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-11T10:52:52.165Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-11T10:52:52.166Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-11T10:52:52.166Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-11T10:52:52.171Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-11T10:52:52.178Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0d7d8cbd-4bb5-4b2c-bd27-b19907025fb0 url= /sdc/v1/artifactTypes
2021-05-11T10:52:52.178Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-11T10:52:53.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.29.147] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-11T10:52:53.217Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c52190a
2021-05-11T10:52:53.217Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-11T10:52:53.217Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-11T10:52:53.217Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-11T10:52:53.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-05-11T10:53:42.163Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-11T10:53:42.163Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-11T10:53:42.163Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-11T10:53:42.166Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-11T10:53:42.170Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cb8ec719-b814-42b1-8c16-58eab77d862c url= /sdc/v1/artifactTypes
2021-05-11T10:53:42.170Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-11T10:53:42.332Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-11T10:53:42.339Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-05-11T10:53:42.362Z||scheduling-1|||||DEBUG|500||create keys
2021-05-11T10:53:42.368Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-11T10:53:42.390Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T10:53:42.408Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e9e5089f-fc88-4319-a9ca-766cb6de6082 url= /sdc/v1/registerForDistribution
2021-05-11T10:53:42.627Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e9e5089f-fc88-4319-a9ca-766cb6de6082 url= /sdc/v1/registerForDistribution
2021-05-11T10:53:42.627Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-11T10:53:42.635Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:53:42.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:53:42.640Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-11T10:53:42.641Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T10:53:42.641Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:53:42.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T10:53:42.642Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:53:52.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T10:53:52.892Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T10:54:42.634Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:54:42.635Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T10:54:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:54:42.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:54:42.637Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T10:54:42.638Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:54:52.193Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T10:54:52.195Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T10:55:42.634Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:55:42.635Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T10:55:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:55:42.636Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:55:42.638Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T10:55:42.638Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:55:52.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T10:55:52.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T10:56:42.634Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:56:42.635Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T10:56:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:56:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:56:42.638Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T10:56:42.638Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:56:52.187Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T10:56:52.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T10:57:42.634Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:57:42.635Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T10:57:42.635Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T10:57:42.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:57:42.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T10:57:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:57:52.190Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T10:57:52.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T10:58:42.634Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:58:42.635Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T10:58:42.635Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T10:58:42.636Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:58:42.637Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T10:58:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:58:52.187Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T10:58:52.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T10:59:42.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:59:42.634Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T10:59:42.635Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T10:59:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T10:59:42.636Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T10:59:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T10:59:52.191Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T10:59:52.192Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:00:42.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:00:42.634Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:00:42.635Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:00:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:00:42.636Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:00:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:00:52.182Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:00:52.184Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:01:42.634Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:01:42.635Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:01:42.635Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:01:42.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:01:42.636Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:01:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:01:52.189Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:01:52.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:02:05.598Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-11T11:02:42.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:02:42.635Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:02:42.635Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:02:42.636Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:02:42.636Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:02:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:02:52.188Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:02:52.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:03:42.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:03:42.634Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:03:42.635Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:03:42.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:03:42.636Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:03:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:03:52.183Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:03:52.184Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:04:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:04:42.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:04:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:04:42.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:04:42.637Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:04:42.638Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:04:52.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:04:52.188Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:05:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:05:42.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:05:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:05:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:05:42.636Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:05:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:05:52.186Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:05:52.186Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:06:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:06:42.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:06:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:06:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:06:42.637Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:06:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:06:52.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:06:52.187Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:07:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:07:42.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:07:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:07:42.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:07:42.636Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:07:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:07:52.185Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:07:52.187Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:08:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:08:42.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:08:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:08:42.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:08:42.636Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:08:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:08:52.185Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:08:52.188Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:09:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:09:42.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:09:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:09:42.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:09:42.636Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:09:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:09:52.184Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:09:52.185Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:10:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:10:42.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:10:42.634Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:10:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:10:42.636Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:10:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:10:52.185Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:10:52.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:11:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:11:42.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:11:42.634Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:11:42.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:11:42.636Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:11:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:11:52.190Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:11:52.191Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:12:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:12:42.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:12:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:12:42.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:12:42.636Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:12:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:12:52.184Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:12:52.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:13:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:13:42.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:13:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:13:42.636Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:13:42.637Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:13:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:13:52.181Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:13:52.181Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:14:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:14:42.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:14:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:14:42.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:14:42.636Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:14:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:14:52.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:14:52.211Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:15:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:15:42.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:15:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:15:42.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:15:42.636Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:15:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:15:52.190Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:15:52.191Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:16:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:16:42.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:16:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:16:42.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:16:42.636Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:16:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:16:52.182Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:16:52.185Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:17:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:17:42.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:17:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:17:42.636Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:17:42.636Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:17:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:17:52.187Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:17:52.190Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:18:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:18:42.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:18:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:18:42.636Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:18:42.636Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:18:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:18:52.182Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:18:52.185Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:19:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:19:42.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:19:42.634Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:19:42.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:19:42.636Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:19:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:19:52.184Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:19:52.184Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:20:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:20:42.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:20:42.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:20:42.636Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:20:42.636Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:20:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:20:52.185Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:20:52.191Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:21:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:21:42.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:21:42.634Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:21:42.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:21:42.636Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:21:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:21:52.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:21:52.200Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:22:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:22:42.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:22:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:22:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:22:42.636Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:22:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:22:52.185Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:22:52.193Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:23:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:23:42.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:23:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:23:42.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:23:42.636Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:23:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:23:52.184Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:23:52.188Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:24:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:24:42.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:24:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:24:42.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:24:42.636Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:24:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:24:52.184Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:24:52.186Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:25:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:25:42.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:25:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:25:42.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:25:42.638Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:25:42.638Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:25:52.190Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:25:52.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:26:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:26:42.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:26:42.634Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:26:42.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:26:42.636Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:26:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:26:52.184Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:26:52.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:27:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:27:42.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:27:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:27:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:27:42.636Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:27:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:27:52.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:27:52.193Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:28:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:28:42.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:28:42.634Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:28:42.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:28:42.636Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:28:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:28:52.188Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:28:52.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:29:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:29:42.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:29:42.634Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:29:42.636Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:29:42.636Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:29:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:29:52.182Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:29:52.185Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:30:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:30:42.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:30:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:30:42.636Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:30:42.636Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:30:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:30:52.186Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:30:52.247Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:31:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:31:42.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:31:42.634Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:31:42.636Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:31:42.636Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:31:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:31:52.196Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:31:52.199Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:32:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:32:42.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:32:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:32:42.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:32:42.636Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:32:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:32:52.180Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:32:52.182Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:33:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:33:42.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:33:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:33:42.636Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:33:42.636Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:33:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:33:52.182Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:33:52.190Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:34:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:34:42.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:34:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:34:42.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:34:42.636Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:34:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:34:52.184Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:34:52.185Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:35:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:35:42.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:35:42.634Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:35:42.635Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:35:42.636Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:35:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:35:52.197Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:35:52.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:36:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:36:42.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:36:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:36:42.635Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:36:42.636Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:36:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:36:52.185Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:36:52.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:37:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:37:42.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:37:42.634Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:37:42.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:37:42.636Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:37:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:37:52.181Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:37:52.182Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:38:42.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:38:42.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:38:42.634Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:38:42.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:38:42.637Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:38:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:38:52.182Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:38:52.183Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:39:42.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:39:42.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:39:42.635Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:39:42.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:39:42.636Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:39:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:39:52.182Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:39:52.184Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:40:42.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:40:42.635Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:40:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:40:42.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:40:42.636Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:40:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:40:52.186Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:40:52.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:41:42.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:41:42.636Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:41:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:41:42.636Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:41:42.637Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:41:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:41:52.183Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:41:52.184Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:42:42.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:42:42.635Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:42:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:42:42.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:42:42.636Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:42:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:42:52.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:42:52.185Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:43:42.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:43:42.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:43:42.634Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:43:42.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:43:42.636Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:43:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:43:52.181Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:43:52.187Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:44:42.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:44:42.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:44:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:44:42.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:44:42.636Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:44:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:44:52.187Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:44:52.188Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:45:42.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:45:42.635Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:45:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:45:42.635Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:45:42.636Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:45:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:45:52.185Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:45:52.185Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:46:42.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:46:42.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:46:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:46:42.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:46:42.636Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:46:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:46:52.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:46:52.183Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:47:42.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:47:42.635Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:47:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:47:42.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:47:42.636Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:47:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:47:52.183Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:47:52.185Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:48:42.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:48:42.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:48:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:48:42.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:48:42.636Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:48:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:48:52.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:48:52.186Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:49:42.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:49:42.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:49:42.634Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:49:42.636Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:49:42.636Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:49:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:49:52.180Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:49:52.191Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:50:42.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:50:42.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:50:42.634Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:50:42.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:50:42.636Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:50:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:50:52.186Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:50:52.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:51:42.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:51:42.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:51:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:51:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:51:42.636Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:51:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:51:52.187Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:51:52.188Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:52:42.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:52:42.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:52:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:52:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:52:42.636Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:52:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:52:52.181Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:52:52.182Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:53:42.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:53:42.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:53:42.634Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:53:42.636Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:53:42.636Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:53:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:53:52.183Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:53:52.184Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:54:42.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:54:42.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:54:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:54:42.636Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:54:42.636Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:54:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:54:52.190Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:54:52.191Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:55:42.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:55:42.635Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:55:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:55:42.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:55:42.636Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:55:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:55:52.178Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:55:52.182Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:56:42.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:56:42.635Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:56:42.635Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:56:42.637Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:56:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:44.893Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:56:44.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T11:56:44.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"07e3ccb0-21a3-4d72-910c-87c1a441ee21","serviceName":"basic_onboard_kRQjUX","serviceVersion":"1.0","serviceUUID":"73143f36-fb48-499f-9bdf-8efc7475c95a","serviceDescription":"service","serviceInvariantUUID":"5e377954-9b80-408b-9d3f-3e592ce7bf81","resources":[{"resourceInstanceName":"basic_onboard_kRQjUX 0","resourceName":"basic_onboard_kRQjUX","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cae55ffa-7284-422c-b660-e086d62727e8","resourceInvariantUUID":"4f9914e4-3ede-4a67-b2b6-cc63153e6f3a","resourceCustomizationUUID":"8ba327db-73a4-451e-b7ec-f357cab1889d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml","artifactChecksum":"MTQwMzFkMDM2YzE5YjMxOTIyYTYwZTg1MjA5YjFiNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"64f99cae-9648-481d-90e4-8da3a3c868a6","artifactVersion":"1"},{"artifactName":"basic_onboard_krqjux0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json","artifactChecksum":"N2U3MmYxZjhhZTU1YTMzOTExZTZiMmU0MDk1YjkxOTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9e68f1b7-e5ec-472e-9e0e-65f828aaf4cd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2caf58ff-4249-4666-a717-8d7b1a4ac1f4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"643faea2-037e-4e9c-b625-1cd5456172dd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b9c579b0-dbf9-473e-a3f9-f74502281a08","artifactVersion":"2","generatedFromUUID":"2caf58ff-4249-4666-a717-8d7b1a4ac1f4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKrqjux-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml","artifactChecksum":"ODU1MmE2ZDQxNzdjOWI0OTYwMTUwMTExYzgwMWRkZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4adf2915-da92-4631-8f15-5463d764a56b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKrqjux-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar","artifactChecksum":"NDQxODQzN2U5YjMzZmZlZGQyZWJkYTVlYWM5MmIyYTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6eeea27c-cf1c-4f27-8113-48d5dd1e63ce","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-11T11:56:44.908Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:56:44.913Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:56:44.922Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:56:44.923Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734202634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:56:45.023Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-05-11T11:56:45.025Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T11:56:45.026Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:45.038Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:56:45.038Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":3,"count":1}
2021-05-11T11:56:45.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:56:45.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:56:45.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734198364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:56:45.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:56:45.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:56:45.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734203946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:56:45.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:56:45.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:56:45.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734202634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:56:45.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:56:45.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:56:45.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734202336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:56:45.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:56:45.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:56:45.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "ves-openapi-manager",
"timestamp": 1620734195063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:56:45.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:56:45.931Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:56:45.932Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:56:45.935Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:56:45.935Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734202634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
"status": "NOTIFIED"
}
2021-05-11T11:56:46.035Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:56:46.035Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T11:56:46.036Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:46.044Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:56:46.045Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:56:46.935Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:56:46.936Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:56:46.938Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:56:46.938Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734202634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-11T11:56:47.038Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:56:47.039Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T11:56:47.039Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:47.063Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:56:47.063Z||pool-5-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:56:47.939Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:56:47.940Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:56:47.943Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:56:47.943Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734202634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:56:48.043Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:56:48.044Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T11:56:48.045Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:48.066Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:56:48.066Z||pool-6-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-05-11T11:56:48.944Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:56:48.945Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:56:48.947Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:56:48.947Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734202634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-11T11:56:49.047Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:56:49.048Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T11:56:49.049Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:49.064Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:56:49.065Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:56:49.947Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:56:49.948Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:56:49.951Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:56:49.951Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734202634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:56:50.051Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:56:50.052Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T11:56:50.052Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:50.062Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:56:50.063Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:56:50.952Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:56:50.952Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:56:50.955Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:56:50.955Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734202634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T11:56:51.056Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-11T11:56:51.057Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T11:56:51.057Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:51.071Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:56:51.071Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:56:51.957Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"serviceName": "basic_onboard_kRQjUX",
"serviceVersion": "1.0",
"serviceUUID": "73143f36-fb48-499f-9bdf-8efc7475c95a",
"serviceDescription": "service",
"serviceInvariantUUID": "5e377954-9b80-408b-9d3f-3e592ce7bf81",
"resources": [
{
"resourceInstanceName": "basic_onboard_kRQjUX 0",
"resourceCustomizationUUID": "8ba327db-73a4-451e-b7ec-f357cab1889d",
"resourceName": "basic_onboard_kRQjUX",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cae55ffa-7284-422c-b660-e086d62727e8",
"resourceInvariantUUID": "4f9914e4-3ede-4a67-b2b6-cc63153e6f3a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_krqjux0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
"artifactChecksum": "N2U3MmYxZjhhZTU1YTMzOTExZTZiMmU0MDk1YjkxOTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9e68f1b7-e5ec-472e-9e0e-65f828aaf4cd",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2caf58ff-4249-4666-a717-8d7b1a4ac1f4",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b9c579b0-dbf9-473e-a3f9-f74502281a08",
"generatedFromUUID": "2caf58ff-4249-4666-a717-8d7b1a4ac1f4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b9c579b0-dbf9-473e-a3f9-f74502281a08",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardKrqjux-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"artifactChecksum": "NDQxODQzN2U5YjMzZmZlZGQyZWJkYTVlYWM5MmIyYTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6eeea27c-cf1c-4f27-8113-48d5dd1e63ce"
}
],
"workloadContext": "Production"
}
2021-05-11T11:56:51.958Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-11T11:56:51.958Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 73143f36-fb48-499f-9bdf-8efc7475c95a ASDC
2021-05-11T11:56:52.025Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:07e3ccb0-21a3-4d72-910c-87c1a441ee21
ServiceName:basic_onboard_kRQjUX
ServiceVersion:1.0
ServiceUUID:73143f36-fb48-499f-9bdf-8efc7475c95a
ServiceInvariantUUID:5e377954-9b80-408b-9d3f-3e592ce7bf81
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKrqjux-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar
ArtifactUUID:6eeea27c-cf1c-4f27-8113-48d5dd1e63ce
ArtifactChecksum:NDQxODQzN2U5YjMzZmZlZGQyZWJkYTVlYWM5MmIyYTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_kRQjUX 0
ResourceCustomizationUUID:8ba327db-73a4-451e-b7ec-f357cab1889d
ResourceInvariantUUID:4f9914e4-3ede-4a67-b2b6-cc63153e6f3a
ResourceName:basic_onboard_kRQjUX
ResourceType:VF
ResourceUUID:cae55ffa-7284-422c-b660-e086d62727e8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_krqjux0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json
ArtifactUUID:9e68f1b7-e5ec-472e-9e0e-65f828aaf4cd
ArtifactChecksum:N2U3MmYxZjhhZTU1YTMzOTExZTZiMmU0MDk1YjkxOTM=
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/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2caf58ff-4249-4666-a717-8d7b1a4ac1f4
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/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env
ArtifactUUID:b9c579b0-dbf9-473e-a3f9-f74502281a08
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/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env
ArtifactUUID:b9c579b0-dbf9-473e-a3f9-f74502281a08
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-11T11:56:52.025Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73143f36-fb48-499f-9bdf-8efc7475c95a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-11T11:56:52.204Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T11:56:52.204Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-11T11:56:52.205Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-11T11:56:52.205Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6eeea27c-cf1c-4f27-8113-48d5dd1e63ce from URL: /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:52.205Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-11T11:56:52.207Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:53.154Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-11T11:56:53.167Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar 6eeea27c-cf1c-4f27-8113-48d5dd1e63ce 74854
2021-05-11T11:56:53.167Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar ASDC sendASDCNotification
2021-05-11T11:56:53.167Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:53.168Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T11:56:53.169Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:56:53.170Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:56:53.170Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734213167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:56:53.270Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:56:53.271Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T11:56:53.272Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:53.284Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:56:53.284Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:56:54.171Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T11:56:54.172Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-11T11:56:54.172Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6eeea27c-cf1c-4f27-8113-48d5dd1e63ce, URL: /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar to file: /app/ASDC/1/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:54.173Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:54.278Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:54.278Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:54.684Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6355466182108098648/Definitions/service-BasicOnboardKrqjux-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-05-11T11:56:56.198Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-11T11:56:56.212Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-11T11:56:56.212Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:56.213Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-11T11:56:56.213Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||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-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:56.213Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:56.213Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||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-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:56.213Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:56.213Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:56.213Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_kRQjUX 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-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:56.213Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:56.214Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:56.214Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_kRQjUX 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:56.214Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||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-BasicOnboardKrqjux-csar.csar
2021-05-11T11:56:56.214Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-11T11:56:56.221Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:56:56.222Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:56:56.225Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is matching search criteria
2021-05-11T11:56:56.226Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-11T11:56:56.227Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_kRQjUX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T11:56:56.228Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:56:56.228Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:56:56.228Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is matching search criteria
2021-05-11T11:56:56.228Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-11T11:56:56.228Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_kRQjUX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T11:56:56.228Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:56:56.228Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:56:56.232Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:56:56.232Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is not matching search criteria
2021-05-11T11:56:56.232Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-11T11:56:56.232Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-11T11:56:56.233Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-11T11:56:56.233Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-11T11:56:56.233Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-11T11:56:56.233Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:56:56.233Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-11T11:56:56.234Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:56:56.234Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is matching search criteria
2021-05-11T11:56:56.235Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_kRQjUX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T11:56:56.235Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:56:56.235Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is matching search criteria
2021-05-11T11:56:56.235Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_kRQjUX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T11:56:56.235Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:56:56.235Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is matching search criteria
2021-05-11T11:56:56.235Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_kRQjUX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T11:56:56.235Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:56:56.236Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is not matching search criteria
2021-05-11T11:56:56.236Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-11T11:56:56.236Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-11T11:56:56.236Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ff7ed7a5-6f75-4b3c-b611-da77429b52a4
2021-05-11T11:56:56.236Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:56:56.236Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:56:56.236Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:56:56.236Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:56:56.236Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:56:56.236Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:56:56.236Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:56:56.237Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:56:56.237Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_kRQjUX
Description:service
Model UUID:73143f36-fb48-499f-9bdf-8efc7475c95a
Model Version:NULL
Model InvariantUuid:5e377954-9b80-408b-9d3f-3e592ce7bf81
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_kRQjUX
Model UUID:5623d6e8-d3cd-45d0-a13c-aca7faba9876
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4f9914e4-3ede-4a67-b2b6-cc63153e6f3a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8ba327db-73a4-451e-b7ec-f357cab1889d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c855613b-2e4b-49e7-92e4-b4e209151a13
ModelName:BasicOnboardKrqjux..base_ubuntu18..module-0
ModelUuid:a15b0844-af33-4b60-99cc-557281cf67da
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ff7ed7a5-6f75-4b3c-b611-da77429b52a4
ModelInvariantUuid:092ff301-39ba-4637-a9e9-5d7a0986c7e1
ModelName:basic_onboard_kRQjUX-nodes.ubuntu18Cvfc
ModelUuid:042073d9-01fb-4e93-9c30-74d092f6fa05
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:6db3e746-6e10-4673-b348-73d210fdd2ce
ModelInvariantUuid:1aa18f0f-bc80-4e9e-8a0c-d2b7eea442f1
ModelName:BasicOnboardKrqjux.compute.nodes.heat.ubuntu18
ModelUuid:df9369df-8ddf-4619-a950-a9a4953e33bc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-11T11:56:56.261Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: cae55ffa-7284-422c-b660-e086d62727e8
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T11:56:56.333Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||basic_onboard_kRQjUX 0
2021-05-11T11:56:56.340Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cae55ffa-7284-422c-b660-e086d62727e8
2021-05-11T11:56:56.340Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9e68f1b7-e5ec-472e-9e0e-65f828aaf4cd from URL: /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json
2021-05-11T11:56:56.340Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-11T11:56:56.340Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json
2021-05-11T11:56:56.521Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-11T11:56:56.521Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json 9e68f1b7-e5ec-472e-9e0e-65f828aaf4cd 798
2021-05-11T11:56:56.522Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json ASDC sendASDCNotification
2021-05-11T11:56:56.522Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json
2021-05-11T11:56:56.522Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T11:56:56.522Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:56:56.525Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:56:56.525Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734216522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:56:56.625Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:56:56.626Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T11:56:56.626Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:56.638Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:56:56.638Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:56:57.526Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKrqjux..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c855613b-2e4b-49e7-92e4-b4e209151a13",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a15b0844-af33-4b60-99cc-557281cf67da",
"vfModuleModelCustomizationUUID": "049d1334-188b-4a38-9c1f-5e627ee4dca9",
"isBase": true,
"artifacts": [
"2caf58ff-4249-4666-a717-8d7b1a4ac1f4",
"b9c579b0-dbf9-473e-a3f9-f74502281a08"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-11T11:56:57.543Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKrqjux..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a15b0844-af33-4b60-99cc-557281cf67da
VfModuleModelInvariantUUID:c855613b-2e4b-49e7-92e4-b4e209151a13
VfModuleModelDescription:NULL
Artifacts UUID List:{
2caf58ff-4249-4666-a717-8d7b1a4ac1f4
,
b9c579b0-dbf9-473e-a3f9-f74502281a08
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-11T11:56:57.545Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKrqjux..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c855613b-2e4b-49e7-92e4-b4e209151a13",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a15b0844-af33-4b60-99cc-557281cf67da",
"vfModuleModelCustomizationUUID": "049d1334-188b-4a38-9c1f-5e627ee4dca9",
"isBase": true,
"artifacts": [
"2caf58ff-4249-4666-a717-8d7b1a4ac1f4",
"b9c579b0-dbf9-473e-a3f9-f74502281a08"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-11T11:56:57.545Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKrqjux..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a15b0844-af33-4b60-99cc-557281cf67da
VfModuleModelInvariantUUID:c855613b-2e4b-49e7-92e4-b4e209151a13
VfModuleModelDescription:NULL
Artifacts UUID List:{
2caf58ff-4249-4666-a717-8d7b1a4ac1f4
,
b9c579b0-dbf9-473e-a3f9-f74502281a08
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-11T11:56:57.545Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2caf58ff-4249-4666-a717-8d7b1a4ac1f4 from URL: /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml
2021-05-11T11:56:57.546Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-11T11:56:57.546Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml
2021-05-11T11:56:57.788Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-11T11:56:57.789Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml 2caf58ff-4249-4666-a717-8d7b1a4ac1f4 5033
2021-05-11T11:56:57.790Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-11T11:56:57.790Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml
2021-05-11T11:56:57.790Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T11:56:57.791Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:56:57.794Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:56:57.795Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734217790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:56:57.895Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:56:57.896Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T11:56:57.896Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:57.908Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:56:57.909Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:56:58.796Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b9c579b0-dbf9-473e-a3f9-f74502281a08 from URL: /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env
2021-05-11T11:56:58.796Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-11T11:56:58.796Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env
2021-05-11T11:56:59.745Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-11T11:56:59.745Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env b9c579b0-dbf9-473e-a3f9-f74502281a08 909
2021-05-11T11:56:59.745Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-11T11:56:59.745Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env
2021-05-11T11:56:59.746Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T11:56:59.746Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:56:59.747Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:56:59.748Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734219745,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:56:59.848Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:56:59.848Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T11:56:59.849Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:56:59.860Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:56:59.861Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-11T11:57:00.748Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 73143f36-fb48-499f-9bdf-8efc7475c95a
2021-05-11T11:57:00.749Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_kRQjUX 0 cae55ffa-7284-422c-b660-e086d62727e8 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T11:57:00.792Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:57:00.792Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:57:00.792Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-05-11T11:57:00.792Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 8ba327db-73a4-451e-b7ec-f357cab1889d
2021-05-11T11:57:00.792Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8ba327db-73a4-451e-b7ec-f357cab1889d matches Tosca VF Customization UUID: 8ba327db-73a4-451e-b7ec-f357cab1889d
2021-05-11T11:57:00.792Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 8ba327db-73a4-451e-b7ec-f357cab1889d matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-11T11:57:00.798Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:57:00.798Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:57:00.799Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 8ba327db-73a4-451e-b7ec-f357cab1889d: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-05-11T11:57:00.799Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@60386690
2021-05-11T11:57:00.799Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:57:00.799Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-11T11:57:00.800Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 049d1334-188b-4a38-9c1f-5e627ee4dca9
2021-05-11T11:57:00.800Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 049d1334-188b-4a38-9c1f-5e627ee4dca9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-11T11:57:00.806Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:57:00.806Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is matching search criteria
2021-05-11T11:57:00.806Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_kRQjUX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T11:57:00.807Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:57:00.807Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is matching search criteria
2021-05-11T11:57:00.807Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_kRQjUX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T11:57:00.807Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:57:00.807Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is not matching search criteria
2021-05-11T11:57:00.807Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-11T11:57:00.807Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-11T11:57:00.808Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ff7ed7a5-6f75-4b3c-b611-da77429b52a4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-11T11:57:00.817Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:57:00.817Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is matching search criteria
2021-05-11T11:57:00.817Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_kRQjUX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T11:57:00.818Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:57:00.818Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_kRQjUX 0 is matching search criteria
2021-05-11T11:57:00.818Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_kRQjUX 0] matching following query criteria: sdcType=VF, customizationUUID=8ba327db-73a4-451e-b7ec-f357cab1889d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T11:57:00.819Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:57:00.820Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:57:00.820Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 73143f36-fb48-499f-9bdf-8efc7475c95a: basic_onboard_kRQjUX
2021-05-11T11:57:00.820Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:57:00.820Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:57:00.820Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:57:00.820Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:57:00.820Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:57:00.820Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:57:00.820Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:57:00.820Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:57:00.821Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T11:57:00.821Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_kRQjUX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T11:57:00.821Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_kRQjUX
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-11T11:57:01.059Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_kRQjUX cae55ffa-7284-422c-b660-e086d62727e8 1 ASDC deployResourceStructure
2021-05-11T11:57:01.059Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json ASDC sendASDCNotification
2021-05-11T11:57:01.060Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json
2021-05-11T11:57:01.060Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T11:57:01.060Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:57:01.061Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:57:01.061Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734221059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-11T11:57:01.162Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:57:01.163Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T11:57:01.163Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:57:01.173Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:57:01.173Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:57:02.063Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-11T11:57:02.063Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml
2021-05-11T11:57:02.063Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T11:57:02.063Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:57:02.066Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:57:02.066Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734222062,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-11T11:57:02.166Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:57:02.167Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T11:57:02.167Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:57:02.181Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:57:02.181Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:57:03.067Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-11T11:57:03.068Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env
2021-05-11T11:57:03.068Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T11:57:03.068Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:57:03.070Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:57:03.071Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734223067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-11T11:57:03.171Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-11T11:57:03.171Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T11:57:03.171Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:57:03.181Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:57:03.182Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:57:04.071Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar ASDC sendASDCNotification
2021-05-11T11:57:04.072Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar
2021-05-11T11:57:04.073Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T11:57:04.073Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:57:04.075Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:57:04.075Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734224071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-11T11:57:04.175Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-11T11:57:04.176Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T11:57:04.177Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:57:04.187Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:57:04.187Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:57:05.076Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-11T11:57:05.103Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-11T11:57:05.106Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T11:57:05.106Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-11T11:57:05.106Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-11T11:57:35.107Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-11T11:57:35.122Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-11T11:57:35.125Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T11:57:35.125Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-11T11:57:35.125Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-11T11:57:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:57:42.637Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:57:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:57:42.679Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:57:42.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:57:42.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "policy-id",
"timestamp": 1620734202860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:57:42.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:05.125Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-11T11:58:05.135Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-11T11:58:05.137Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T11:58:05.137Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-11T11:58:05.137Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-11T11:58:35.137Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-11T11:58:35.144Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-11T11:58:35.146Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T11:58:35.146Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-11T11:58:35.146Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-11T11:58:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:58:42.636Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:58:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:58:42.659Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:58:42.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734198364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734203946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734202634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734202336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "ves-openapi-manager",
"timestamp": 1620734195063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "policy-id",
"timestamp": 1620734202860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734205956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734203946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734198364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734202336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734202634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "ves-openapi-manager",
"timestamp": 1620734195063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "policy-id",
"timestamp": 1620734202860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734205956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734203946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734198364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "ves-openapi-manager",
"timestamp": 1620734195063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734202336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734202634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "policy-id",
"timestamp": 1620734202860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734205956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734203946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734198364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "ves-openapi-manager",
"timestamp": 1620734195063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734202336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734202634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "policy-id",
"timestamp": 1620734202860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "cds",
"timestamp": 1620734208464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734205956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734203946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734198364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "ves-openapi-manager",
"timestamp": 1620734195063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734202634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734202336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "policy-id",
"timestamp": 1620734202860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "cds",
"timestamp": 1620734208464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734205956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734203946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734198364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "ves-openapi-manager",
"timestamp": 1620734195063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734202336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734202634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "policy-id",
"timestamp": 1620734202860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "cds",
"timestamp": 1620734208464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734205956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "cds",
"timestamp": 1620734208464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734205956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734212945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734212953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734212967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "policy-id",
"timestamp": 1620734212962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "cds",
"timestamp": 1620734208464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734213167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.690Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "dcae-sch",
"timestamp": 1620734212955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734213894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "policy-id",
"timestamp": 1620734213967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "cds",
"timestamp": 1620734208464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734214145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734214153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "dcae-sch",
"timestamp": 1620734212955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "policy-id",
"timestamp": 1620734214970,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-11T11:58:42.698Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07e3ccb0-21a3-4d72-910c-87c1a441ee21
2021-05-11T11:58:42.698Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07e3ccb0-21a3-4d72-910c-87c1a441ee21 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-11T11:58:42.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734215083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.715Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "cds",
"timestamp": 1620734208464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.715Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734215390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.715Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734215409,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.715Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "dcae-sch",
"timestamp": 1620734212955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "ves-openapi-manager",
"timestamp": 1620734215063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734216261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "cds",
"timestamp": 1620734216369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734216395,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-11T11:58:42.721Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07e3ccb0-21a3-4d72-910c-87c1a441ee21
2021-05-11T11:58:42.721Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07e3ccb0-21a3-4d72-910c-87c1a441ee21 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T11:58:42.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734216419,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-11T11:58:42.733Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07e3ccb0-21a3-4d72-910c-87c1a441ee21
2021-05-11T11:58:42.733Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07e3ccb0-21a3-4d72-910c-87c1a441ee21 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T11:58:42.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734216522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.741Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "dcae-sch",
"timestamp": 1620734212955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "ves-openapi-manager",
"timestamp": 1620734215063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734216933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-11T11:58:42.742Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "cds",
"timestamp": 1620734217382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-11T11:58:42.746Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 07e3ccb0-21a3-4d72-910c-87c1a441ee21
2021-05-11T11:58:42.746Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07e3ccb0-21a3-4d72-910c-87c1a441ee21 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-11T11:58:42.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734217399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734217423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "dcae-sch",
"timestamp": 1620734212955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "ves-openapi-manager",
"timestamp": 1620734215063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734217790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734217937,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-11T11:58:42.759Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 07e3ccb0-21a3-4d72-910c-87c1a441ee21
2021-05-11T11:58:42.759Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07e3ccb0-21a3-4d72-910c-87c1a441ee21 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-11T11:58:42.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "cds",
"timestamp": 1620734208464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "dcae-sch",
"timestamp": 1620734212955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "ves-openapi-manager",
"timestamp": 1620734215063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734218740,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-11T11:58:42.772Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07e3ccb0-21a3-4d72-910c-87c1a441ee21
2021-05-11T11:58:42.772Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07e3ccb0-21a3-4d72-910c-87c1a441ee21 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T11:58:42.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734218430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "cds",
"timestamp": 1620734208464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "dcae-sch",
"timestamp": 1620734212955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "ves-openapi-manager",
"timestamp": 1620734215063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734219745,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734219748,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734218430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "cds",
"timestamp": 1620734208464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "dcae-sch",
"timestamp": 1620734212955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "ves-openapi-manager",
"timestamp": 1620734215063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734205956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734221059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734218430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "cds",
"timestamp": 1620734208464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "dcae-sch",
"timestamp": 1620734212955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "ves-openapi-manager",
"timestamp": 1620734215063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734205956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734218430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734222062,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "cds",
"timestamp": 1620734208464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "dcae-sch",
"timestamp": 1620734212955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734205956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734223067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-11T11:58:42.782Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734218430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "cds",
"timestamp": 1620734208464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "policy-id",
"timestamp": 1620734222860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "dcae-sch",
"timestamp": 1620734212955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734205956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734224071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734218430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "clamp",
"timestamp": 1620734223562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "aai-ml",
"timestamp": 1620734223560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "cds",
"timestamp": 1620734208464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "policy-id",
"timestamp": 1620734222860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734223946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "dcae-sch",
"timestamp": 1620734212955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734205956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734218430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "clamp",
"timestamp": 1620734223562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "aai-ml",
"timestamp": 1620734223560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/basic_onboard_krqjux0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "policy-id",
"timestamp": 1620734222860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734223946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "dcae-sch",
"timestamp": 1620734212955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734205956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "clamp",
"timestamp": 1620734223562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "aai-ml",
"timestamp": 1620734223560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "policy-id",
"timestamp": 1620734222860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734223946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "cds",
"timestamp": 1620734226655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.787Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "dcae-sch",
"timestamp": 1620734212955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734205956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "clamp",
"timestamp": 1620734223562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "aai-ml",
"timestamp": 1620734223560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734227425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.789Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "policy-id",
"timestamp": 1620734222860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.789Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734223946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.789Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "cds",
"timestamp": 1620734227659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-11T11:58:42.799Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b5ccca6e-f872-42f0-b92f-a97cf63dbe55
2021-05-11T11:58:42.799Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5ccca6e-f872-42f0-b92f-a97cf63dbe55 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-11T11:58:42.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "clamp",
"timestamp": 1620734223562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "aai-ml",
"timestamp": 1620734223560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/resourceInstances/basic_onboard_krqjux0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "policy-id",
"timestamp": 1620734222860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734223946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734228687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "clamp",
"timestamp": 1620734223562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "aai-ml",
"timestamp": 1620734223560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "policy-id",
"timestamp": 1620734222860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734223946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734229782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "clamp",
"timestamp": 1620734223562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "aai-ml",
"timestamp": 1620734223560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734230348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734223946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "policy-id",
"timestamp": 1620734231354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734231545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "aai-ml",
"timestamp": 1620734231986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734232142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "policy-id",
"timestamp": 1620734232358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734232439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734232551,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-11T11:58:42.814Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5ccca6e-f872-42f0-b92f-a97cf63dbe55
2021-05-11T11:58:42.814Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5ccca6e-f872-42f0-b92f-a97cf63dbe55 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-11T11:58:42.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734232336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734233164,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-11T11:58:42.825Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5ccca6e-f872-42f0-b92f-a97cf63dbe55
2021-05-11T11:58:42.826Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5ccca6e-f872-42f0-b92f-a97cf63dbe55 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T11:58:42.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.832Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "policy-id",
"timestamp": 1620734233361,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-11T11:58:42.837Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5ccca6e-f872-42f0-b92f-a97cf63dbe55
2021-05-11T11:58:42.837Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5ccca6e-f872-42f0-b92f-a97cf63dbe55 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734233554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
"status": "DEPLOY_OK"
}
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734233663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734232336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734234168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
"status": "DEPLOY_OK"
}
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734234944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734232336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.844Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734235947,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-11T11:58:42.848Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5ccca6e-f872-42f0-b92f-a97cf63dbe55
2021-05-11T11:58:42.848Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5ccca6e-f872-42f0-b92f-a97cf63dbe55 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734232336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734236950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
"status": "DEPLOY_OK"
}
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734232336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734232336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734232336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "clamp",
"timestamp": 1620734240561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734240958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "clamp",
"timestamp": 1620734241644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-11T11:58:42.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "clamp",
"timestamp": 1620734242652,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-11T11:58:42.858Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 07e3ccb0-21a3-4d72-910c-87c1a441ee21
2021-05-11T11:58:42.858Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07e3ccb0-21a3-4d72-910c-87c1a441ee21 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-11T11:58:42.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "clamp",
"timestamp": 1620734223562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734244293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-11T11:58:42.865Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "clamp",
"timestamp": 1620734223562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734245296,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-11T11:58:42.869Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b5ccca6e-f872-42f0-b92f-a97cf63dbe55
2021-05-11T11:58:42.869Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5ccca6e-f872-42f0-b92f-a97cf63dbe55 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-11T11:58:42.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "clamp",
"timestamp": 1620734223562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "clamp",
"timestamp": 1620734223562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "clamp",
"timestamp": 1620734223562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "aai-ml",
"timestamp": 1620734248133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrqjux/1.0/artifacts/service-BasicOnboardKrqjux-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "clamp",
"timestamp": 1620734223562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "aai-ml",
"timestamp": 1620734249138,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-11T11:58:42.882Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 07e3ccb0-21a3-4d72-910c-87c1a441ee21
2021-05-11T11:58:42.882Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07e3ccb0-21a3-4d72-910c-87c1a441ee21 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-11T11:58:42.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "clamp",
"timestamp": 1620734223562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "aai-ml",
"timestamp": 1620734223560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "aai-ml",
"timestamp": 1620734223560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "aai-ml",
"timestamp": 1620734223560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "aai-ml",
"timestamp": 1620734223560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "aai-ml",
"timestamp": 1620734223560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "aai-ml",
"timestamp": 1620734223560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:58:42.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "aai-ml",
"timestamp": 1620734223560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T11:58:42.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T11:58:42.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:58:42.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "aai-ml",
"timestamp": 1620734257441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:58:42.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:59:05.147Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-11T11:59:05.158Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-11T11:59:05.161Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T11:59:05.161Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-11T11:59:05.161Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-11T11:59:05.161Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-11T11:59:05.161Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-11T11:59:05.161Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-11T11:59:05.161Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-11T11:59:05.161Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-11T11:59:05.162Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-11T11:59:05.162Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-11T11:59:05.162Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-11T11:59:05.167Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-11T11:59:35.167Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-11T11:59:35.177Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 07e3ccb0-21a3-4d72-910c-87c1a441ee21 and serviceModelVersionId: 73143f36-fb48-499f-9bdf-8efc7475c95a
2021-05-11T11:59:35.177Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5e377954-9b80-408b-9d3f-3e592ce7bf81
2021-05-11T11:59:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:59:42.636Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:59:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:59:43.189Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:59:43.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:59:43.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "clamp",
"timestamp": 1620734264554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-11T11:59:43.190Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:59:43.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:59:43.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "clamp",
"timestamp": 1620734267560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-11T11:59:43.190Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:59:43.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:59:43.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "aai-ml",
"timestamp": 1620734268129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-11T11:59:43.191Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T11:59:43.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:59:43.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "clamp",
"timestamp": 1620734268573,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-11T11:59:43.197Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b5ccca6e-f872-42f0-b92f-a97cf63dbe55
2021-05-11T11:59:43.197Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5ccca6e-f872-42f0-b92f-a97cf63dbe55 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-11T11:59:43.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T11:59:43.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "aai-ml",
"timestamp": 1620734269131,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-11T11:59:43.225Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b5ccca6e-f872-42f0-b92f-a97cf63dbe55
2021-05-11T11:59:43.225Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5ccca6e-f872-42f0-b92f-a97cf63dbe55 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-11T11:59:45.815Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5e377954-9b80-408b-9d3f-3e592ce7bf81/model-vers/model-ver/73143f36-fb48-499f-9bdf-8efc7475c95a?depth=0
2021-05-11T11:59:45.897Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-05-11T11:59:46.528Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e377954-9b80-408b-9d3f-3e592ce7bf81/model-vers/model-ver/73143f36-fb48-499f-9bdf-8efc7475c95a?depth=0|INFO|500||Invoke
2021-05-11T11:59:46.535Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e377954-9b80-408b-9d3f-3e592ce7bf81/model-vers/model-ver/73143f36-fb48-499f-9bdf-8efc7475c95a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e377954-9b80-408b-9d3f-3e592ce7bf81/model-vers/model-ver/73143f36-fb48-499f-9bdf-8efc7475c95a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[07e3ccb0-21a3-4d72-910c-87c1a441ee21], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[43e7e3ad-7095-464e-9fad-7e7d41002a0d], X-ECOMP-RequestID=[07e3ccb0-21a3-4d72-910c-87c1a441ee21], X-TransactionId=[], X-ONAP-RequestID=[07e3ccb0-21a3-4d72-910c-87c1a441ee21], Content-Type=[application/merge-patch+json]}
2021-05-11T11:59:46.634Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e377954-9b80-408b-9d3f-3e592ce7bf81/model-vers/model-ver/73143f36-fb48-499f-9bdf-8efc7475c95a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-11T11:59:47.157Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e377954-9b80-408b-9d3f-3e592ce7bf81/model-vers/model-ver/73143f36-fb48-499f-9bdf-8efc7475c95a?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/5e377954-9b80-408b-9d3f-3e592ce7bf81/model-vers/model-ver/73143f36-fb48-499f-9bdf-8efc7475c95a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210511-11:59:46:641-53794], vertex-id=[196824], Content-Length=[0], Date=[Tue, 11 May 2021 11:59:46 GMT], Content-Type=[application/json]}
2021-05-11T11:59:47.158Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e377954-9b80-408b-9d3f-3e592ce7bf81/model-vers/model-ver/73143f36-fb48-499f-9bdf-8efc7475c95a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-11T11:59:47.159Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e377954-9b80-408b-9d3f-3e592ce7bf81/model-vers/model-ver/73143f36-fb48-499f-9bdf-8efc7475c95a?depth=0|INFO|500||InvokeReturn
2021-05-11T11:59:47.161Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-11T11:59:47.161Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T11:59:47.165Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-11T11:59:47.170Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 07e3ccb0-21a3-4d72-910c-87c1a441ee21 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-11T11:59:47.171Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-11T11:59:47.171Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:59:47.172Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:59:47.172Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734387170,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-11T11:59:47.272Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:59:47.273Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T11:59:47.273Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:59:47.285Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:59:47.285Z||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-05-11T11:59:48.183Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T11:59:48.183Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T11:59:48.184Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T11:59:52.517Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:59:52.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-11T11:59:52.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"b5ccca6e-f872-42f0-b92f-a97cf63dbe55","serviceName":"vFW 2021-05-11 11-53-22","serviceVersion":"1.0","serviceUUID":"b879bce3-673b-4137-98e4-1a92496e0e96","serviceDescription":"catalog service description","serviceInvariantUUID":"7c21ce06-ff15-4a32-896a-2e7953a0911a","resources":[{"resourceInstanceName":"vFW c9032a2b-4602 0","resourceName":"vFW c9032a2b-4602","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ce0831ed-8a94-4a08-801d-88e4054f88c0","resourceInvariantUUID":"85963b1c-aa8a-4ba0-8852-1cf60cacc983","resourceCustomizationUUID":"801e75f8-9246-4473-9236-40703f33a77d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml","artifactChecksum":"N2ZmOTFlY2UzYmNhMzkyMzEwODc3NDNkMjhiMTdjMjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4159b9fa-9c2a-4b21-953e-f1dbfaf65031","artifactVersion":"1"},{"artifactName":"vfwc9032a2b46020_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json","artifactChecksum":"ZDA2YTE0NzA4MjkxOTVlODg3OWFmOWM5ZDk2YTdmZmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5389a869-60dd-4a70-964d-c26bc1c77faf","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9f7150ad-3902-4703-93b4-16b798490906","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml","artifactChecksum":"NzdjZmNjNTllNjUxMDAwYjg1NzNjOTY3MjVkZjY5NWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8445dacd-76de-46c3-b092-49ba20248cef","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1d5f5384-3c25-4dd7-bb57-765b0503cb5c","artifactVersion":"2","generatedFromUUID":"9f7150ad-3902-4703-93b4-16b798490906"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210511115322-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml","artifactChecksum":"ZjVlMjVhM2ZjZjc2NmZhZGQ0YTA3ZDRlNzM3ODc2ZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d96ca7af-b201-4554-9e79-1211a57a90a8","artifactVersion":"1"},{"artifactName":"service-Vfw20210511115322-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar","artifactChecksum":"NjU5OTMxMjA4Yzc2YzBkNGQ5NjY2ZDA2OGY4MmY0ZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c6056f2-07b7-48a4-ae4e-a676dd132e57","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-11T11:59:52.520Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:59:52.520Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:59:52.522Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:59:52.522Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734388183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:59:52.622Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:59:52.622Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T11:59:52.623Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:59:52.634Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:59:52.635Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:59:53.522Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:59:53.523Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:59:53.527Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:59:53.527Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734388183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
"status": "NOTIFIED"
}
2021-05-11T11:59:53.627Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:59:53.628Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T11:59:53.628Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:59:53.639Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:59:53.639Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-11T11:59:54.527Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:59:54.528Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:59:54.530Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:59:54.530Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734388183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-11T11:59:54.630Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:59:54.631Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T11:59:54.631Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:59:54.642Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:59:54.643Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-11T11:59:55.530Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:59:55.531Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:59:55.533Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:59:55.533Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734388183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:59:55.634Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-11T11:59:55.635Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T11:59:55.636Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:59:55.646Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:59:55.647Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:59:56.534Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:59:56.535Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:59:56.537Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:59:56.537Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734388183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-11T11:59:56.637Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:59:56.638Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T11:59:56.638Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:59:56.649Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:59:56.650Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:59:57.537Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:59:57.538Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:59:57.540Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:59:57.540Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734388183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T11:59:57.640Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:59:57.641Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T11:59:57.641Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:59:57.651Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:59:57.652Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:59:58.541Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T11:59:58.542Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T11:59:58.545Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T11:59:58.545Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734388183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T11:59:58.645Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T11:59:58.646Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T11:59:58.646Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T11:59:58.656Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T11:59:58.656Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T11:59:59.547Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"serviceName": "vFW 2021-05-11 11-53-22",
"serviceVersion": "1.0",
"serviceUUID": "b879bce3-673b-4137-98e4-1a92496e0e96",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7c21ce06-ff15-4a32-896a-2e7953a0911a",
"resources": [
{
"resourceInstanceName": "vFW c9032a2b-4602 0",
"resourceCustomizationUUID": "801e75f8-9246-4473-9236-40703f33a77d",
"resourceName": "vFW c9032a2b-4602",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ce0831ed-8a94-4a08-801d-88e4054f88c0",
"resourceInvariantUUID": "85963b1c-aa8a-4ba0-8852-1cf60cacc983",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwc9032a2b46020_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
"artifactChecksum": "ZDA2YTE0NzA4MjkxOTVlODg3OWFmOWM5ZDk2YTdmZmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5389a869-60dd-4a70-964d-c26bc1c77faf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9f7150ad-3902-4703-93b4-16b798490906",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1d5f5384-3c25-4dd7-bb57-765b0503cb5c",
"generatedFromUUID": "9f7150ad-3902-4703-93b4-16b798490906"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1d5f5384-3c25-4dd7-bb57-765b0503cb5c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210511115322-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"artifactChecksum": "NjU5OTMxMjA4Yzc2YzBkNGQ5NjY2ZDA2OGY4MmY0ZjQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2c6056f2-07b7-48a4-ae4e-a676dd132e57"
}
],
"workloadContext": "Production"
}
2021-05-11T11:59:59.547Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-11T11:59:59.547Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b879bce3-673b-4137-98e4-1a92496e0e96 ASDC
2021-05-11T11:59:59.547Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:b5ccca6e-f872-42f0-b92f-a97cf63dbe55
ServiceName:vFW 2021-05-11 11-53-22
ServiceVersion:1.0
ServiceUUID:b879bce3-673b-4137-98e4-1a92496e0e96
ServiceInvariantUUID:7c21ce06-ff15-4a32-896a-2e7953a0911a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210511115322-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar
ArtifactUUID:2c6056f2-07b7-48a4-ae4e-a676dd132e57
ArtifactChecksum:NjU5OTMxMjA4Yzc2YzBkNGQ5NjY2ZDA2OGY4MmY0ZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c9032a2b-4602 0
ResourceCustomizationUUID:801e75f8-9246-4473-9236-40703f33a77d
ResourceInvariantUUID:85963b1c-aa8a-4ba0-8852-1cf60cacc983
ResourceName:vFW c9032a2b-4602
ResourceType:VF
ResourceUUID:ce0831ed-8a94-4a08-801d-88e4054f88c0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc9032a2b46020_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json
ArtifactUUID:5389a869-60dd-4a70-964d-c26bc1c77faf
ArtifactChecksum:ZDA2YTE0NzA4MjkxOTVlODg3OWFmOWM5ZDk2YTdmZmU=
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/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml
ArtifactUUID:9f7150ad-3902-4703-93b4-16b798490906
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/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env
ArtifactUUID:1d5f5384-3c25-4dd7-bb57-765b0503cb5c
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/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env
ArtifactUUID:1d5f5384-3c25-4dd7-bb57-765b0503cb5c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-11T11:59:59.547Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b879bce3-673b-4137-98e4-1a92496e0e96 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-11T11:59:59.576Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T11:59:59.577Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-05-11T11:59:59.577Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-05-11T11:59:59.577Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2c6056f2-07b7-48a4-ae4e-a676dd132e57 from URL: /sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar
2021-05-11T11:59:59.577Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-05-11T11:59:59.577Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:00.899Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-05-11T12:00:00.905Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar 2c6056f2-07b7-48a4-ae4e-a676dd132e57 110209
2021-05-11T12:00:00.906Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar ASDC sendASDCNotification
2021-05-11T12:00:00.906Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:00.906Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:00:00.906Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:00:00.908Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:00:00.908Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734400906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-11T12:00:01.008Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:00:01.009Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T12:00:01.009Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:00:01.022Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:00:01.023Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:00:01.908Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T12:00:01.910Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-05-11T12:00:01.910Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 2c6056f2-07b7-48a4-ae4e-a676dd132e57, URL: /sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar to file: /app/ASDC/1/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:01.910Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210511115322-csar.csar
2021-05-11T12:00:01.911Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:01.911Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:02.139Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP742508506609070985/Definitions/service-Vfw20210511115322-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-05-11T12:00:04.184Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-11T12:00:04.185Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-05-11T12:00:04.185Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.185Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-11T12:00:04.185Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||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-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.185Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||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-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.185Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||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-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.185Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.185Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.185Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||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-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.185Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||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-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||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-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||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-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c9032a2b-4602 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c9032a2b-4602 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-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||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-Vfw20210511115322-csar.csar
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is matching search criteria
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-05-11T12:00:04.186Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c9032a2b-4602 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is matching search criteria
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c9032a2b-4602 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is not matching search criteria
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.187Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is matching search criteria
2021-05-11T12:00:04.188Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c9032a2b-4602 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is matching search criteria
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c9032a2b-4602 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is matching search criteria
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c9032a2b-4602 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is not matching search criteria
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-11T12:00:04.189Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ef9edce5-082b-4351-950d-d88596c661a0
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-11T12:00:04.190Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.191Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f31b57e2-08ef-4657-8971-fb508812df13
2021-05-11T12:00:04.191Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:04.191Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is not matching search criteria
2021-05-11T12:00:04.191Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-11T12:00:04.191Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-11T12:00:04.191Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:04.191Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=32b65231-1e15-458b-a5e0-972c287cb0a9
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:04.192Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:04.193Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-05-11 11-53-22
Description:catalog service description
Model UUID:b879bce3-673b-4137-98e4-1a92496e0e96
Model Version:NULL
Model InvariantUuid:7c21ce06-ff15-4a32-896a-2e7953a0911a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW c9032a2b-4602
Model UUID:daa3284d-7232-4bd7-9578-57c31dd72d48
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:85963b1c-aa8a-4ba0-8852-1cf60cacc983
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:801e75f8-9246-4473-9236-40703f33a77d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:00a790d3-8ba2-4f96-9f56-01d4257b3279
ModelName:VfwC9032a2b4602..base_vfw..module-0
ModelUuid:138fe013-1f31-4a69-97b9-fc8177cfaf0b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ef9edce5-082b-4351-950d-d88596c661a0
ModelInvariantUuid:eeb7446d-5588-4a93-ba95-e28330fdc12a
ModelName:vFW c9032a2b-4602-nodes.vfwCvfc
ModelUuid:bd01525f-c293-4b44-849d-0ee8c4bd01ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:132c0e3b-3f07-40fc-9184-81bfe11fb721
ModelInvariantUuid:4382f9e2-3de1-4677-af52-b410e2806c32
ModelName:VfwC9032a2b4602.compute.nodes.heat.vfw
ModelUuid:2b595f90-e6a1-4722-b0e2-ce7c2f3df88f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f31b57e2-08ef-4657-8971-fb508812df13
ModelInvariantUuid:aeaf77e9-080d-406f-a863-52384593a444
ModelName:vFW c9032a2b-4602-nodes.vsnCvfc
ModelUuid:350477c5-c318-41f5-b2f4-a124195489d5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:77d57ab8-5952-49e4-be5b-f430ebb9af38
ModelInvariantUuid:ffefef6a-9907-4c5e-92db-2bfafb6d895f
ModelName:VfwC9032a2b4602.compute.nodes.heat.vsn
ModelUuid:8bb4ab59-93a9-458e-853d-6ae71da4dbad
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:32b65231-1e15-458b-a5e0-972c287cb0a9
ModelInvariantUuid:1aee325d-d187-4f0c-a205-59fb5f18a90a
ModelName:vFW c9032a2b-4602-nodes.vpgCvfc
ModelUuid:c439fed2-6195-430b-b9aa-e37745f7fdd9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:32efd625-dffe-41ab-b7ac-40db27ff2e52
ModelInvariantUuid:02e1df2a-834e-4a04-8528-7dedaf9dcc22
ModelName:VfwC9032a2b4602.compute.nodes.heat.vpg
ModelUuid:d5d7e7e4-9b17-4338-9688-13362129ec7b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-11T12:00:04.198Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: ce0831ed-8a94-4a08-801d-88e4054f88c0
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:00:04.202Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||vFW c9032a2b-4602 0
2021-05-11T12:00:04.202Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ce0831ed-8a94-4a08-801d-88e4054f88c0
2021-05-11T12:00:04.202Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5389a869-60dd-4a70-964d-c26bc1c77faf from URL: /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json
2021-05-11T12:00:04.202Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-05-11T12:00:04.202Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json
2021-05-11T12:00:05.747Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-05-11T12:00:05.747Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json 5389a869-60dd-4a70-964d-c26bc1c77faf 785
2021-05-11T12:00:05.747Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json ASDC sendASDCNotification
2021-05-11T12:00:05.747Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json
2021-05-11T12:00:05.747Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:00:05.748Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:00:05.749Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:00:05.749Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734405747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-11T12:00:05.850Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:00:05.850Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T12:00:05.851Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:00:05.863Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:00:05.864Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:00:06.750Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC9032a2b4602..base_vfw..module-0",
"vfModuleModelInvariantUUID": "00a790d3-8ba2-4f96-9f56-01d4257b3279",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "138fe013-1f31-4a69-97b9-fc8177cfaf0b",
"vfModuleModelCustomizationUUID": "5d442855-182b-4b42-a249-237e0e8d6e46",
"isBase": true,
"artifacts": [
"9f7150ad-3902-4703-93b4-16b798490906",
"1d5f5384-3c25-4dd7-bb57-765b0503cb5c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-11T12:00:06.755Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC9032a2b4602..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:138fe013-1f31-4a69-97b9-fc8177cfaf0b
VfModuleModelInvariantUUID:00a790d3-8ba2-4f96-9f56-01d4257b3279
VfModuleModelDescription:NULL
Artifacts UUID List:{
9f7150ad-3902-4703-93b4-16b798490906
,
1d5f5384-3c25-4dd7-bb57-765b0503cb5c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-11T12:00:06.758Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC9032a2b4602..base_vfw..module-0",
"vfModuleModelInvariantUUID": "00a790d3-8ba2-4f96-9f56-01d4257b3279",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "138fe013-1f31-4a69-97b9-fc8177cfaf0b",
"vfModuleModelCustomizationUUID": "5d442855-182b-4b42-a249-237e0e8d6e46",
"isBase": true,
"artifacts": [
"9f7150ad-3902-4703-93b4-16b798490906",
"1d5f5384-3c25-4dd7-bb57-765b0503cb5c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-11T12:00:06.759Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC9032a2b4602..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:138fe013-1f31-4a69-97b9-fc8177cfaf0b
VfModuleModelInvariantUUID:00a790d3-8ba2-4f96-9f56-01d4257b3279
VfModuleModelDescription:NULL
Artifacts UUID List:{
9f7150ad-3902-4703-93b4-16b798490906
,
1d5f5384-3c25-4dd7-bb57-765b0503cb5c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-11T12:00:06.759Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9f7150ad-3902-4703-93b4-16b798490906 from URL: /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml
2021-05-11T12:00:06.759Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-05-11T12:00:06.759Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml
2021-05-11T12:00:08.286Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-05-11T12:00:08.287Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml 9f7150ad-3902-4703-93b4-16b798490906 20368
2021-05-11T12:00:08.287Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-11T12:00:08.287Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml
2021-05-11T12:00:08.287Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:00:08.287Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:00:08.289Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:00:08.289Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734408287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-11T12:00:08.389Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:00:08.390Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T12:00:08.390Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:00:08.402Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:00:08.402Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:00:09.290Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1d5f5384-3c25-4dd7-bb57-765b0503cb5c from URL: /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env
2021-05-11T12:00:09.291Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-05-11T12:00:09.291Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env
2021-05-11T12:00:09.939Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-05-11T12:00:09.939Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env 1d5f5384-3c25-4dd7-bb57-765b0503cb5c 2098
2021-05-11T12:00:09.940Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-11T12:00:09.940Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env
2021-05-11T12:00:09.940Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:00:09.940Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:00:09.942Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:00:09.943Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734409940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-11T12:00:10.043Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:00:10.044Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T12:00:10.044Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:00:10.057Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:00:10.058Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:00:10.943Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b879bce3-673b-4137-98e4-1a92496e0e96
2021-05-11T12:00:10.944Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c9032a2b-4602 0 ce0831ed-8a94-4a08-801d-88e4054f88c0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:00:10.964Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:10.965Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:10.965Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-05-11T12:00:10.965Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 801e75f8-9246-4473-9236-40703f33a77d
2021-05-11T12:00:10.965Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 801e75f8-9246-4473-9236-40703f33a77d matches Tosca VF Customization UUID: 801e75f8-9246-4473-9236-40703f33a77d
2021-05-11T12:00:10.965Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 801e75f8-9246-4473-9236-40703f33a77d matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-11T12:00:10.968Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:10.968Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:10.969Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 801e75f8-9246-4473-9236-40703f33a77d: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-05-11T12:00:10.969Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@66d0894e
2021-05-11T12:00:10.969Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:10.969Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-11T12:00:10.969Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5d442855-182b-4b42-a249-237e0e8d6e46
2021-05-11T12:00:10.969Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5d442855-182b-4b42-a249-237e0e8d6e46
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-11T12:00:10.972Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:10.972Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is matching search criteria
2021-05-11T12:00:10.972Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c9032a2b-4602 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:00:10.972Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:10.972Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is matching search criteria
2021-05-11T12:00:10.972Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c9032a2b-4602 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:00:10.972Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:10.973Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is not matching search criteria
2021-05-11T12:00:10.973Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-11T12:00:10.973Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-11T12:00:10.973Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-11T12:00:10.973Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-11T12:00:10.973Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-11T12:00:10.973Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-11T12:00:10.973Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:10.973Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-11T12:00:10.974Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:10.974Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-11T12:00:10.974Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-11T12:00:10.974Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ef9edce5-082b-4351-950d-d88596c661a0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-11T12:00:10.977Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:10.977Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is matching search criteria
2021-05-11T12:00:10.977Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c9032a2b-4602 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:00:10.977Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:10.977Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is not matching search criteria
2021-05-11T12:00:10.977Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-11T12:00:10.977Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-11T12:00:10.978Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:10.978Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-11T12:00:10.978Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-11T12:00:10.978Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-11T12:00:10.978Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-11T12:00:10.978Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-11T12:00:10.978Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-11T12:00:10.978Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:10.979Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-11T12:00:10.979Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-11T12:00:10.979Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f31b57e2-08ef-4657-8971-fb508812df13
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-11T12:00:10.981Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:10.981Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is matching search criteria
2021-05-11T12:00:10.981Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c9032a2b-4602 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:00:10.984Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:10.984Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is not matching search criteria
2021-05-11T12:00:10.984Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-11T12:00:10.985Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-11T12:00:10.985Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:10.985Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-11T12:00:10.985Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-11T12:00:10.985Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-11T12:00:10.985Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-11T12:00:10.985Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-11T12:00:10.985Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-11T12:00:10.985Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-11T12:00:10.986Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-11T12:00:10.986Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-11T12:00:10.986Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=32b65231-1e15-458b-a5e0-972c287cb0a9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-11T12:00:10.989Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:10.989Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is matching search criteria
2021-05-11T12:00:10.989Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c9032a2b-4602 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-11T12:00:10.990Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:10.990Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Node template vFW c9032a2b-4602 0 is matching search criteria
2021-05-11T12:00:10.990Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c9032a2b-4602 0] matching following query criteria: sdcType=VF, customizationUUID=801e75f8-9246-4473-9236-40703f33a77d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:00:10.993Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:10.993Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:10.993Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b879bce3-673b-4137-98e4-1a92496e0e96: vFW c9032a2b-4602
2021-05-11T12:00:10.993Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:10.993Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:10.993Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:10.994Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:10.994Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:10.994Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:10.994Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:10.994Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:10.994Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:00:10.994Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-11 11-53-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:00:10.994Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-05-11 11-53-22
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-11T12:00:11.138Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c9032a2b-4602 ce0831ed-8a94-4a08-801d-88e4054f88c0 1 ASDC deployResourceStructure
2021-05-11T12:00:11.138Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json ASDC sendASDCNotification
2021-05-11T12:00:11.138Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json
2021-05-11T12:00:11.138Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:00:11.139Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:00:11.140Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:00:11.140Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734411138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
"status": "DEPLOY_OK"
}
2021-05-11T12:00:11.241Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-11T12:00:11.242Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T12:00:11.242Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:00:11.252Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:00:11.253Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:00:12.141Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-11T12:00:12.142Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml
2021-05-11T12:00:12.142Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:00:12.142Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:00:12.144Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:00:12.144Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734412141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-11T12:00:12.244Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:00:12.245Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T12:00:12.245Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:00:12.258Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:00:12.259Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:00:13.144Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-11T12:00:13.145Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env
2021-05-11T12:00:13.145Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:00:13.145Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:00:13.146Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:00:13.147Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734413144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-11T12:00:13.247Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:00:13.248Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T12:00:13.248Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:00:13.264Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:00:13.264Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:00:14.147Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar ASDC sendASDCNotification
2021-05-11T12:00:14.148Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar
2021-05-11T12:00:14.148Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:00:14.148Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:00:14.150Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:00:14.150Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734414147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-11T12:00:14.250Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:00:14.251Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T12:00:14.251Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:00:14.266Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:00:14.267Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:00:15.151Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5ccca6e-f872-42f0-b92f-a97cf63dbe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-11T12:00:15.162Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5ccca6e-f872-42f0-b92f-a97cf63dbe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-11T12:00:15.166Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T12:00:15.166Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-11T12:00:15.166Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-11T12:00:15.166Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-11T12:00:15.166Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-11T12:00:15.166Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-11T12:00:15.166Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-11T12:00:15.166Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-11T12:00:15.166Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-11T12:00:15.166Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-11T12:00:15.166Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-11T12:00:15.171Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-11T12:00:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:00:42.636Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T12:00:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:00:43.263Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:00:43.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07e3ccb0-21a3-4d72-910c-87c1a441ee21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734387170,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-11T12:00:43.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:00:43.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734388183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:00:43.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T12:00:43.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734388183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
"status": "NOTIFIED"
}
2021-05-11T12:00:43.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T12:00:43.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734388183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-11T12:00:43.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T12:00:43.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734388183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:00:43.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T12:00:43.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734388183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-11T12:00:43.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T12:00:43.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734388183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:00:43.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T12:00:43.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734388183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T12:00:43.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-11T12:00:43.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734400906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-11T12:00:43.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:00:43.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734405747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-11T12:00:43.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:00:43.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734408287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-11T12:00:43.271Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:00:43.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734409940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-11T12:00:43.271Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:00:43.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734411138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/vfwc9032a2b46020_modules.json",
"status": "DEPLOY_OK"
}
2021-05-11T12:00:43.271Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:00:43.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734412141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-11T12:00:43.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:00:43.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734413144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/resourceInstances/vfwc9032a2b46020/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-11T12:00:43.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:00:43.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:00:43.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734414147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210511115322/1.0/artifacts/service-Vfw20210511115322-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-11T12:00:43.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:00:45.172Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b5ccca6e-f872-42f0-b92f-a97cf63dbe55 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-11T12:00:45.178Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b5ccca6e-f872-42f0-b92f-a97cf63dbe55 and serviceModelVersionId: b879bce3-673b-4137-98e4-1a92496e0e96
2021-05-11T12:00:45.178Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c21ce06-ff15-4a32-896a-2e7953a0911a
2021-05-11T12:00:45.180Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c21ce06-ff15-4a32-896a-2e7953a0911a/model-vers/model-ver/b879bce3-673b-4137-98e4-1a92496e0e96?depth=0
2021-05-11T12:00:45.185Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-05-11T12:00:45.215Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7c21ce06-ff15-4a32-896a-2e7953a0911a/model-vers/model-ver/b879bce3-673b-4137-98e4-1a92496e0e96?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-05-11T12:00:45.216Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7c21ce06-ff15-4a32-896a-2e7953a0911a/model-vers/model-ver/b879bce3-673b-4137-98e4-1a92496e0e96?depth=0|INFO|500||Invoke
2021-05-11T12:00:45.236Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7c21ce06-ff15-4a32-896a-2e7953a0911a/model-vers/model-ver/b879bce3-673b-4137-98e4-1a92496e0e96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-11T12:00:45.549Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7c21ce06-ff15-4a32-896a-2e7953a0911a/model-vers/model-ver/b879bce3-673b-4137-98e4-1a92496e0e96?depth=0|INFO|500||InvokeReturn
2021-05-11T12:00:45.550Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7c21ce06-ff15-4a32-896a-2e7953a0911a/model-vers/model-ver/b879bce3-673b-4137-98e4-1a92496e0e96?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210511-12:00:45:242-15176], vertex-id=[155736], Content-Length=[0], Date=[Tue, 11 May 2021 12:00:45 GMT], Content-Type=[application/json]}
2021-05-11T12:00:45.550Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-05-11T12:00:45.551Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-11T12:00:45.551Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:00:45.557Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-11T12:00:45.557Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b5ccca6e-f872-42f0-b92f-a97cf63dbe55 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-11T12:00:45.558Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-11T12:00:45.558Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:00:45.561Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:00:45.561Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734445558,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-11T12:00:45.661Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:00:45.662Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T12:00:45.662Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:00:45.673Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:00:45.674Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-11T12:00:46.576Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:00:46.577Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T12:00:46.577Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:00:56.118Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:00:56.119Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:00:56.120Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T12:00:56.120Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:01:05.661Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:01:05.662Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:01:05.663Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T12:01:05.663Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:01:15.218Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:01:42.634Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:01:42.635Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T12:01:42.635Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:01:42.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:01:42.636Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T12:01:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:01:43.286Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:01:43.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-11T12:01:43.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5ccca6e-f872-42f0-b92f-a97cf63dbe55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734445558,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-11T12:01:43.288Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:01:52.194Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:02:42.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:02:42.634Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T12:02:42.634Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:02:42.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:02:42.637Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T12:02:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:02:52.179Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:02:52.187Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:03:42.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:03:42.635Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T12:03:42.635Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:03:42.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:03:42.637Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T12:03:42.637Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:03:52.182Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:03:52.183Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:04:42.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:04:42.634Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T12:04:42.634Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:04:42.636Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:04:42.636Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T12:04:42.636Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:04:52.182Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:04:52.184Z|b5ccca6e-f872-42f0-b92f-a97cf63dbe55|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:05:42.634Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:05:42.635Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T12:05:42.635Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:05:42.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:05:42.636Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T12:05:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:05:52.182Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:05:52.183Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:06:42.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:06:42.634Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T12:06:42.635Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:06:42.636Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:06:42.636Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T12:06:42.636Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:06:43.260Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:06:43.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"87b885e3-e415-432b-bc58-0e174302b74f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"878fd63d-6c0c-4a83-9a1e-0b1770237068","serviceDescription":"service","serviceInvariantUUID":"c83e0fd7-903d-4346-9ef0-5f8d3c849d27","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fefd3ef9-98d8-45f3-b318-6a112f61a9c6","resourceInvariantUUID":"b4990eeb-a9b3-48fa-b5e2-e27f86373ea0","resourceCustomizationUUID":"ea4b095a-70c8-4c19-86c2-e7f9281861ff","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":"Zjc1YzA4YTcyYTVlOWM4OGU3YTc4ZjkxYmU2MWIzYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3313a967-921b-4fc4-bd25-47244478285a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDAxMGI1MDVhMzkwODIxOGM1MzJlYzgxNThmMjJlMTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf6be514-8960-4763-a476-d01746238e03","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-11T12:06:43.264Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:06:43.264Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:06:43.266Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:06:43.266Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734802633,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.267Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:06:43.268Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.268Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "aai-ml",
"timestamp": 1620734763560,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.269Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-11T12:06:43.269Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.269Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "clamp",
"timestamp": 1620734763562,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.269Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-11T12:06:43.269Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.270Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734763946,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.270Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-11T12:06:43.270Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.270Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "cds",
"timestamp": 1620734763464,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.270Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-11T12:06:43.270Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.270Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734758364,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.270Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-11T12:06:43.271Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.271Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "policy-id",
"timestamp": 1620734762860,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.271Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-11T12:06:43.271Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.271Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734765956,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.271Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-11T12:06:43.271Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.271Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "aai-ml",
"timestamp": 1620734763560,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T12:06:43.271Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-11T12:06:43.271Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.271Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "clamp",
"timestamp": 1620734763562,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T12:06:43.272Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-11T12:06:43.272Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.272Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620734763946,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T12:06:43.272Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-11T12:06:43.272Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.272Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620734758364,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T12:06:43.272Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-11T12:06:43.272Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.272Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "cds",
"timestamp": 1620734763464,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T12:06:43.273Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-11T12:06:43.273Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.273Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "policy-id",
"timestamp": 1620734762860,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T12:06:43.273Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-11T12:06:43.273Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.273Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620734765956,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T12:06:43.273Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-11T12:06:43.273Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.273Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "policy-id",
"timestamp": 1620734769047,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "aai-ml",
"timestamp": 1620734769172,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "cds",
"timestamp": 1620734769235,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "policy-id",
"timestamp": 1620734770057,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.274Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "cds",
"timestamp": 1620734770239,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-11T12:06:43.290Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 87b885e3-e415-432b-bc58-0e174302b74f
2021-05-11T12:06:43.290Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87b885e3-e415-432b-bc58-0e174302b74f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-11T12:06:43.298Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.298Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "policy-id",
"timestamp": 1620734771062,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-11T12:06:43.304Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87b885e3-e415-432b-bc58-0e174302b74f
2021-05-11T12:06:43.304Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87b885e3-e415-432b-bc58-0e174302b74f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-11T12:06:43.311Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.312Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "aai-ml",
"timestamp": 1620734772545,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-11T12:06:43.312Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:06:43.312Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.312Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734772336,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.312Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-11T12:06:43.312Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.313Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "aai-ml",
"timestamp": 1620734773548,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-11T12:06:43.317Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 87b885e3-e415-432b-bc58-0e174302b74f
2021-05-11T12:06:43.317Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87b885e3-e415-432b-bc58-0e174302b74f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-11T12:06:43.324Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.324Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "dcae-sch",
"timestamp": 1620734772954,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.325Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-11T12:06:43.325Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.325Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "clamp",
"timestamp": 1620734773642,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-11T12:06:43.325Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:06:43.325Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.325Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734772336,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T12:06:43.325Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-11T12:06:43.325Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.325Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "dcae-sch",
"timestamp": 1620734772954,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734775167,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "ves-openapi-manager",
"timestamp": 1620734775063,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "clamp",
"timestamp": 1620734776643,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.326Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "ves-openapi-manager",
"timestamp": 1620734775063,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:06:43.327Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-11T12:06:43.327Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.327Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734776698,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-11T12:06:43.327Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-11T12:06:43.327Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.327Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "clamp",
"timestamp": 1620734777647,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-11T12:06:43.332Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 87b885e3-e415-432b-bc58-0e174302b74f
2021-05-11T12:06:43.332Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87b885e3-e415-432b-bc58-0e174302b74f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-11T12:06:43.340Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-11T12:06:43.340Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620734777701,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-11T12:06:43.345Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 87b885e3-e415-432b-bc58-0e174302b74f
2021-05-11T12:06:43.345Z|07e3ccb0-21a3-4d72-910c-87c1a441ee21|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87b885e3-e415-432b-bc58-0e174302b74f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-11T12:06:43.367Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-11T12:06:43.367Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T12:06:43.367Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:06:43.379Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:06:43.380Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:06:44.267Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:06:44.268Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:06:44.271Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:06:44.271Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734802633,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T12:06:44.372Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:06:44.372Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T12:06:44.372Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:06:44.385Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:06:44.386Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:06:45.273Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "878fd63d-6c0c-4a83-9a1e-0b1770237068",
"serviceDescription": "service",
"serviceInvariantUUID": "c83e0fd7-903d-4346-9ef0-5f8d3c849d27",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "ea4b095a-70c8-4c19-86c2-e7f9281861ff",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "fefd3ef9-98d8-45f3-b318-6a112f61a9c6",
"resourceInvariantUUID": "b4990eeb-a9b3-48fa-b5e2-e27f86373ea0",
"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": "NDAxMGI1MDVhMzkwODIxOGM1MzJlYzgxNThmMjJlMTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bf6be514-8960-4763-a476-d01746238e03"
}
],
"workloadContext": "Production"
}
2021-05-11T12:06:45.273Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-11T12:06:45.273Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 878fd63d-6c0c-4a83-9a1e-0b1770237068 ASDC
2021-05-11T12:06:45.274Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:87b885e3-e415-432b-bc58-0e174302b74f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:878fd63d-6c0c-4a83-9a1e-0b1770237068
ServiceInvariantUUID:c83e0fd7-903d-4346-9ef0-5f8d3c849d27
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:bf6be514-8960-4763-a476-d01746238e03
ArtifactChecksum:NDAxMGI1MDVhMzkwODIxOGM1MzJlYzgxNThmMjJlMTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ea4b095a-70c8-4c19-86c2-e7f9281861ff
ResourceInvariantUUID:b4990eeb-a9b3-48fa-b5e2-e27f86373ea0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fefd3ef9-98d8-45f3-b318-6a112f61a9c6
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-05-11T12:06:45.274Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 878fd63d-6c0c-4a83-9a1e-0b1770237068 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-11T12:06:45.299Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T12:06:45.300Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:06:45.300Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:06:45.300Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bf6be514-8960-4763-a476-d01746238e03 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-11T12:06:45.300Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-11T12:06:45.301Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-11T12:06:46.852Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-11T12:06:46.856Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bf6be514-8960-4763-a476-d01746238e03 52219
2021-05-11T12:06:46.857Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-11T12:06:46.857Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-11T12:06:46.857Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:06:46.857Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:06:46.860Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:06:46.860Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734806857,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-11T12:06:46.960Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:06:46.961Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T12:06:46.961Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:06:46.973Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:06:46.973Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:06:47.861Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T12:06:47.862Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:06:47.862Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bf6be514-8960-4763-a476-d01746238e03, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-11T12:06:47.863Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-05-11T12:06:47.863Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-11T12:06:47.863Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-11T12:06:47.946Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10044580255500796687/Definitions/service-BasicNetwork-template.yml
2021-05-11T12:06:48.291Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-11T12:06:48.292Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-05-11T12:06:48.292Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-11T12:06:48.292Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-11T12:06:48.292Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-11T12:06:48.292Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-11T12:06:48.292Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-11T12:06:48.292Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-11T12:06:48.292Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-11T12:06:48.293Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-11T12:06:48.293Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-11T12:06:48.293Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-11T12:06:48.293Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-05-11T12:06:48.293Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:06:48.293Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.293Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-11T12:06:48.293Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-11T12:06:48.294Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T12:06:48.294Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:06:48.294Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.294Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-11T12:06:48.294Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-11T12:06:48.294Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T12:06:48.294Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:06:48.294Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.294Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:06:48.295Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.295Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:06:48.295Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.295Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:06:48.295Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.295Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:06:48.295Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.295Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:878fd63d-6c0c-4a83-9a1e-0b1770237068
Model Version:NULL
Model InvariantUuid:c83e0fd7-903d-4346-9ef0-5f8d3c849d27
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b4990eeb-a9b3-48fa-b5e2-e27f86373ea0
Model UUID:c8d5b3f7-b2d2-4525-b201-5047a4e7fd35
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:ea4b095a-70c8-4c19-86c2-e7f9281861ff
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-11T12:06:48.302Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: fefd3ef9-98d8-45f3-b318-6a112f61a9c6
2021-05-11T12:06:48.302Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||No resources found for Service: 878fd63d-6c0c-4a83-9a1e-0b1770237068
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:06:48.305Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||
2021-05-11T12:06:48.305Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-05-11T12:06:48.306Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 878fd63d-6c0c-4a83-9a1e-0b1770237068
2021-05-11T12:06:48.306Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 878fd63d-6c0c-4a83-9a1e-0b1770237068
2021-05-11T12:06:48.306Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-05-11T12:06:48.306Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:06:48.313Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:06:48.313Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.313Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:06:48.314Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.314Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 878fd63d-6c0c-4a83-9a1e-0b1770237068: Generic NeutronNet
2021-05-11T12:06:48.314Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:06:48.314Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.314Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:06:48.314Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-05-11T12:06:48.348Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:06:48.348Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.348Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:06:48.348Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.348Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:06:48.348Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:06:48.349Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-05-11T12:06:48.417Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-05-11T12:06:48.417Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-11T12:06:48.418Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-11T12:06:48.418Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-11T12:06:48.418Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:06:48.419Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:06:48.419Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734808417,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-11T12:06:48.520Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-11T12:06:48.520Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T12:06:48.521Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:06:48.532Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:06:48.532Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:06:49.420Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87b885e3-e415-432b-bc58-0e174302b74f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-11T12:06:49.431Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87b885e3-e415-432b-bc58-0e174302b74f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-11T12:06:49.434Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-11T12:06:49.434Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-11T12:06:49.434Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-11T12:06:49.434Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-11T12:06:49.434Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-11T12:06:49.434Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-11T12:06:49.434Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-11T12:06:49.434Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-11T12:06:49.435Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-11T12:06:49.435Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-11T12:06:49.435Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-11T12:06:49.438Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-11T12:07:19.439Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 87b885e3-e415-432b-bc58-0e174302b74f and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-11T12:07:19.444Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 87b885e3-e415-432b-bc58-0e174302b74f and serviceModelVersionId: 878fd63d-6c0c-4a83-9a1e-0b1770237068
2021-05-11T12:07:19.444Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c83e0fd7-903d-4346-9ef0-5f8d3c849d27
2021-05-11T12:07:19.445Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c83e0fd7-903d-4346-9ef0-5f8d3c849d27/model-vers/model-ver/878fd63d-6c0c-4a83-9a1e-0b1770237068?depth=0
2021-05-11T12:07:19.451Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-05-11T12:07:19.483Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c83e0fd7-903d-4346-9ef0-5f8d3c849d27/model-vers/model-ver/878fd63d-6c0c-4a83-9a1e-0b1770237068?depth=0|INFO|500||Invoke
2021-05-11T12:07:19.483Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c83e0fd7-903d-4346-9ef0-5f8d3c849d27/model-vers/model-ver/878fd63d-6c0c-4a83-9a1e-0b1770237068?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c83e0fd7-903d-4346-9ef0-5f8d3c849d27/model-vers/model-ver/878fd63d-6c0c-4a83-9a1e-0b1770237068?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[87b885e3-e415-432b-bc58-0e174302b74f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[de797af0-3735-4fe3-b567-076f523757b5], X-ECOMP-RequestID=[87b885e3-e415-432b-bc58-0e174302b74f], X-TransactionId=[], X-ONAP-RequestID=[87b885e3-e415-432b-bc58-0e174302b74f], Content-Type=[application/merge-patch+json]}
2021-05-11T12:07:19.507Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c83e0fd7-903d-4346-9ef0-5f8d3c849d27/model-vers/model-ver/878fd63d-6c0c-4a83-9a1e-0b1770237068?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-11T12:07:19.848Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c83e0fd7-903d-4346-9ef0-5f8d3c849d27/model-vers/model-ver/878fd63d-6c0c-4a83-9a1e-0b1770237068?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/c83e0fd7-903d-4346-9ef0-5f8d3c849d27/model-vers/model-ver/878fd63d-6c0c-4a83-9a1e-0b1770237068?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210511-12:07:19:514-39988], vertex-id=[409648], Content-Length=[0], Date=[Tue, 11 May 2021 12:07:19 GMT], Content-Type=[application/json]}
2021-05-11T12:07:19.848Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c83e0fd7-903d-4346-9ef0-5f8d3c849d27/model-vers/model-ver/878fd63d-6c0c-4a83-9a1e-0b1770237068?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-11T12:07:19.849Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c83e0fd7-903d-4346-9ef0-5f8d3c849d27/model-vers/model-ver/878fd63d-6c0c-4a83-9a1e-0b1770237068?depth=0|INFO|500||InvokeReturn
2021-05-11T12:07:19.849Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-11T12:07:19.850Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:07:19.854Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-11T12:07:19.854Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 87b885e3-e415-432b-bc58-0e174302b74f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-11T12:07:19.854Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-11T12:07:19.855Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:07:19.857Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:07:19.857Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734839854,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-11T12:07:19.957Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:07:19.957Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T12:07:19.958Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:19.971Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:07:19.971Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-11T12:07:42.633Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:07:42.634Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T12:07:42.635Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:42.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-11T12:07:42.636Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-11T12:07:42.636Z||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 AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:42.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:07:42.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-11T12:07:42.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87b885e3-e415-432b-bc58-0e174302b74f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734802633,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:07:42.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-11T12:07:43.258Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:07:43.259Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-11T12:07:43.259Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"2fc4581a-61f0-4024-8ff3-0dbc46bbe454","serviceName":"Demo_pNF_sUsOuQcBOoIolbvlWor5","serviceVersion":"1.0","serviceUUID":"ac8eb245-0102-44e3-84a0-3b6bed10538d","serviceDescription":"catalog service description","serviceInvariantUUID":"35e48cbb-2650-4a06-8c0f-2b12020681a2","resources":[{"resourceInstanceName":"pNF 4b508ad7-d89b 0","resourceName":"pNF 4b508ad7-d89b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1a998d52-8d1b-462b-be00-6f8d352b9684","resourceInvariantUUID":"72af48ef-110d-4323-8b18-f0af8ad58097","resourceCustomizationUUID":"18c38d09-e56f-45bb-80ca-8cb1e6eb3c36","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vf-license-model.xml","artifactChecksum":"YjgwNjgxYTA5ZDJjMTYwZjNhNjViNTAyMTkxYmJmM2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"972ac7c4-de9e-4a72-bebf-02f5472fb253","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/pNF.csar","artifactChecksum":"MGE5MGQwOTc0MjIzMTJjYmZiMTdmODFmMTI2Njg3MTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f78b0af-6ee5-4e18-ad08-95f29c9c04ac","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9a112310-dcae-47dd-b64d-b2c6ec93ed41","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWEwNjZkZTZlN2NmN2I2Nzk3NDc1NWFjZjhmYjRkMmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"91a0343f-7f43-4d2e-8db5-93409c378be6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b7fb1271-af99-4498-a6a8-84bc2da23be3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1aa1dacf-f33d-4b4f-9703-b94b2ce84fd4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSusouqcbooiolbvlwor5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-template.yml","artifactChecksum":"Y2RmYTg4Mjc5M2YyYTgyNDU2NDlhNmI1ZTk2YmQ1OWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d67cca3f-5686-45c5-8d51-025ace68d7e8","artifactVersion":"1"},{"artifactName":"service-DemoPnfSusouqcbooiolbvlwor5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar","artifactChecksum":"YzExZWQ0ZDFlZjkyODEwZWQ4MDIyZDBlYmMxNDE2ZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"14b34405-01c3-4d75-b1f8-25af7dc7759b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-11T12:07:43.262Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:07:43.262Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:07:43.263Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:07:43.264Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734862633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:07:43.364Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:07:43.365Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T12:07:43.366Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:43.382Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:07:43.383Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:07:44.264Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:07:44.265Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:07:44.267Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:07:44.267Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734862633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:07:44.367Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:07:44.368Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T12:07:44.368Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:44.380Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:07:44.380Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:07:45.268Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:07:45.269Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:07:45.271Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:07:45.271Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734862633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:07:45.371Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:07:45.372Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T12:07:45.372Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:45.382Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:07:45.383Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:07:46.271Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:07:46.272Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:07:46.273Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:07:46.273Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734862633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:07:46.374Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:07:46.374Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T12:07:46.375Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:46.386Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:07:46.387Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:07:47.274Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:07:47.275Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:07:47.277Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:07:47.277Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734862633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:07:47.377Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:07:47.378Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T12:07:47.378Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:47.387Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:07:47.388Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:07:48.277Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:07:48.278Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:07:48.281Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:07:48.281Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734862633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/resourceInstances/pnf4b508ad7d89b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:07:48.381Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:07:48.383Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T12:07:48.383Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:48.397Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:07:48.397Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:07:49.282Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:07:49.283Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:07:49.285Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:07:49.285Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734862633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-11T12:07:49.386Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:07:49.387Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T12:07:49.387Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:49.398Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:07:49.399Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-11T12:07:50.286Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-11T12:07:50.287Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:07:50.288Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:07:50.288Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734862633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
"status": "NOTIFIED"
}
2021-05-11T12:07:50.388Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:07:50.389Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T12:07:50.389Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:50.404Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:07:50.404Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:07:51.289Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
"serviceName": "Demo_pNF_sUsOuQcBOoIolbvlWor5",
"serviceVersion": "1.0",
"serviceUUID": "ac8eb245-0102-44e3-84a0-3b6bed10538d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "35e48cbb-2650-4a06-8c0f-2b12020681a2",
"resources": [
{
"resourceInstanceName": "pNF 4b508ad7-d89b 0",
"resourceCustomizationUUID": "18c38d09-e56f-45bb-80ca-8cb1e6eb3c36",
"resourceName": "pNF 4b508ad7-d89b",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "1a998d52-8d1b-462b-be00-6f8d352b9684",
"resourceInvariantUUID": "72af48ef-110d-4323-8b18-f0af8ad58097",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
"artifactChecksum": "YzExZWQ0ZDFlZjkyODEwZWQ4MDIyZDBlYmMxNDE2ZjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "14b34405-01c3-4d75-b1f8-25af7dc7759b"
}
],
"workloadContext": "Production"
}
2021-05-11T12:07:51.290Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-11T12:07:51.290Z|87b885e3-e415-432b-bc58-0e174302b74f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ac8eb245-0102-44e3-84a0-3b6bed10538d ASDC
2021-05-11T12:07:51.290Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:2fc4581a-61f0-4024-8ff3-0dbc46bbe454
ServiceName:Demo_pNF_sUsOuQcBOoIolbvlWor5
ServiceVersion:1.0
ServiceUUID:ac8eb245-0102-44e3-84a0-3b6bed10538d
ServiceInvariantUUID:35e48cbb-2650-4a06-8c0f-2b12020681a2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
ArtifactUUID:14b34405-01c3-4d75-b1f8-25af7dc7759b
ArtifactChecksum:YzExZWQ0ZDFlZjkyODEwZWQ4MDIyZDBlYmMxNDE2ZjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4b508ad7-d89b 0
ResourceCustomizationUUID:18c38d09-e56f-45bb-80ca-8cb1e6eb3c36
ResourceInvariantUUID:72af48ef-110d-4323-8b18-f0af8ad58097
ResourceName:pNF 4b508ad7-d89b
ResourceType:PNF
ResourceUUID:1a998d52-8d1b-462b-be00-6f8d352b9684
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-05-11T12:07:51.290Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ac8eb245-0102-44e3-84a0-3b6bed10538d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-11T12:07:51.313Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T12:07:51.314Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:07:51.314Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:07:51.314Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 14b34405-01c3-4d75-b1f8-25af7dc7759b from URL: /sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:51.315Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-11T12:07:51.315Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:51.859Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-11T12:07:51.864Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar 14b34405-01c3-4d75-b1f8-25af7dc7759b 83297
2021-05-11T12:07:51.864Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar ASDC sendASDCNotification
2021-05-11T12:07:51.864Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:51.865Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-11T12:07:51.865Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-11T12:07:51.866Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-11T12:07:51.866Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2fc4581a-61f0-4024-8ff3-0dbc46bbe454",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620734871864,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-11T12:07:51.966Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-11T12:07:51.967Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-11T12:07:51.967Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AyZmW6egVYL0UZ0j) ...
2021-05-11T12:07:51.978Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-11T12:07:51.978Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-11T12:07:52.867Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-11T12:07:52.868Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-11T12:07:52.868Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 14b34405-01c3-4d75-b1f8-25af7dc7759b, URL: /sdc/v1/catalog/services/DemoPnfSusouqcbooiolbvlwor5/1.0/artifacts/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar to file: /app/ASDC/1/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:52.868Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:52.869Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:52.869Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:52.984Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12544875927402200613/Definitions/service-DemoPnfSusouqcbooiolbvlwor5-template.yml
2021-05-11T12:07:53.527Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-11T12:07:53.528Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-05-11T12:07:53.528Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:53.528Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-11T12:07:53.528Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4b508ad7-d89b 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-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:53.528Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||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-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:53.528Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:53.528Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||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-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:53.528Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||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-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:53.528Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4b508ad7-d89b 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:53.528Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||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-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:53.528Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||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-DemoPnfSusouqcbooiolbvlwor5-csar.csar
2021-05-11T12:07:53.529Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-05-11T12:07:53.529Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:07:53.529Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sUsOuQcBOoIolbvlWor5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:07:53.529Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Node template pNF 4b508ad7-d89b 0 is matching search criteria
2021-05-11T12:07:53.529Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-11T12:07:53.529Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 4b508ad7-d89b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T12:07:53.529Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:07:53.529Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sUsOuQcBOoIolbvlWor5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:07:53.530Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Node template pNF 4b508ad7-d89b 0 is matching search criteria
2021-05-11T12:07:53.530Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-11T12:07:53.530Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 4b508ad7-d89b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-11T12:07:53.530Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:07:53.530Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sUsOuQcBOoIolbvlWor5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:07:53.530Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:07:53.530Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sUsOuQcBOoIolbvlWor5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:07:53.530Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:07:53.530Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sUsOuQcBOoIolbvlWor5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:07:53.531Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:07:53.531Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sUsOuQcBOoIolbvlWor5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:07:53.531Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:07:53.531Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sUsOuQcBOoIolbvlWor5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:07:53.531Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_sUsOuQcBOoIolbvlWor5
Description:catalog service description
Model UUID:ac8eb245-0102-44e3-84a0-3b6bed10538d
Model Version:NULL
Model InvariantUuid:35e48cbb-2650-4a06-8c0f-2b12020681a2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-11T12:07:53.537Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1a998d52-8d1b-462b-be00-6f8d352b9684
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:07:53.540Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||pNF 4b508ad7-d89b 0
2021-05-11T12:07:53.540Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1a998d52-8d1b-462b-be00-6f8d352b9684
2021-05-11T12:07:53.541Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||No resources found for Service: ac8eb245-0102-44e3-84a0-3b6bed10538d
2021-05-11T12:07:53.541Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ac8eb245-0102-44e3-84a0-3b6bed10538d
2021-05-11T12:07:53.541Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4b508ad7-d89b 0 1a998d52-8d1b-462b-be00-6f8d352b9684 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-11T12:07:53.545Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-11T12:07:53.545Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_sUsOuQcBOoIolbvlWor5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-11T12:07:53.545Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ac8eb245-0102-44e3-84a0-3b6bed10538d: pNF 4b508ad7-d89b
2021-05-11T12:07:53.545Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||INFO|500||Processing PNF resource: 1a998d52-8d1b-462b-be00-6f8d352b9684
2021-05-11T12:07:53.546Z|2fc4581a-61f0-4024-8ff3-0dbc46bbe454|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery