By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-04-28T10:41:44.048Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-v8lzw with PID 14 (/app/app.jar started by so in /app)
2021-04-28T10:41:44.092Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-28T10:41:44.093Z||main|||||INFO|500||The following profiles are active: basic
2021-04-28T10:41:51.434Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-28T10:41:51.435Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-28T10:41:51.528Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-28T10:41:53.446Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-28T10:41:53.610Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-28T10:41:54.027Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-28T10:41:54.034Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-28T10:41:54.120Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-28T10:41:54.231Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-28T10:41:54.608Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-28T10:41:55.545Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-28T10:41:57.838Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-28T10:41:57.881Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-28T10:41:58.198Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-28T10:41:58.409Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-04-28T10:41:59.602Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-28T10:42:00.559Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-28T10:42:00.594Z||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$$1236a2fe.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-04-28T10:42:00.595Z||main|||||WARN|500||The sdc end point is not alive
2021-04-28T10:42:03.047Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-04-28T10:42:05.312Z||main|||||WARN|500||---
2021-04-28T10:42:05.312Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-28T10:42:05.313Z||main|||||WARN|500||---
2021-04-28T10:42:05.677Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-28T10:42:08.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-28T10:42:08.742Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-28T10:42:08.744Z||main|||||INFO|500||Started Application in 26.87 seconds (JVM running for 28.051)
2021-04-28T10:42:08.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-28T10:42:08.809Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-28T10:42:08.854Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6ad2c7e3-a71d-4d54-bcbf-95a9398ccee3 url= /sdc/v1/artifactTypes
2021-04-28T10:42:08.854Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-28T10:42:09.994Z||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.37.66] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-28T10:42:09.998Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@45ffbf7
2021-04-28T10:42:09.999Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-28T10:42:10.008Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-28T10:42:10.010Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-28T10:42:10.012Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-28T10:42:58.736Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-28T10:42:58.736Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-28T10:42:58.737Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-28T10:42:58.742Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-28T10:42:58.749Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1f5319a8-9dad-413d-9c94-e1cba0210a5d url= /sdc/v1/artifactTypes
2021-04-28T10:42:58.749Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-28T10:42:59.787Z||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.37.66] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-28T10:42:59.788Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d51fdd3
2021-04-28T10:42:59.788Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-28T10:42:59.788Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-28T10:42:59.789Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-28T10:42:59.789Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-28T10:43:48.735Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-28T10:43:48.736Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-28T10:43:48.736Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-28T10:43:48.740Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-28T10:43:48.747Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 11a3b23d-ffa1-43ee-a01c-ca1936496d99 url= /sdc/v1/artifactTypes
2021-04-28T10:43:48.747Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-28T10:43:49.770Z||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.37.66] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-28T10:43:49.771Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7dbe43e3
2021-04-28T10:43:49.771Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-28T10:43:49.772Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-28T10:43:49.772Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-28T10:43:49.772Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-28T10:44:38.736Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-28T10:44:38.737Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-28T10:44:38.738Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-28T10:44:38.745Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-28T10:44:38.750Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b321c371-4d08-425d-b7a6-3165fa7aa087 url= /sdc/v1/artifactTypes
2021-04-28T10:44:38.751Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-28T10:44:39.787Z||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.37.66] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-28T10:44:39.787Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6f63f780
2021-04-28T10:44:39.788Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-28T10:44:39.788Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-28T10:44:39.788Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-28T10:44:39.790Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-28T10:45:28.738Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-28T10:45:28.740Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-28T10:45:28.740Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-28T10:45:28.746Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-28T10:45:28.754Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 36267030-2ccc-4931-a6dc-43c552d1e2f4 url= /sdc/v1/artifactTypes
2021-04-28T10:45:28.755Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-28T10:45:29.803Z||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.37.66] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-28T10:45:29.803Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b6e6bdf
2021-04-28T10:45:29.803Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-28T10:45:29.804Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-28T10:45:29.804Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-28T10:45:29.804Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-28T10:46:18.735Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-28T10:46:18.736Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-28T10:46:18.736Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-28T10:46:18.742Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-28T10:46:18.748Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7d56a830-7323-4f3f-9878-9c0e5e1a2aaf url= /sdc/v1/artifactTypes
2021-04-28T10:46:18.749Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-28T10:46:18.985Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-28T10:46:19.000Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-28T10:46:19.040Z||scheduling-1|||||DEBUG|500||create keys
2021-04-28T10:46:19.047Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-28T10:46:19.069Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:46:19.114Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7e08e790-96eb-40e3-8212-17f3aff17813 url= /sdc/v1/registerForDistribution
2021-04-28T10:46:19.208Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7e08e790-96eb-40e3-8212-17f3aff17813 url= /sdc/v1/registerForDistribution
2021-04-28T10:46:19.209Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-28T10:46:19.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:46:19.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:46:19.276Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:46:19.276Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-28T10:46:19.277Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:46:19.276Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:46:19.277Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:46:29.505Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:46:29.509Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:47:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:47:19.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:47:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:47:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:47:19.271Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:47:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:47:28.831Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:47:28.832Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:48:19.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:48:19.268Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:48:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:48:19.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:48:19.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:48:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:48:28.829Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:48:28.833Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:49:19.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:49:19.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:49:19.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:49:19.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:49:19.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:49:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:49:28.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:49:28.818Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:50:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:50:19.269Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:50:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:50:19.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:50:19.271Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:50:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:50:28.825Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:50:28.826Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:51:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:51:19.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:51:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:51:19.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:51:19.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:51:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:51:28.819Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:51:28.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:52:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:52:19.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:52:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:52:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:52:19.271Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:52:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:52:23.501Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-28T10:52:24.089Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@2cca704 ((conn=693) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-28T10:52:24.094Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@40fa1aae ((conn=694) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-28T10:52:24.096Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@27697132 ((conn=547) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-28T10:52:28.822Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:52:28.828Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:53:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:53:19.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:53:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:53:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:53:19.272Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:53:19.272Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:53:28.817Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:53:28.819Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:54:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:54:19.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:54:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:54:19.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:54:19.271Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:54:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:54:28.824Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:54:28.829Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:55:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:55:19.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:55:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:55:19.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:55:19.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:55:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:55:28.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:55:28.822Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:56:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:56:19.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:56:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:56:19.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:56:19.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:56:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:56:28.826Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:56:28.827Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:57:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:57:19.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:57:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:57:19.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:57:19.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:57:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:57:28.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:57:28.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:58:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:58:19.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:58:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:58:19.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:58:19.271Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:58:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:58:28.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:58:28.818Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:59:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:59:19.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:59:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:59:19.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:59:19.271Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T10:59:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:59:28.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T10:59:28.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:00:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:00:19.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:00:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:00:19.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:00:19.271Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:00:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:00:28.817Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:00:28.817Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:01:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:01:19.269Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:01:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:01:19.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:01:19.271Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:01:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:01:28.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:01:28.817Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:02:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:02:19.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:02:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:02:19.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:02:19.271Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:02:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:02:28.813Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:02:28.815Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:03:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:03:19.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:03:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:03:19.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:03:19.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:03:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:03:28.809Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:03:28.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:04:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:04:19.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:04:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:04:19.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:04:19.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:04:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:04:28.819Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:04:28.824Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:05:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:05:19.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:05:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:05:19.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:05:19.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:05:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:05:28.813Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:05:28.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:06:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:06:19.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:06:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:06:19.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:06:19.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:06:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:06:28.813Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:06:28.814Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:07:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:07:19.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:07:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:07:19.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:07:19.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:07:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:07:28.841Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:07:28.844Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:08:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:08:19.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:08:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:08:19.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:08:19.271Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:08:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:08:28.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:08:28.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:09:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:09:19.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:09:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:09:19.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:09:19.271Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:09:19.272Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:09:28.822Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:09:28.822Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:10:19.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:10:19.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:10:19.269Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:10:19.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:10:19.271Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:10:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:10:28.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:10:28.818Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:11:19.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:11:19.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:11:19.268Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:11:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:11:19.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:11:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:11:23.198Z||http-nio-8085-exec-10|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@40f2bd4f ((conn=696) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-28T11:11:23.199Z||http-nio-8085-exec-10|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@4e355b21 ((conn=552) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-28T11:11:28.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:11:28.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:12:19.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:12:19.269Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:12:19.269Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:12:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:12:19.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:12:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:12:28.818Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:12:28.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:13:19.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:13:19.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:13:19.268Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:13:19.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:13:19.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:13:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:13:28.813Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:13:28.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:14:19.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:14:19.269Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:14:19.269Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:14:19.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:14:19.271Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:14:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:14:28.818Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:14:28.818Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:15:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:15:19.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:15:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:15:19.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:15:19.271Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:15:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:15:28.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:15:28.818Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:16:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:16:19.269Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:16:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:16:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:16:19.271Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:16:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:16:28.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:16:28.824Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:17:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:17:19.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:17:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:17:19.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:17:19.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:17:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:17:28.815Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:17:28.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:18:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:18:19.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:18:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:18:19.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:18:19.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:18:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:18:28.810Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:18:28.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:19:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:19:19.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:19:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:19:19.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:19:19.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:19:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:19:28.823Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:19:28.824Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:20:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:20:19.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:20:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:20:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:20:19.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:20:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:20:28.817Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:20:28.817Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:21:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:21:19.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:21:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:21:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:21:19.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:21:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:21:28.814Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:21:28.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:22:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:22:19.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:22:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:22:19.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:22:19.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:22:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:22:28.812Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:22:28.812Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:23:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:23:19.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:23:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:23:19.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:23:19.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:23:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:23:28.822Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:23:28.823Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:24:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:24:19.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:24:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:24:19.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:24:19.271Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:24:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:24:28.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:24:28.816Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:25:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:25:19.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:25:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:25:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:25:19.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:25:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:25:28.814Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:25:28.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:26:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:26:19.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:26:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:26:19.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:26:19.271Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:26:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:26:28.812Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:26:28.814Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:27:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:27:19.269Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:27:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:27:19.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:27:19.271Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:27:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:27:28.811Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:27:28.820Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:28:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:28:19.268Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:28:19.268Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:28:19.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:28:19.271Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:28:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:28:28.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:28:28.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:29:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:29:19.268Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:29:19.268Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:29:19.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:29:19.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:29:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:29:28.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:29:28.815Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:30:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:30:19.268Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:30:19.268Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:30:19.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:30:19.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:30:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:30:28.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:30:28.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:31:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:31:19.268Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:31:19.269Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:31:19.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:31:19.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:31:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:31:28.822Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:31:28.824Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:32:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:32:19.268Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:32:19.268Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:32:19.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:32:19.271Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:32:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:32:28.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:32:28.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:33:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:33:19.268Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:33:19.268Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:33:19.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:33:19.271Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:33:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:33:28.807Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:33:28.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:34:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:34:19.268Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:34:19.268Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:34:19.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:34:19.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:34:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:34:28.809Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:34:28.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:35:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:35:19.269Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:35:19.269Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:35:19.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:35:19.271Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:35:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:35:28.823Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:35:28.823Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:36:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:36:19.268Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:36:19.269Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:36:19.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:36:19.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:36:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:36:28.816Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:36:28.818Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:37:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:37:19.268Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:37:19.268Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:37:19.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:37:19.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:37:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:37:28.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:37:28.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:38:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:38:19.269Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:38:19.269Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:38:19.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:38:19.271Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:38:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:38:28.816Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:38:28.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:39:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:39:19.268Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:39:19.268Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:39:19.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:39:19.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:39:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:39:28.812Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:39:28.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:40:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:40:19.268Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:40:19.268Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:40:19.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:40:19.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:40:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:40:28.814Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:40:28.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:41:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:41:19.268Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:41:19.268Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:41:19.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:41:19.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:41:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:41:28.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:41:28.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:42:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:42:19.268Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:42:19.268Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:42:19.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:42:19.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:42:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:42:28.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:42:28.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:43:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:43:19.268Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:43:19.268Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:43:19.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:43:19.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:43:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:43:28.819Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:43:28.819Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:44:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:44:19.268Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:44:19.268Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:44:19.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:44:19.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:44:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:44:28.809Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:44:28.809Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:45:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:45:19.268Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:45:19.268Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:45:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:45:19.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:45:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:45:28.811Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:45:28.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:46:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:46:19.269Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:46:19.269Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:19.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:46:19.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:46:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:19.902Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:46:19.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"52fabbd8-433f-4c5c-82ba-d5bbe8b2b506","serviceName":"vFW 2021-04-28 11-42-38","serviceVersion":"1.0","serviceUUID":"543c6273-5068-4fac-8a56-e738ad406ee4","serviceDescription":"catalog service description","serviceInvariantUUID":"4a0f5460-344f-4719-89d1-4bee7f843d71","resources":[{"resourceInstanceName":"vFW 07fe21ba-0414 0","resourceName":"vFW 07fe21ba-0414","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ac57a294-fb1d-46b1-a543-a8834818f89d","resourceInvariantUUID":"c92a9bb3-5964-46c4-8943-3cd9a64ca857","resourceCustomizationUUID":"8c3d8fea-b2ee-4670-9509-1305f734221d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml","artifactChecksum":"YTBiZDQ1YjUwMmE3MmVkYWYwNTkzYWRhYTM5NzEzNDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"05aa27d6-abc6-417c-a7cf-26b9c0afd37a","artifactVersion":"1"},{"artifactName":"vfw07fe21ba04140_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json","artifactChecksum":"OGQ3ZGJkY2NiNTQ0NzQyNjM0OGJjNGFjN2M0MDc5YTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e7448436-9a65-488e-93e4-66b127c41850","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"42ad7257-4e47-4221-8460-0b4a0e72cd9c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml","artifactChecksum":"OTI2NjUzMmUyMmQ3YjAwNjg3YzMyNjc3OGIzOWEwOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bf443752-e322-442d-a959-9e3b86010722","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"07fd7a89-d2f4-40d1-90a5-2ff984b64dda","artifactVersion":"2","generatedFromUUID":"42ad7257-4e47-4221-8460-0b4a0e72cd9c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210428114238-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml","artifactChecksum":"ZGZkYWE4OWQ4NDA5NDkzMDNkNDJiZTdjMDFiZTY4ZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"76c1a6bb-6d06-494e-872f-5e05d37dbeda","artifactVersion":"1"},{"artifactName":"service-Vfw20210428114238-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar","artifactChecksum":"OTZiZWY5MzkzYTgyZTE1ZjZjNDhjY2FhMjkxNjU5MmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f743a867-8c0a-4cc3-9173-805838ca9965","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-28T11:46:19.909Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:46:19.913Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:46:19.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610356974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.931Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:19.940Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:19.940Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610379267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "ves-openapi-manager",
"timestamp": 1619610351765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610355490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "aai-ml",
"timestamp": 1619610353709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "dcae-sch",
"timestamp": 1619610355966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610358369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "clamp",
"timestamp": 1619610349964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610356065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "dcae-sch",
"timestamp": 1619610355966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610355490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
"status": "NOTIFIED"
}
2021-04-28T11:46:19.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "ves-openapi-manager",
"timestamp": 1619610351765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610356974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
"status": "NOTIFIED"
}
2021-04-28T11:46:19.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "aai-ml",
"timestamp": 1619610353709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610358369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "clamp",
"timestamp": 1619610349964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
"status": "NOTIFIED"
}
2021-04-28T11:46:19.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610356065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
"status": "NOTIFIED"
}
2021-04-28T11:46:19.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610355490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "ves-openapi-manager",
"timestamp": 1619610351765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610356974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "aai-ml",
"timestamp": 1619610353709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "dcae-sch",
"timestamp": 1619610355966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610358369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "clamp",
"timestamp": 1619610349964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610356065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-28T11:46:19.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610355490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "aai-ml",
"timestamp": 1619610353709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610356974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "ves-openapi-manager",
"timestamp": 1619610351765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "dcae-sch",
"timestamp": 1619610355966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "clamp",
"timestamp": 1619610349964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610358369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610356065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "cds",
"timestamp": 1619610362362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610355490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "aai-ml",
"timestamp": 1619610353709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610356974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "ves-openapi-manager",
"timestamp": 1619610351765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "dcae-sch",
"timestamp": 1619610355966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "clamp",
"timestamp": 1619610349964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610358369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610356065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "cds",
"timestamp": 1619610362362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610355490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "ves-openapi-manager",
"timestamp": 1619610351765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610356974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "aai-ml",
"timestamp": 1619610353709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "dcae-sch",
"timestamp": 1619610355966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610358369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "clamp",
"timestamp": 1619610349964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610356065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "cds",
"timestamp": 1619610362362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610355490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:46:19.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "aai-ml",
"timestamp": 1619610353709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:46:19.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610358369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "dcae-sch",
"timestamp": 1619610355966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610356974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "ves-openapi-manager",
"timestamp": 1619610351765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "clamp",
"timestamp": 1619610349964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610356065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "cds",
"timestamp": 1619610362362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "cds",
"timestamp": 1619610362362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610367597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610367690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610367807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "aai-ml",
"timestamp": 1619610367916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610367950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "cds",
"timestamp": 1619610362362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "cds",
"timestamp": 1619610362362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:46:19.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610369175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610369432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610369745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "policy-id",
"timestamp": 1619610369486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "cds",
"timestamp": 1619610371013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610371076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "policy-id",
"timestamp": 1619610369486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610371273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610371608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "cds",
"timestamp": 1619610372030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-04-28T11:46:20.041Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-04-28T11:46:20.046Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:46:20.047Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:20.059Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:46:20.060Z||pool-3-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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-28T11:46:20.467Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
2021-04-28T11:46:20.487Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-28T11:46:20.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610372084,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-28T11:46:20.520Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
2021-04-28T11:46:20.521Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-28T11:46:20.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "policy-id",
"timestamp": 1619610369486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-28T11:46:20.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:20.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610372277,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-28T11:46:20.535Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
2021-04-28T11:46:20.536Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-28T11:46:20.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610373088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
"status": "DEPLOY_OK"
}
2021-04-28T11:46:20.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:20.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610373096,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-28T11:46:20.558Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
2021-04-28T11:46:20.558Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-28T11:46:20.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "policy-id",
"timestamp": 1619610369486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:20.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:20.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610373280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
"status": "DEPLOY_OK"
}
2021-04-28T11:46:20.566Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:20.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610373358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-28T11:46:20.566Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:20.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610374100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
"status": "DEPLOY_OK"
}
2021-04-28T11:46:20.567Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:20.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "policy-id",
"timestamp": 1619610369486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:20.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:20.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "clamp",
"timestamp": 1619610374355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:46:20.568Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:20.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610374363,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-28T11:46:20.575Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
2021-04-28T11:46:20.576Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-28T11:46:20.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "policy-id",
"timestamp": 1619610369486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:20.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:20.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "clamp",
"timestamp": 1619610375407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-28T11:46:20.587Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:20.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "policy-id",
"timestamp": 1619610369486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:46:20.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:46:20.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "clamp",
"timestamp": 1619610376412,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-28T11:46:20.593Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
2021-04-28T11:46:20.594Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-28T11:46:20.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "policy-id",
"timestamp": 1619610377768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:46:20.603Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:20.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "policy-id",
"timestamp": 1619610378774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-28T11:46:20.604Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:20.948Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:46:20.948Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:20.950Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:20.950Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610379267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
"status": "NOTIFIED"
}
2021-04-28T11:46:21.050Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:21.052Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:46:21.053Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:21.065Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:46:21.066Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:21.950Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:46:21.951Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:21.954Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:21.954Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610379267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-28T11:46:22.054Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:22.056Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:46:22.057Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:22.070Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:46:22.071Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:22.955Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:46:22.956Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:22.958Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:22.959Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610379267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:23.059Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:23.060Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:46:23.060Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:23.072Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:46:23.073Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-28T11:46:23.959Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:46:23.961Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:23.963Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:23.964Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610379267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-28T11:46:24.064Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:24.066Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:46:24.067Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:24.078Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:46:24.078Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:24.965Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:46:24.966Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:24.968Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:24.969Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610379267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:46:25.069Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:25.070Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:46:25.070Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:25.084Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:46:25.084Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:25.969Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:46:25.970Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:25.972Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:25.972Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610379267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:46:26.073Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:26.074Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:46:26.074Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:26.087Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:46:26.088Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:26.975Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"serviceName": "vFW 2021-04-28 11-42-38",
"serviceVersion": "1.0",
"serviceUUID": "543c6273-5068-4fac-8a56-e738ad406ee4",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4a0f5460-344f-4719-89d1-4bee7f843d71",
"resources": [
{
"resourceInstanceName": "vFW 07fe21ba-0414 0",
"resourceCustomizationUUID": "8c3d8fea-b2ee-4670-9509-1305f734221d",
"resourceName": "vFW 07fe21ba-0414",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ac57a294-fb1d-46b1-a543-a8834818f89d",
"resourceInvariantUUID": "c92a9bb3-5964-46c4-8943-3cd9a64ca857",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw07fe21ba04140_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
"artifactChecksum": "OGQ3ZGJkY2NiNTQ0NzQyNjM0OGJjNGFjN2M0MDc5YTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e7448436-9a65-488e-93e4-66b127c41850",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "42ad7257-4e47-4221-8460-0b4a0e72cd9c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "07fd7a89-d2f4-40d1-90a5-2ff984b64dda",
"generatedFromUUID": "42ad7257-4e47-4221-8460-0b4a0e72cd9c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "07fd7a89-d2f4-40d1-90a5-2ff984b64dda",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210428114238-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"artifactChecksum": "OTZiZWY5MzkzYTgyZTE1ZjZjNDhjY2FhMjkxNjU5MmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f743a867-8c0a-4cc3-9173-805838ca9965"
}
],
"workloadContext": "Production"
}
2021-04-28T11:46:26.976Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-28T11:46:26.977Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 543c6273-5068-4fac-8a56-e738ad406ee4 ASDC
2021-04-28T11:46:27.112Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
ServiceName:vFW 2021-04-28 11-42-38
ServiceVersion:1.0
ServiceUUID:543c6273-5068-4fac-8a56-e738ad406ee4
ServiceInvariantUUID:4a0f5460-344f-4719-89d1-4bee7f843d71
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210428114238-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar
ArtifactUUID:f743a867-8c0a-4cc3-9173-805838ca9965
ArtifactChecksum:OTZiZWY5MzkzYTgyZTE1ZjZjNDhjY2FhMjkxNjU5MmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 07fe21ba-0414 0
ResourceCustomizationUUID:8c3d8fea-b2ee-4670-9509-1305f734221d
ResourceInvariantUUID:c92a9bb3-5964-46c4-8943-3cd9a64ca857
ResourceName:vFW 07fe21ba-0414
ResourceType:VF
ResourceUUID:ac57a294-fb1d-46b1-a543-a8834818f89d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw07fe21ba04140_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json
ArtifactUUID:e7448436-9a65-488e-93e4-66b127c41850
ArtifactChecksum:OGQ3ZGJkY2NiNTQ0NzQyNjM0OGJjNGFjN2M0MDc5YTE=
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/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml
ArtifactUUID:42ad7257-4e47-4221-8460-0b4a0e72cd9c
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/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env
ArtifactUUID:07fd7a89-d2f4-40d1-90a5-2ff984b64dda
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/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env
ArtifactUUID:07fd7a89-d2f4-40d1-90a5-2ff984b64dda
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-28T11:46:27.112Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 543c6273-5068-4fac-8a56-e738ad406ee4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-28T11:46:27.193Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T11:46:27.194Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-04-28T11:46:27.195Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-04-28T11:46:27.195Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f743a867-8c0a-4cc3-9173-805838ca9965 from URL: /sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:27.195Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-28T11:46:27.196Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:27.989Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-28T11:46:28.024Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar f743a867-8c0a-4cc3-9173-805838ca9965 110147
2021-04-28T11:46:28.025Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar ASDC sendASDCNotification
2021-04-28T11:46:28.025Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:28.030Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T11:46:28.031Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:28.033Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:28.033Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610388025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:46:28.133Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:28.135Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:46:28.135Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:28.147Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:46:28.148Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:29.034Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T11:46:29.035Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-04-28T11:46:29.036Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f743a867-8c0a-4cc3-9173-805838ca9965, URL: /sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar to file: /app/ASDC/1/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:29.037Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210428114238-csar.csar
2021-04-28T11:46:29.375Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:29.376Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:30.094Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5693802902022947544/Definitions/service-Vfw20210428114238-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-04-28T11:46:33.054Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-28T11:46:33.059Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-04-28T11:46:33.059Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.059Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-28T11:46:33.059Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||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-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.059Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||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-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.059Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||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-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.059Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.059Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.059Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||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-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||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-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||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-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||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-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 07fe21ba-0414 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 07fe21ba-0414 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-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||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-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-04-28T11:46:33.066Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:33.070Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:33.074Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is matching search criteria
2021-04-28T11:46:33.075Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-04-28T11:46:33.076Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 07fe21ba-0414 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T11:46:33.078Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:33.078Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:33.079Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is matching search criteria
2021-04-28T11:46:33.079Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-04-28T11:46:33.079Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 07fe21ba-0414 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T11:46:33.079Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:33.080Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:33.083Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:33.083Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is not matching search criteria
2021-04-28T11:46:33.084Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-28T11:46:33.084Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-28T11:46:33.084Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:33.084Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.084Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-28T11:46:33.084Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.084Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-28T11:46:33.084Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-28T11:46:33.084Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-28T11:46:33.084Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.085Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:33.085Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-28T11:46:33.085Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:33.085Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-28T11:46:33.091Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.091Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-28T11:46:33.092Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:33.092Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-28T11:46:33.093Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:33.093Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is matching search criteria
2021-04-28T11:46:33.093Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 07fe21ba-0414 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:46:33.094Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:33.094Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is matching search criteria
2021-04-28T11:46:33.094Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 07fe21ba-0414 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:46:33.094Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:33.094Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is matching search criteria
2021-04-28T11:46:33.094Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 07fe21ba-0414 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:46:33.095Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:33.095Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is not matching search criteria
2021-04-28T11:46:33.095Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-28T11:46:33.095Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-28T11:46:33.095Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-28T11:46:33.095Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-28T11:46:33.095Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-28T11:46:33.095Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.095Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:33.095Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-28T11:46:33.096Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:33.096Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-28T11:46:33.096Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.096Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8de37b60-c3f8-47f5-9f87-c030ea53662e
2021-04-28T11:46:33.096Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:33.096Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is not matching search criteria
2021-04-28T11:46:33.096Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-28T11:46:33.096Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-28T11:46:33.096Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:33.096Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.097Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-28T11:46:33.097Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.097Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-28T11:46:33.097Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-28T11:46:33.097Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-28T11:46:33.097Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:33.097Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-28T11:46:33.097Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.097Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8431f378-e59b-4eb8-907e-674e1cc1c02c
2021-04-28T11:46:33.098Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:33.098Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is not matching search criteria
2021-04-28T11:46:33.098Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-28T11:46:33.098Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-28T11:46:33.098Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:33.098Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.098Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-28T11:46:33.098Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.099Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-28T11:46:33.099Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-28T11:46:33.099Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-28T11:46:33.099Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.099Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:33.099Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-28T11:46:33.099Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0be7c881-f2f1-4f36-8970-0908f59b3b28
2021-04-28T11:46:33.099Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:33.100Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:33.100Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:33.100Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:33.100Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:33.100Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:33.100Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:33.100Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:33.101Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-28 11-42-38
Description:catalog service description
Model UUID:543c6273-5068-4fac-8a56-e738ad406ee4
Model Version:NULL
Model InvariantUuid:4a0f5460-344f-4719-89d1-4bee7f843d71
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 07fe21ba-0414
Model UUID:cfce023a-6691-45eb-89cd-b8028cee5caa
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c92a9bb3-5964-46c4-8943-3cd9a64ca857
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8c3d8fea-b2ee-4670-9509-1305f734221d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:93ddf109-b6f4-4426-a2bf-9976c8e7c997
ModelName:Vfw07fe21ba0414..base_vfw..module-0
ModelUuid:53441d38-a9cd-405d-ae5f-77cecbe28de2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8de37b60-c3f8-47f5-9f87-c030ea53662e
ModelInvariantUuid:a9c8d6ae-bc3d-4184-8ac0-079cc303fa88
ModelName:vFW 07fe21ba-0414-nodes.vfwCvfc
ModelUuid:3898c1c9-c0bd-470d-8a3e-b9b86d62e9ae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a5d860ca-5802-4888-95d4-163c6bad48ec
ModelInvariantUuid:a4433dd9-0160-43ff-9949-702c5845dc66
ModelName:Vfw07fe21ba0414.compute.nodes.heat.vfw
ModelUuid:f88ca983-7691-48e2-a642-7aed8912e87b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8431f378-e59b-4eb8-907e-674e1cc1c02c
ModelInvariantUuid:91472a40-f86e-4447-b23a-891d519ae655
ModelName:vFW 07fe21ba-0414-nodes.vsnCvfc
ModelUuid:c2bf979a-7a65-4631-8a49-3619b457d337
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:5df11b91-2cc5-459e-a41e-f1b0de5d22e1
ModelInvariantUuid:9123d7ca-7e08-40d7-a81d-63b8ef0e18c6
ModelName:Vfw07fe21ba0414.compute.nodes.heat.vsn
ModelUuid:ca5f79e6-0910-4447-999c-fdc7e66e6706
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0be7c881-f2f1-4f36-8970-0908f59b3b28
ModelInvariantUuid:9cafd4d9-2aac-4a21-b7be-5acdf536495d
ModelName:vFW 07fe21ba-0414-nodes.vpgCvfc
ModelUuid:bfcac7c0-bcc8-4662-b46a-1fb36137f505
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:9dd66ce7-73e8-438d-9d5c-887dc39a6e3a
ModelInvariantUuid:3e81d6a7-7f7f-4740-9948-865f5641175b
ModelName:Vfw07fe21ba0414.compute.nodes.heat.vpg
ModelUuid:563d1d27-7602-4a66-8c12-f47c18c0f1fd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-28T11:46:33.114Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: ac57a294-fb1d-46b1-a543-a8834818f89d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-28T11:46:33.341Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||vFW 07fe21ba-0414 0
2021-04-28T11:46:33.350Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ac57a294-fb1d-46b1-a543-a8834818f89d
2021-04-28T11:46:33.350Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e7448436-9a65-488e-93e4-66b127c41850 from URL: /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json
2021-04-28T11:46:33.351Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-28T11:46:33.351Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json
2021-04-28T11:46:34.210Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-28T11:46:34.211Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json e7448436-9a65-488e-93e4-66b127c41850 785
2021-04-28T11:46:34.211Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json ASDC sendASDCNotification
2021-04-28T11:46:34.212Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json
2021-04-28T11:46:34.212Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T11:46:34.212Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:34.214Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:34.214Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610394211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:46:34.314Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:34.316Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:46:34.316Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:34.328Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:46:34.329Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:35.216Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw07fe21ba0414..base_vfw..module-0",
"vfModuleModelInvariantUUID": "93ddf109-b6f4-4426-a2bf-9976c8e7c997",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "53441d38-a9cd-405d-ae5f-77cecbe28de2",
"vfModuleModelCustomizationUUID": "5256e700-adc7-40e7-ae80-f4d0062ae562",
"isBase": true,
"artifacts": [
"42ad7257-4e47-4221-8460-0b4a0e72cd9c",
"07fd7a89-d2f4-40d1-90a5-2ff984b64dda"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-28T11:46:35.254Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw07fe21ba0414..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:53441d38-a9cd-405d-ae5f-77cecbe28de2
VfModuleModelInvariantUUID:93ddf109-b6f4-4426-a2bf-9976c8e7c997
VfModuleModelDescription:NULL
Artifacts UUID List:{
42ad7257-4e47-4221-8460-0b4a0e72cd9c
,
07fd7a89-d2f4-40d1-90a5-2ff984b64dda
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-28T11:46:35.256Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw07fe21ba0414..base_vfw..module-0",
"vfModuleModelInvariantUUID": "93ddf109-b6f4-4426-a2bf-9976c8e7c997",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "53441d38-a9cd-405d-ae5f-77cecbe28de2",
"vfModuleModelCustomizationUUID": "5256e700-adc7-40e7-ae80-f4d0062ae562",
"isBase": true,
"artifacts": [
"42ad7257-4e47-4221-8460-0b4a0e72cd9c",
"07fd7a89-d2f4-40d1-90a5-2ff984b64dda"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-28T11:46:35.257Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw07fe21ba0414..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:53441d38-a9cd-405d-ae5f-77cecbe28de2
VfModuleModelInvariantUUID:93ddf109-b6f4-4426-a2bf-9976c8e7c997
VfModuleModelDescription:NULL
Artifacts UUID List:{
42ad7257-4e47-4221-8460-0b4a0e72cd9c
,
07fd7a89-d2f4-40d1-90a5-2ff984b64dda
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-28T11:46:35.257Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 42ad7257-4e47-4221-8460-0b4a0e72cd9c from URL: /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml
2021-04-28T11:46:35.257Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-28T11:46:35.257Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml
2021-04-28T11:46:36.058Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-28T11:46:36.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml 42ad7257-4e47-4221-8460-0b4a0e72cd9c 20368
2021-04-28T11:46:36.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-28T11:46:36.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml
2021-04-28T11:46:36.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T11:46:36.061Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:36.064Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:36.064Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610396060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:46:36.164Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:36.164Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:46:36.165Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:36.175Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:46:36.175Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:37.065Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 07fd7a89-d2f4-40d1-90a5-2ff984b64dda from URL: /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env
2021-04-28T11:46:37.065Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-28T11:46:37.065Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env
2021-04-28T11:46:37.715Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-28T11:46:37.716Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env 07fd7a89-d2f4-40d1-90a5-2ff984b64dda 2098
2021-04-28T11:46:37.716Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-28T11:46:37.716Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env
2021-04-28T11:46:37.716Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T11:46:37.717Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:37.719Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:37.719Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610397716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:46:37.819Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:37.820Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:46:37.821Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:37.831Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:46:37.831Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:38.720Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 543c6273-5068-4fac-8a56-e738ad406ee4
2021-04-28T11:46:38.720Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 07fe21ba-0414 0 ac57a294-fb1d-46b1-a543-a8834818f89d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-28T11:46:38.768Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:38.768Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:38.769Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-04-28T11:46:38.769Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 8c3d8fea-b2ee-4670-9509-1305f734221d
2021-04-28T11:46:38.769Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8c3d8fea-b2ee-4670-9509-1305f734221d matches Tosca VF Customization UUID: 8c3d8fea-b2ee-4670-9509-1305f734221d
2021-04-28T11:46:38.769Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 8c3d8fea-b2ee-4670-9509-1305f734221d matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-28T11:46:38.775Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:38.775Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:38.776Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 8c3d8fea-b2ee-4670-9509-1305f734221d: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-04-28T11:46:38.776Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7018e3a0
2021-04-28T11:46:38.776Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:38.777Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-28T11:46:38.777Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5256e700-adc7-40e7-ae80-f4d0062ae562
2021-04-28T11:46:38.778Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5256e700-adc7-40e7-ae80-f4d0062ae562
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-28T11:46:38.785Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:38.785Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is matching search criteria
2021-04-28T11:46:38.785Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 07fe21ba-0414 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:46:38.786Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:38.786Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is matching search criteria
2021-04-28T11:46:38.786Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 07fe21ba-0414 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:46:38.787Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:38.787Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is not matching search criteria
2021-04-28T11:46:38.787Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-28T11:46:38.787Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-28T11:46:38.788Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-28T11:46:38.788Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-28T11:46:38.788Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-28T11:46:38.788Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-28T11:46:38.788Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:38.788Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-28T11:46:38.789Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:38.789Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-28T11:46:38.789Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-28T11:46:38.789Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8de37b60-c3f8-47f5-9f87-c030ea53662e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-28T11:46:38.799Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:38.799Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is matching search criteria
2021-04-28T11:46:38.799Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 07fe21ba-0414 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:46:38.800Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:38.800Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is not matching search criteria
2021-04-28T11:46:38.800Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-28T11:46:38.800Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-28T11:46:38.800Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:38.800Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-28T11:46:38.800Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-28T11:46:38.800Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-28T11:46:38.801Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-28T11:46:38.801Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-28T11:46:38.801Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-28T11:46:38.801Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:38.801Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-28T11:46:38.801Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-28T11:46:38.801Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8431f378-e59b-4eb8-907e-674e1cc1c02c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-28T11:46:38.803Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:38.803Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is matching search criteria
2021-04-28T11:46:38.804Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 07fe21ba-0414 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:46:38.806Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:38.806Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is not matching search criteria
2021-04-28T11:46:38.807Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-28T11:46:38.807Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-28T11:46:38.807Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:38.807Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-28T11:46:38.807Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-28T11:46:38.807Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-28T11:46:38.807Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-28T11:46:38.807Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-28T11:46:38.808Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-28T11:46:38.808Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-28T11:46:38.808Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:38.808Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-28T11:46:38.808Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0be7c881-f2f1-4f36-8970-0908f59b3b28
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-28T11:46:38.810Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:38.810Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is matching search criteria
2021-04-28T11:46:38.810Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 07fe21ba-0414 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:46:38.811Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:38.811Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is matching search criteria
2021-04-28T11:46:38.811Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 07fe21ba-0414 0] matching following query criteria: sdcType=VF, customizationUUID=8c3d8fea-b2ee-4670-9509-1305f734221d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-28T11:46:38.813Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:38.814Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:38.814Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 543c6273-5068-4fac-8a56-e738ad406ee4: vFW 07fe21ba-0414
2021-04-28T11:46:38.814Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:38.814Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:38.814Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:38.814Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:38.815Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:38.815Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:38.815Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:38.815Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:38.815Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:46:38.815Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:38.815Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-04-28 11-42-38
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-28T11:46:39.129Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 07fe21ba-0414 ac57a294-fb1d-46b1-a543-a8834818f89d 1 ASDC deployResourceStructure
2021-04-28T11:46:39.129Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json ASDC sendASDCNotification
2021-04-28T11:46:39.129Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json
2021-04-28T11:46:39.129Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T11:46:39.129Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:39.131Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:39.131Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610399129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
"status": "DEPLOY_OK"
}
2021-04-28T11:46:39.232Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:39.232Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:46:39.232Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:39.243Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:46:39.243Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:40.133Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-28T11:46:40.133Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml
2021-04-28T11:46:40.133Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T11:46:40.134Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:40.136Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:40.136Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610400132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-28T11:46:40.236Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:40.237Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:46:40.238Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:40.248Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:46:40.248Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:41.137Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-28T11:46:41.137Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env
2021-04-28T11:46:41.138Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T11:46:41.138Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:41.139Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:41.140Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610401137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-28T11:46:41.240Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:41.241Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:46:41.241Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:41.252Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:46:41.252Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:42.141Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar ASDC sendASDCNotification
2021-04-28T11:46:42.141Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:42.141Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T11:46:42.142Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:42.145Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:42.145Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610402140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-28T11:46:42.245Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:42.246Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:46:42.247Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:42.260Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:46:42.260Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-28T11:46:43.146Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-28T11:46:43.353Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-28T11:46:43.357Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T11:46:43.357Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-28T11:46:43.357Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-28T11:47:13.358Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-28T11:47:13.371Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-28T11:47:13.375Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T11:47:13.376Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-28T11:47:13.376Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-28T11:47:19.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:47:19.271Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:47:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:47:19.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:47:19.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:47:19.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "policy-id",
"timestamp": 1619610379777,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-28T11:47:19.406Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
2021-04-28T11:47:19.406Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-28T11:47:43.376Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-28T11:47:43.385Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-28T11:47:43.388Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T11:47:43.388Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-28T11:47:43.388Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-28T11:48:13.388Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-28T11:48:13.399Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-28T11:48:13.402Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T11:48:13.402Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-28T11:48:13.402Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-28T11:48:19.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:48:19.271Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:48:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:48:19.302Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:48:19.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610379267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610379267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
"status": "NOTIFIED"
}
2021-04-28T11:48:19.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610379267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-28T11:48:19.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610379267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610379267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-28T11:48:19.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610379267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "aai-ml",
"timestamp": 1619610385394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-28T11:48:19.311Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610379267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:48:19.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "aai-ml",
"timestamp": 1619610386399,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-28T11:48:19.318Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
2021-04-28T11:48:19.318Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-28T11:48:19.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610388025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610394211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610396060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610397716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610399129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
"status": "DEPLOY_OK"
}
2021-04-28T11:48:19.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610400132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-28T11:48:19.329Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610401137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-28T11:48:19.329Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610402140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "dcae-sch",
"timestamp": 1619610415966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610415490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610416065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610418369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "cds",
"timestamp": 1619610422361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610416974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610415490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
"status": "NOTIFIED"
}
2021-04-28T11:48:19.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "dcae-sch",
"timestamp": 1619610415966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "cds",
"timestamp": 1619610422361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610418369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610416065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
"status": "NOTIFIED"
}
2021-04-28T11:48:19.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610416974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
"status": "NOTIFIED"
}
2021-04-28T11:48:19.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610415490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-28T11:48:19.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "dcae-sch",
"timestamp": 1619610415966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610418369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610416065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-28T11:48:19.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610416974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-28T11:48:19.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "cds",
"timestamp": 1619610422361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610415490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "cds",
"timestamp": 1619610422361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610418369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "dcae-sch",
"timestamp": 1619610415966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610416065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610416974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610415490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-28T11:48:19.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "dcae-sch",
"timestamp": 1619610415966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "cds",
"timestamp": 1619610422361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610416065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610418369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610416974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610415490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "dcae-sch",
"timestamp": 1619610415966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "cds",
"timestamp": 1619610422361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610418369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610416065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610416974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "policy-id",
"timestamp": 1619610429486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610415490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:48:19.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "dcae-sch",
"timestamp": 1619610415966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "cds",
"timestamp": 1619610422361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:48:19.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610416065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:48:19.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610418369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610416974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "policy-id",
"timestamp": 1619610429486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "cds",
"timestamp": 1619610431888,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610431951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610431969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610431971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610431971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "policy-id",
"timestamp": 1619610429486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "ves-openapi-manager",
"timestamp": 1619610431764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "cds",
"timestamp": 1619610432892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-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-04-28T11:48:19.362Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0988de9a-bab8-44fa-aef3-7768cfc9493b
2021-04-28T11:48:19.362Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0988de9a-bab8-44fa-aef3-7768cfc9493b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-28T11:48:19.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "policy-id",
"timestamp": 1619610429486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "ves-openapi-manager",
"timestamp": 1619610431764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610433656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.372Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610433659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.373Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610433660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.373Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "policy-id",
"timestamp": 1619610429486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610434359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-28T11:48:19.374Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "ves-openapi-manager",
"timestamp": 1619610431764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610435175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "policy-id",
"timestamp": 1619610429486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610435362,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-28T11:48:19.383Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0988de9a-bab8-44fa-aef3-7768cfc9493b
2021-04-28T11:48:19.383Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0988de9a-bab8-44fa-aef3-7768cfc9493b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-28T11:48:19.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610435359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.393Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "ves-openapi-manager",
"timestamp": 1619610431764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610435451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.394Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "policy-id",
"timestamp": 1619610429486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:48:19.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610436178,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-28T11:48:19.401Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0988de9a-bab8-44fa-aef3-7768cfc9493b
2021-04-28T11:48:19.401Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0988de9a-bab8-44fa-aef3-7768cfc9493b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-28T11:48:19.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610436390,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-28T11:48:19.415Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0988de9a-bab8-44fa-aef3-7768cfc9493b
2021-04-28T11:48:19.415Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0988de9a-bab8-44fa-aef3-7768cfc9493b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-28T11:48:19.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "ves-openapi-manager",
"timestamp": 1619610431764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610436459,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-28T11:48:19.426Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0988de9a-bab8-44fa-aef3-7768cfc9493b
2021-04-28T11:48:19.426Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0988de9a-bab8-44fa-aef3-7768cfc9493b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-28T11:48:19.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610437181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-28T11:48:19.432Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610437393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "ves-openapi-manager",
"timestamp": 1619610431764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610437461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "policy-id",
"timestamp": 1619610437675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "ves-openapi-manager",
"timestamp": 1619610431764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:48:19.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "policy-id",
"timestamp": 1619610438679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-28T11:48:19.434Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:43.402Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-28T11:48:43.414Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-28T11:48:43.418Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T11:48:43.418Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-28T11:48:43.418Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-28T11:48:43.418Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-28T11:48:43.418Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-28T11:48:43.418Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-28T11:48:43.418Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-28T11:48:43.418Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-28T11:48:43.418Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-28T11:48:43.418Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-28T11:48:43.419Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-28T11:48:43.423Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-28T11:49:13.424Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-28T11:49:13.432Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506 and serviceModelVersionId: 543c6273-5068-4fac-8a56-e738ad406ee4
2021-04-28T11:49:13.432Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a0f5460-344f-4719-89d1-4bee7f843d71
2021-04-28T11:49:19.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:49:19.271Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:49:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:19.291Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:49:19.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:49:19.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "policy-id",
"timestamp": 1619610439683,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-28T11:49:19.300Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0988de9a-bab8-44fa-aef3-7768cfc9493b
2021-04-28T11:49:19.301Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0988de9a-bab8-44fa-aef3-7768cfc9493b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-28T11:49:27.938Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a0f5460-344f-4719-89d1-4bee7f843d71/model-vers/model-ver/543c6273-5068-4fac-8a56-e738ad406ee4?depth=0
2021-04-28T11:49:28.035Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-04-28T11:49:28.465Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4a0f5460-344f-4719-89d1-4bee7f843d71/model-vers/model-ver/543c6273-5068-4fac-8a56-e738ad406ee4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-04-28T11:49:28.469Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4a0f5460-344f-4719-89d1-4bee7f843d71/model-vers/model-ver/543c6273-5068-4fac-8a56-e738ad406ee4?depth=0|INFO|500||Invoke
2021-04-28T11:49:28.619Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4a0f5460-344f-4719-89d1-4bee7f843d71/model-vers/model-ver/543c6273-5068-4fac-8a56-e738ad406ee4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-28T11:49:28.775Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4a0f5460-344f-4719-89d1-4bee7f843d71/model-vers/model-ver/543c6273-5068-4fac-8a56-e738ad406ee4?depth=0|INFO|500||InvokeReturn
2021-04-28T11:49:28.775Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4a0f5460-344f-4719-89d1-4bee7f843d71/model-vers/model-ver/543c6273-5068-4fac-8a56-e738ad406ee4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210428-11:49:28:629-29470], vertex-id=[213144], Content-Length=[0], Date=[Wed, 28 Apr 2021 11:49:28 GMT], Content-Type=[application/json]}
2021-04-28T11:49:28.775Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-04-28T11:49:28.778Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-28T11:49:28.778Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-28T11:49:28.782Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-28T11:49:28.789Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-28T11:49:28.790Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-28T11:49:28.791Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:28.792Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:28.792Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610568790,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-28T11:49:28.893Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:28.894Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:49:28.894Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:28.906Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:49:28.907Z||pool-18-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-04-28T11:49:29.803Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:49:29.804Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:49:29.804Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:34.111Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:49:34.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:49:34.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0988de9a-bab8-44fa-aef3-7768cfc9493b","serviceName":"basic_onboard_ufIPZr","serviceVersion":"1.0","serviceUUID":"e9904655-cdae-49bd-bf6b-d682bede7236","serviceDescription":"service","serviceInvariantUUID":"cd92d3d8-30e8-4e54-bfd2-c834289f68f6","resources":[{"resourceInstanceName":"basic_onboard_ufIPZr 0","resourceName":"basic_onboard_ufIPZr","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"27fc2873-7a19-4823-92a9-b0f8ef9051a0","resourceInvariantUUID":"abe7b5d8-da10-44d5-9b14-9bffce8ece78","resourceCustomizationUUID":"f0911224-5dd9-4a05-a353-a55251fc3cee","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml","artifactChecksum":"ZDZkNTQ5ZWI4MDczNzhiMjMzODU5N2MzMWRjZWEwNzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f46d95c1-4349-4fe8-ac70-704dace97ec2","artifactVersion":"1"},{"artifactName":"basic_onboard_ufipzr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json","artifactChecksum":"MTViYjk2MTZiOTdhZTRkYjA5YzVkYzg3ZWY3YjkwZmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7328cddc-a290-491d-9297-99945c7bebb6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"57d385aa-cb38-4338-a0eb-9139cf390dc9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"66f5852f-1afe-4b76-9dba-76155c427a83","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2996c0b0-f46e-4606-896c-94db227906c6","artifactVersion":"2","generatedFromUUID":"57d385aa-cb38-4338-a0eb-9139cf390dc9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUfipzr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml","artifactChecksum":"NWZlNzVmNDVjODZlM2YzY2Y3ZmQ3NThjYmZjYzA0ZDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae425cdf-1fbb-4d05-8ed7-4ea5dc130c2f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUfipzr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar","artifactChecksum":"YTM5MTUyYmJlY2U3NDZiMzUyYWFmNmRkOGMzMzA5NTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"239cee4d-4502-47ac-925f-ce756aaff159","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-28T11:49:34.114Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:49:34.115Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:34.117Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:34.117Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610569803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:49:34.217Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:34.218Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:49:34.218Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:34.229Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:49:34.229Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:35.117Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:49:35.118Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:35.121Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:35.121Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610569803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
"status": "NOTIFIED"
}
2021-04-28T11:49:35.221Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:35.223Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:49:35.223Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:35.234Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:49:35.235Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:36.122Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:49:36.122Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:36.124Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:36.124Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610569803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-28T11:49:36.225Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:36.225Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:49:36.226Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:36.238Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:49:36.238Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:37.125Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:49:37.127Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:37.129Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:37.130Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610569803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:49:37.230Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:37.232Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:49:37.232Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:37.244Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:49:37.245Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:38.130Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:49:38.131Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:38.132Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:38.133Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610569803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-28T11:49:38.233Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:38.234Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:49:38.234Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:38.246Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:49:38.246Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-28T11:49:39.133Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:49:39.134Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:39.135Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:39.135Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610569803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:49:39.236Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:39.237Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:49:39.237Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:39.248Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:49:39.249Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-28T11:49:40.136Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:49:40.136Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:40.138Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:40.138Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610569803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:49:40.240Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-28T11:49:40.241Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:49:40.241Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:40.254Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:49:40.255Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:41.140Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"serviceName": "basic_onboard_ufIPZr",
"serviceVersion": "1.0",
"serviceUUID": "e9904655-cdae-49bd-bf6b-d682bede7236",
"serviceDescription": "service",
"serviceInvariantUUID": "cd92d3d8-30e8-4e54-bfd2-c834289f68f6",
"resources": [
{
"resourceInstanceName": "basic_onboard_ufIPZr 0",
"resourceCustomizationUUID": "f0911224-5dd9-4a05-a353-a55251fc3cee",
"resourceName": "basic_onboard_ufIPZr",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "27fc2873-7a19-4823-92a9-b0f8ef9051a0",
"resourceInvariantUUID": "abe7b5d8-da10-44d5-9b14-9bffce8ece78",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ufipzr0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
"artifactChecksum": "MTViYjk2MTZiOTdhZTRkYjA5YzVkYzg3ZWY3YjkwZmE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7328cddc-a290-491d-9297-99945c7bebb6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "57d385aa-cb38-4338-a0eb-9139cf390dc9",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2996c0b0-f46e-4606-896c-94db227906c6",
"generatedFromUUID": "57d385aa-cb38-4338-a0eb-9139cf390dc9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2996c0b0-f46e-4606-896c-94db227906c6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardUfipzr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"artifactChecksum": "YTM5MTUyYmJlY2U3NDZiMzUyYWFmNmRkOGMzMzA5NTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "239cee4d-4502-47ac-925f-ce756aaff159"
}
],
"workloadContext": "Production"
}
2021-04-28T11:49:41.140Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-28T11:49:41.140Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e9904655-cdae-49bd-bf6b-d682bede7236 ASDC
2021-04-28T11:49:41.140Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:0988de9a-bab8-44fa-aef3-7768cfc9493b
ServiceName:basic_onboard_ufIPZr
ServiceVersion:1.0
ServiceUUID:e9904655-cdae-49bd-bf6b-d682bede7236
ServiceInvariantUUID:cd92d3d8-30e8-4e54-bfd2-c834289f68f6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUfipzr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar
ArtifactUUID:239cee4d-4502-47ac-925f-ce756aaff159
ArtifactChecksum:YTM5MTUyYmJlY2U3NDZiMzUyYWFmNmRkOGMzMzA5NTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ufIPZr 0
ResourceCustomizationUUID:f0911224-5dd9-4a05-a353-a55251fc3cee
ResourceInvariantUUID:abe7b5d8-da10-44d5-9b14-9bffce8ece78
ResourceName:basic_onboard_ufIPZr
ResourceType:VF
ResourceUUID:27fc2873-7a19-4823-92a9-b0f8ef9051a0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ufipzr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json
ArtifactUUID:7328cddc-a290-491d-9297-99945c7bebb6
ArtifactChecksum:MTViYjk2MTZiOTdhZTRkYjA5YzVkYzg3ZWY3YjkwZmE=
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/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:57d385aa-cb38-4338-a0eb-9139cf390dc9
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/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env
ArtifactUUID:2996c0b0-f46e-4606-896c-94db227906c6
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/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env
ArtifactUUID:2996c0b0-f46e-4606-896c-94db227906c6
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-28T11:49:41.140Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e9904655-cdae-49bd-bf6b-d682bede7236 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-28T11:49:41.176Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T11:49:41.177Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-28T11:49:41.177Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-28T11:49:41.177Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 239cee4d-4502-47ac-925f-ce756aaff159 from URL: /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:41.177Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-28T11:49:41.178Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:43.558Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-28T11:49:43.562Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar 239cee4d-4502-47ac-925f-ce756aaff159 74810
2021-04-28T11:49:43.562Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar ASDC sendASDCNotification
2021-04-28T11:49:43.562Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:43.563Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T11:49:43.563Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:43.564Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:43.564Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610583562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:49:43.665Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:43.666Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:49:43.666Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:43.678Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:49:43.678Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:44.565Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T11:49:44.566Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-28T11:49:44.567Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 239cee4d-4502-47ac-925f-ce756aaff159, URL: /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar to file: /app/ASDC/1/service-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:44.567Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:44.567Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:44.567Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:44.821Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2164183387923155044/Definitions/service-BasicOnboardUfipzr-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-04-28T11:49:46.039Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||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-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||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-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||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-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||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-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ufIPZr 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ufIPZr 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-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||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-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||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-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:46.041Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is matching search criteria
2021-04-28T11:49:46.041Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-28T11:49:46.041Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ufIPZr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T11:49:46.041Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:46.041Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:46.041Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is matching search criteria
2021-04-28T11:49:46.041Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-28T11:49:46.041Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ufIPZr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T11:49:46.041Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:46.042Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:46.042Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:46.042Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is not matching search criteria
2021-04-28T11:49:46.042Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-28T11:49:46.042Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-28T11:49:46.042Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-28T11:49:46.042Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-28T11:49:46.042Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-28T11:49:46.042Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:46.042Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-28T11:49:46.042Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:46.043Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is matching search criteria
2021-04-28T11:49:46.043Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ufIPZr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:49:46.043Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:46.043Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is matching search criteria
2021-04-28T11:49:46.043Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ufIPZr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:49:46.043Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:46.043Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is matching search criteria
2021-04-28T11:49:46.043Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ufIPZr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:49:46.043Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:46.043Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is not matching search criteria
2021-04-28T11:49:46.043Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-28T11:49:46.044Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-28T11:49:46.044Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a3d7429b-04d7-4be1-91ce-4e5c8c860de8
2021-04-28T11:49:46.044Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:46.044Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:46.044Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:46.044Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:46.044Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:46.044Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:46.044Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:46.044Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:46.044Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ufIPZr
Description:service
Model UUID:e9904655-cdae-49bd-bf6b-d682bede7236
Model Version:NULL
Model InvariantUuid:cd92d3d8-30e8-4e54-bfd2-c834289f68f6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ufIPZr
Model UUID:8e2106a2-b773-452a-a2ea-d65a082bf16a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:abe7b5d8-da10-44d5-9b14-9bffce8ece78
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f0911224-5dd9-4a05-a353-a55251fc3cee
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4af2a771-09a2-4f04-adb0-f0724d97d4c2
ModelName:BasicOnboardUfipzr..base_ubuntu18..module-0
ModelUuid:e54cbb99-4a6a-45e2-a559-88f58fa20b4a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a3d7429b-04d7-4be1-91ce-4e5c8c860de8
ModelInvariantUuid:b2747f64-7835-4a7b-834d-5af85affe499
ModelName:basic_onboard_ufIPZr-nodes.ubuntu18Cvfc
ModelUuid:2564d453-e860-4bed-b5c3-8284295dbc57
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:1a504c4c-a258-4cb6-a8f8-a0639a360ac4
ModelInvariantUuid:114a4fe1-caf8-4c9a-b414-fabf093d681e
ModelName:BasicOnboardUfipzr.compute.nodes.heat.ubuntu18
ModelUuid:77a609ee-a449-4087-8312-ae4687b59943
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-28T11:49:46.051Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 27fc2873-7a19-4823-92a9-b0f8ef9051a0
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-28T11:49:46.055Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||basic_onboard_ufIPZr 0
2021-04-28T11:49:46.055Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 27fc2873-7a19-4823-92a9-b0f8ef9051a0
2021-04-28T11:49:46.055Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7328cddc-a290-491d-9297-99945c7bebb6 from URL: /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json
2021-04-28T11:49:46.055Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-28T11:49:46.055Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json
2021-04-28T11:49:46.590Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-28T11:49:46.591Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json 7328cddc-a290-491d-9297-99945c7bebb6 798
2021-04-28T11:49:46.591Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json ASDC sendASDCNotification
2021-04-28T11:49:46.591Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json
2021-04-28T11:49:46.591Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T11:49:46.592Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:46.594Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:46.594Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610586591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:49:46.694Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:46.695Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:49:46.695Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:46.707Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:49:46.708Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:47.595Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUfipzr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4af2a771-09a2-4f04-adb0-f0724d97d4c2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e54cbb99-4a6a-45e2-a559-88f58fa20b4a",
"vfModuleModelCustomizationUUID": "287ef44b-7b9b-48da-adb6-700d1420bde8",
"isBase": true,
"artifacts": [
"57d385aa-cb38-4338-a0eb-9139cf390dc9",
"2996c0b0-f46e-4606-896c-94db227906c6"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-28T11:49:47.599Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUfipzr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e54cbb99-4a6a-45e2-a559-88f58fa20b4a
VfModuleModelInvariantUUID:4af2a771-09a2-4f04-adb0-f0724d97d4c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
57d385aa-cb38-4338-a0eb-9139cf390dc9
,
2996c0b0-f46e-4606-896c-94db227906c6
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-28T11:49:47.602Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUfipzr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4af2a771-09a2-4f04-adb0-f0724d97d4c2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e54cbb99-4a6a-45e2-a559-88f58fa20b4a",
"vfModuleModelCustomizationUUID": "287ef44b-7b9b-48da-adb6-700d1420bde8",
"isBase": true,
"artifacts": [
"57d385aa-cb38-4338-a0eb-9139cf390dc9",
"2996c0b0-f46e-4606-896c-94db227906c6"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-28T11:49:47.602Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUfipzr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e54cbb99-4a6a-45e2-a559-88f58fa20b4a
VfModuleModelInvariantUUID:4af2a771-09a2-4f04-adb0-f0724d97d4c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
57d385aa-cb38-4338-a0eb-9139cf390dc9
,
2996c0b0-f46e-4606-896c-94db227906c6
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-28T11:49:47.602Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 57d385aa-cb38-4338-a0eb-9139cf390dc9 from URL: /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml
2021-04-28T11:49:47.602Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-28T11:49:47.603Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml
2021-04-28T11:49:48.015Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-28T11:49:48.016Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml 57d385aa-cb38-4338-a0eb-9139cf390dc9 5033
2021-04-28T11:49:48.016Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-28T11:49:48.016Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml
2021-04-28T11:49:48.016Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T11:49:48.017Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:48.019Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:48.019Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610588016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:49:48.119Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:48.120Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:49:48.120Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:48.132Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:49:48.133Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:49.020Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2996c0b0-f46e-4606-896c-94db227906c6 from URL: /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env
2021-04-28T11:49:49.020Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-28T11:49:49.021Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env
2021-04-28T11:49:49.590Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-28T11:49:49.590Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env 2996c0b0-f46e-4606-896c-94db227906c6 909
2021-04-28T11:49:49.591Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-28T11:49:49.591Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env
2021-04-28T11:49:49.591Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T11:49:49.591Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:49.593Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:49.594Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610589591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:49:49.694Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:49.695Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:49:49.695Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:49.711Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:49:49.712Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:50.595Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e9904655-cdae-49bd-bf6b-d682bede7236
2021-04-28T11:49:50.595Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ufIPZr 0 27fc2873-7a19-4823-92a9-b0f8ef9051a0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-28T11:49:50.611Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:50.612Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:50.612Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-04-28T11:49:50.612Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= f0911224-5dd9-4a05-a353-a55251fc3cee
2021-04-28T11:49:50.612Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f0911224-5dd9-4a05-a353-a55251fc3cee matches Tosca VF Customization UUID: f0911224-5dd9-4a05-a353-a55251fc3cee
2021-04-28T11:49:50.612Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: f0911224-5dd9-4a05-a353-a55251fc3cee matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-28T11:49:50.614Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:50.615Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:50.615Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id f0911224-5dd9-4a05-a353-a55251fc3cee: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-04-28T11:49:50.615Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@76819753
2021-04-28T11:49:50.615Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:50.616Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-28T11:49:50.616Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 287ef44b-7b9b-48da-adb6-700d1420bde8
2021-04-28T11:49:50.616Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 287ef44b-7b9b-48da-adb6-700d1420bde8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-28T11:49:50.619Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:50.619Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is matching search criteria
2021-04-28T11:49:50.619Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ufIPZr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:49:50.620Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:50.620Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is matching search criteria
2021-04-28T11:49:50.620Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ufIPZr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:49:50.620Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:50.620Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is not matching search criteria
2021-04-28T11:49:50.620Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-28T11:49:50.620Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-28T11:49:50.621Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a3d7429b-04d7-4be1-91ce-4e5c8c860de8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-28T11:49:50.623Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:50.623Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is matching search criteria
2021-04-28T11:49:50.623Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ufIPZr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:49:50.623Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:50.624Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is matching search criteria
2021-04-28T11:49:50.624Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ufIPZr 0] matching following query criteria: sdcType=VF, customizationUUID=f0911224-5dd9-4a05-a353-a55251fc3cee
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-28T11:49:50.626Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:50.626Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:50.626Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e9904655-cdae-49bd-bf6b-d682bede7236: basic_onboard_ufIPZr
2021-04-28T11:49:50.626Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:50.626Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:50.627Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:50.627Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:50.627Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:50.627Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:50.627Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:50.627Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:50.627Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:49:50.628Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:50.628Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_ufIPZr
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-28T11:49:50.703Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ufIPZr 27fc2873-7a19-4823-92a9-b0f8ef9051a0 1 ASDC deployResourceStructure
2021-04-28T11:49:50.704Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json ASDC sendASDCNotification
2021-04-28T11:49:50.704Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json
2021-04-28T11:49:50.704Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T11:49:50.705Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:50.707Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:50.708Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610590704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-28T11:49:50.807Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-28T11:49:50.808Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:49:50.808Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:50.821Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:49:50.822Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:51.708Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-28T11:49:51.709Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml
2021-04-28T11:49:51.709Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T11:49:51.709Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:51.712Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:51.712Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610591708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-28T11:49:51.812Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:51.813Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:49:51.813Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:51.825Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:49:51.826Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:52.712Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-28T11:49:52.713Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env
2021-04-28T11:49:52.713Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T11:49:52.713Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:52.715Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:52.715Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610592712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-28T11:49:52.815Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-28T11:49:52.816Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:49:52.816Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:52.828Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:49:52.829Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:53.716Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar ASDC sendASDCNotification
2021-04-28T11:49:53.717Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:53.717Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T11:49:53.717Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:53.720Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:53.720Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610593716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-28T11:49:53.820Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:53.821Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:49:53.821Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:53.833Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:49:53.833Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-28T11:49:54.721Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0988de9a-bab8-44fa-aef3-7768cfc9493b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-28T11:49:54.734Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0988de9a-bab8-44fa-aef3-7768cfc9493b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-28T11:49:54.738Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T11:49:54.739Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-28T11:49:54.739Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-28T11:50:19.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:50:19.271Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:50:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:50:19.294Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:50:19.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "clamp",
"timestamp": 1619610439964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:50:19.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:50:19.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "clamp",
"timestamp": 1619610439964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
"status": "NOTIFIED"
}
2021-04-28T11:50:19.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:50:19.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "clamp",
"timestamp": 1619610439964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:50:19.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:50:19.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "clamp",
"timestamp": 1619610439964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "aai-ml",
"timestamp": 1619610443709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "clamp",
"timestamp": 1619610439964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "aai-ml",
"timestamp": 1619610443709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "clamp",
"timestamp": 1619610439964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "aai-ml",
"timestamp": 1619610443709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "clamp",
"timestamp": 1619610439964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "aai-ml",
"timestamp": 1619610443709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "aai-ml",
"timestamp": 1619610443709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "aai-ml",
"timestamp": 1619610443709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "aai-ml",
"timestamp": 1619610443709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "aai-ml",
"timestamp": 1619610451966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "clamp",
"timestamp": 1619610457674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:50:19.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "clamp",
"timestamp": 1619610458690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-28T11:50:19.301Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:50:19.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "aai-ml",
"timestamp": 1619610458863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-28T11:50:19.301Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:50:19.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "clamp",
"timestamp": 1619610459693,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-28T11:50:19.308Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0988de9a-bab8-44fa-aef3-7768cfc9493b
2021-04-28T11:50:19.309Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0988de9a-bab8-44fa-aef3-7768cfc9493b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-28T11:50:19.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "aai-ml",
"timestamp": 1619610459866,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-28T11:50:19.323Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0988de9a-bab8-44fa-aef3-7768cfc9493b
2021-04-28T11:50:19.323Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0988de9a-bab8-44fa-aef3-7768cfc9493b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-28T11:50:24.739Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0988de9a-bab8-44fa-aef3-7768cfc9493b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-28T11:50:24.751Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0988de9a-bab8-44fa-aef3-7768cfc9493b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-28T11:50:24.754Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T11:50:24.754Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-28T11:50:24.754Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-28T11:50:24.754Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-28T11:50:24.754Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-28T11:50:24.754Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-28T11:50:24.754Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-28T11:50:24.754Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-28T11:50:24.754Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-28T11:50:24.755Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-28T11:50:24.755Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-28T11:50:24.760Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-28T11:50:54.760Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0988de9a-bab8-44fa-aef3-7768cfc9493b and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-28T11:50:54.766Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0988de9a-bab8-44fa-aef3-7768cfc9493b and serviceModelVersionId: e9904655-cdae-49bd-bf6b-d682bede7236
2021-04-28T11:50:54.766Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cd92d3d8-30e8-4e54-bfd2-c834289f68f6
2021-04-28T11:50:54.767Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cd92d3d8-30e8-4e54-bfd2-c834289f68f6/model-vers/model-ver/e9904655-cdae-49bd-bf6b-d682bede7236?depth=0
2021-04-28T11:50:54.772Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-28T11:50:54.813Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd92d3d8-30e8-4e54-bfd2-c834289f68f6/model-vers/model-ver/e9904655-cdae-49bd-bf6b-d682bede7236?depth=0|INFO|500||Invoke
2021-04-28T11:50:54.813Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd92d3d8-30e8-4e54-bfd2-c834289f68f6/model-vers/model-ver/e9904655-cdae-49bd-bf6b-d682bede7236?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd92d3d8-30e8-4e54-bfd2-c834289f68f6/model-vers/model-ver/e9904655-cdae-49bd-bf6b-d682bede7236?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0988de9a-bab8-44fa-aef3-7768cfc9493b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d2a8651f-f91a-4b78-88aa-3b6c7c4dd8dd], X-ECOMP-RequestID=[0988de9a-bab8-44fa-aef3-7768cfc9493b], X-TransactionId=[], X-ONAP-RequestID=[0988de9a-bab8-44fa-aef3-7768cfc9493b], Content-Type=[application/merge-patch+json]}
2021-04-28T11:50:54.841Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd92d3d8-30e8-4e54-bfd2-c834289f68f6/model-vers/model-ver/e9904655-cdae-49bd-bf6b-d682bede7236?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-28T11:50:54.999Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd92d3d8-30e8-4e54-bfd2-c834289f68f6/model-vers/model-ver/e9904655-cdae-49bd-bf6b-d682bede7236?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/cd92d3d8-30e8-4e54-bfd2-c834289f68f6/model-vers/model-ver/e9904655-cdae-49bd-bf6b-d682bede7236?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210428-11:50:54:852-47336], vertex-id=[167984], Content-Length=[0], Date=[Wed, 28 Apr 2021 11:50:54 GMT], Content-Type=[application/json]}
2021-04-28T11:50:54.999Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd92d3d8-30e8-4e54-bfd2-c834289f68f6/model-vers/model-ver/e9904655-cdae-49bd-bf6b-d682bede7236?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-28T11:50:55.000Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd92d3d8-30e8-4e54-bfd2-c834289f68f6/model-vers/model-ver/e9904655-cdae-49bd-bf6b-d682bede7236?depth=0|INFO|500||InvokeReturn
2021-04-28T11:50:55.000Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-28T11:50:55.001Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-28T11:50:55.005Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-28T11:50:55.005Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0988de9a-bab8-44fa-aef3-7768cfc9493b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-28T11:50:55.005Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-28T11:50:55.006Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:50:55.007Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:50:55.008Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610655005,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-28T11:50:55.108Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:50:55.110Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:50:55.110Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:50:55.126Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:50:55.127Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-28T11:50:56.020Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:50:56.020Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:50:56.020Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:51:05.565Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:51:05.566Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:51:05.567Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:51:05.567Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:51:15.107Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:51:15.108Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:51:15.109Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:51:15.109Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:51:19.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:51:19.271Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:51:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:51:19.293Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:51:19.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610568790,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-28T11:51:19.296Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:51:19.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610569803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:51:19.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-28T11:51:19.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610569803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
"status": "NOTIFIED"
}
2021-04-28T11:51:19.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-28T11:51:19.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610569803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-28T11:51:19.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-28T11:51:19.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610569803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:51:19.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-28T11:51:19.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610569803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-28T11:51:19.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-28T11:51:19.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610569803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:51:19.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-28T11:51:19.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610569803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:51:19.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-28T11:51:19.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610583562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:51:19.298Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:51:19.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610586591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:51:19.299Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:51:19.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610588016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:51:19.299Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:51:19.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610589591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:51:19.299Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:51:19.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610590704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-28T11:51:19.300Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:51:19.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610591708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-28T11:51:19.300Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:51:19.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610592712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-28T11:51:19.300Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:51:19.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610593716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-28T11:51:19.301Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:51:24.645Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:51:24.646Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:51:24.647Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:51:24.647Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:51:34.188Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:52:19.267Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:52:19.268Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:52:19.268Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:52:19.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:52:19.271Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:52:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:52:19.789Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:52:19.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T11:52:19.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610655005,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-28T11:52:19.791Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:52:28.815Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:53:19.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:53:19.269Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:53:19.269Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:53:19.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:53:19.272Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:53:19.272Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:53:28.812Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:53:28.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:54:19.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:54:19.268Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:54:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:54:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:54:19.271Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:54:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:54:28.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:54:28.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:55:19.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:55:19.269Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:55:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:55:19.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:55:19.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:55:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:55:28.809Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:55:28.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:56:19.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:56:19.268Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:56:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:56:19.270Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:56:19.270Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:56:19.270Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:56:19.890Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:56:19.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a4f2b556-c71e-4521-a6a4-0f75294d003c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"a9c60909-6ba1-4d74-98e6-5a9005a12a4b","serviceDescription":"service","serviceInvariantUUID":"bb4495e1-6fec-4432-84a1-6073153240de","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"31f736f6-6582-4753-8b17-f2c440b47a9b","resourceInvariantUUID":"a6ff4aad-a00c-4b89-846b-8b02a9649fff","resourceCustomizationUUID":"e7858a29-a3d9-4b7a-ba8c-13a68d43c9df","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":"OWQ0ZGY0NGZmMmFjNmVjNWY5ZjkwYmM1OTk3OWM3MmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ef4e15fb-11a6-44cc-a1da-b1977b893875","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDkwZWI3ZGY4MmJhYTcxNjBhODZkMjE2MTg0N2YzMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8cf69e79-6644-48c6-9b77-dbe08769ae57","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-28T11:56:19.895Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:56:19.895Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:56:19.896Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:56:19.897Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.897Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610955490,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.898Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-28T11:56:19.898Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.898Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "aai-ml",
"timestamp": 1619610953709,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.898Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-28T11:56:19.898Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:56:19.898Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.899Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "clamp",
"timestamp": 1619610949964,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.898Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610979267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.899Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-28T11:56:19.899Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.899Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "ves-openapi-manager",
"timestamp": 1619610951764,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.899Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-28T11:56:19.900Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.900Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "dcae-sch",
"timestamp": 1619610955966,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.900Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-28T11:56:19.900Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.901Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "cds",
"timestamp": 1619610947361,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.901Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-28T11:56:19.901Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.901Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "policy-id",
"timestamp": 1619610949486,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.901Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-28T11:56:19.901Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.901Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610956065,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.901Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-28T11:56:19.901Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.902Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610956974,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.902Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-28T11:56:19.902Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.902Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619610955490,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:56:19.902Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-28T11:56:19.902Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.902Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "ves-openapi-manager",
"timestamp": 1619610951764,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.903Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-28T11:56:19.903Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.903Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "dcae-sch",
"timestamp": 1619610955966,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.903Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-28T11:56:19.903Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.903Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "aai-ml",
"timestamp": 1619610953709,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:56:19.903Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-28T11:56:19.903Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.903Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "clamp",
"timestamp": 1619610949964,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "cds",
"timestamp": 1619610947361,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "policy-id",
"timestamp": 1619610949486,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619610956065,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619610956974,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610958369,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "cds",
"timestamp": 1619610959692,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "policy-id",
"timestamp": 1619610959858,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610958369,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "aai-ml",
"timestamp": 1619610960261,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "cds",
"timestamp": 1619610960697,
"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-04-28T11:56:19.924Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4f2b556-c71e-4521-a6a4-0f75294d003c
2021-04-28T11:56:19.925Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4f2b556-c71e-4521-a6a4-0f75294d003c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-28T11:56:19.934Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.935Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "policy-id",
"timestamp": 1619610960862,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-28T11:56:19.935Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:56:19.935Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.935Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "policy-id",
"timestamp": 1619610961864,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-28T11:56:19.940Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4f2b556-c71e-4521-a6a4-0f75294d003c
2021-04-28T11:56:19.940Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4f2b556-c71e-4521-a6a4-0f75294d003c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-28T11:56:19.948Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.948Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610963561,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:56:19.949Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:56:19.949Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.949Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "aai-ml",
"timestamp": 1619610964483,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-28T11:56:19.950Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:56:19.950Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.950Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "clamp",
"timestamp": 1619610964860,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:56:19.951Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:56:19.951Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.951Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610965075,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-28T11:56:19.951Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:56:19.951Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.951Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "aai-ml",
"timestamp": 1619610965486,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-28T11:56:19.956Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4f2b556-c71e-4521-a6a4-0f75294d003c
2021-04-28T11:56:19.956Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4f2b556-c71e-4521-a6a4-0f75294d003c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-28T11:56:19.965Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.965Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "clamp",
"timestamp": 1619610965873,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-28T11:56:19.965Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:56:19.965Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.965Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619610966080,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-28T11:56:19.970Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4f2b556-c71e-4521-a6a4-0f75294d003c
2021-04-28T11:56:19.970Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4f2b556-c71e-4521-a6a4-0f75294d003c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-28T11:56:19.978Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.978Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "clamp",
"timestamp": 1619610966876,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-28T11:56:19.982Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a4f2b556-c71e-4521-a6a4-0f75294d003c
2021-04-28T11:56:19.982Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4f2b556-c71e-4521-a6a4-0f75294d003c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-28T11:56:19.999Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:56:20.000Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:56:20.000Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:56:20.011Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:56:20.011Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:56:20.899Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:56:20.900Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:56:20.903Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:56:20.903Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610979267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:56:21.003Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:56:21.004Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:56:21.004Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:56:21.015Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:56:21.016Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:56:21.904Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "a9c60909-6ba1-4d74-98e6-5a9005a12a4b",
"serviceDescription": "service",
"serviceInvariantUUID": "bb4495e1-6fec-4432-84a1-6073153240de",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "e7858a29-a3d9-4b7a-ba8c-13a68d43c9df",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "31f736f6-6582-4753-8b17-f2c440b47a9b",
"resourceInvariantUUID": "a6ff4aad-a00c-4b89-846b-8b02a9649fff",
"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": "NDkwZWI3ZGY4MmJhYTcxNjBhODZkMjE2MTg0N2YzMGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8cf69e79-6644-48c6-9b77-dbe08769ae57"
}
],
"workloadContext": "Production"
}
2021-04-28T11:56:21.905Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-28T11:56:21.905Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a9c60909-6ba1-4d74-98e6-5a9005a12a4b ASDC
2021-04-28T11:56:21.905Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a4f2b556-c71e-4521-a6a4-0f75294d003c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:a9c60909-6ba1-4d74-98e6-5a9005a12a4b
ServiceInvariantUUID:bb4495e1-6fec-4432-84a1-6073153240de
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:8cf69e79-6644-48c6-9b77-dbe08769ae57
ArtifactChecksum:NDkwZWI3ZGY4MmJhYTcxNjBhODZkMjE2MTg0N2YzMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e7858a29-a3d9-4b7a-ba8c-13a68d43c9df
ResourceInvariantUUID:a6ff4aad-a00c-4b89-846b-8b02a9649fff
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:31f736f6-6582-4753-8b17-f2c440b47a9b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-04-28T11:56:21.905Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a9c60909-6ba1-4d74-98e6-5a9005a12a4b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-28T11:56:21.931Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T11:56:21.932Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T11:56:21.932Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T11:56:21.932Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8cf69e79-6644-48c6-9b77-dbe08769ae57 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-28T11:56:21.932Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-28T11:56:21.932Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|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-04-28T11:56:24.153Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-28T11:56:24.158Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8cf69e79-6644-48c6-9b77-dbe08769ae57 52219
2021-04-28T11:56:24.158Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|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-04-28T11:56:24.158Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|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-04-28T11:56:24.159Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T11:56:24.159Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:56:24.161Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:56:24.161Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610984158,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:56:24.261Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:56:24.262Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:56:24.262Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:56:24.275Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:56:24.276Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:56:25.161Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T11:56:25.162Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T11:56:25.163Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 8cf69e79-6644-48c6-9b77-dbe08769ae57, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-28T11:56:25.163Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-28T11:56:25.163Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-28T11:56:25.163Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-28T11:56:25.250Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12866602834424531768/Definitions/service-BasicNetwork-template.yml
2021-04-28T11:56:25.654Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|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-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|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-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|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-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|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-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|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-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|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-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|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-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|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-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-28T11:56:25.656Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:56:25.656Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|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-04-28T11:56:25.656Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-28T11:56:25.656Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-28T11:56:25.656Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T11:56:25.657Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:56:25.657Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.657Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-28T11:56:25.657Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-28T11:56:25.657Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T11:56:25.657Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:56:25.657Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.657Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:56:25.658Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.658Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:56:25.658Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.658Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:56:25.658Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.658Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:56:25.659Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.659Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:a9c60909-6ba1-4d74-98e6-5a9005a12a4b
Model Version:NULL
Model InvariantUuid:bb4495e1-6fec-4432-84a1-6073153240de
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a6ff4aad-a00c-4b89-846b-8b02a9649fff
Model UUID:7dc89128-fd48-4a9b-9c2f-c97f15cbad52
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:e7858a29-a3d9-4b7a-ba8c-13a68d43c9df
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-28T11:56:25.665Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 31f736f6-6582-4753-8b17-f2c440b47a9b
2021-04-28T11:56:25.665Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||No resources found for Service: a9c60909-6ba1-4d74-98e6-5a9005a12a4b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-28T11:56:25.671Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||
2021-04-28T11:56:25.671Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-04-28T11:56:25.672Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||No resources found for Service: a9c60909-6ba1-4d74-98e6-5a9005a12a4b
2021-04-28T11:56:25.672Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a9c60909-6ba1-4d74-98e6-5a9005a12a4b
2021-04-28T11:56:25.672Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-04-28T11:56:25.673Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|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-04-28T11:56:25.679Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:56:25.679Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.679Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:56:25.679Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.680Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a9c60909-6ba1-4d74-98e6-5a9005a12a4b: Generic NeutronNet
2021-04-28T11:56:25.680Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:56:25.680Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.680Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:56:25.680Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|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-04-28T11:56:25.722Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:56:25.722Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.723Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:56:25.723Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|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-04-28T11:56:25.723Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:56:25.723Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.723Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|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-04-28T11:56:25.788Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-04-28T11:56:25.788Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|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-04-28T11:56:25.788Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|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-04-28T11:56:25.789Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T11:56:25.789Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:56:25.791Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:56:25.791Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610985788,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-28T11:56:25.891Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:56:25.892Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:56:25.892Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:56:25.904Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:56:25.905Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:56:26.791Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4f2b556-c71e-4521-a6a4-0f75294d003c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-28T11:56:26.801Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4f2b556-c71e-4521-a6a4-0f75294d003c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-28T11:56:26.805Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T11:56:26.805Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-28T11:56:26.805Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-28T11:56:26.805Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-28T11:56:26.805Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-28T11:56:26.805Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-28T11:56:26.805Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-28T11:56:26.805Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-28T11:56:26.805Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-28T11:56:26.806Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-28T11:56:26.806Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|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-04-28T11:56:26.811Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-28T11:56:56.811Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a4f2b556-c71e-4521-a6a4-0f75294d003c and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-28T11:56:56.816Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4f2b556-c71e-4521-a6a4-0f75294d003c and serviceModelVersionId: a9c60909-6ba1-4d74-98e6-5a9005a12a4b
2021-04-28T11:56:56.817Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bb4495e1-6fec-4432-84a1-6073153240de
2021-04-28T11:56:56.818Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bb4495e1-6fec-4432-84a1-6073153240de/model-vers/model-ver/a9c60909-6ba1-4d74-98e6-5a9005a12a4b?depth=0
2021-04-28T11:56:56.823Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-04-28T11:56:56.861Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bb4495e1-6fec-4432-84a1-6073153240de/model-vers/model-ver/a9c60909-6ba1-4d74-98e6-5a9005a12a4b?depth=0|INFO|500||Invoke
2021-04-28T11:56:56.862Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bb4495e1-6fec-4432-84a1-6073153240de/model-vers/model-ver/a9c60909-6ba1-4d74-98e6-5a9005a12a4b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bb4495e1-6fec-4432-84a1-6073153240de/model-vers/model-ver/a9c60909-6ba1-4d74-98e6-5a9005a12a4b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a4f2b556-c71e-4521-a6a4-0f75294d003c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[25d1dde9-faf0-4357-aeb2-f2d2e8dfdd60], X-ECOMP-RequestID=[a4f2b556-c71e-4521-a6a4-0f75294d003c], X-TransactionId=[], X-ONAP-RequestID=[a4f2b556-c71e-4521-a6a4-0f75294d003c], Content-Type=[application/merge-patch+json]}
2021-04-28T11:56:56.884Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bb4495e1-6fec-4432-84a1-6073153240de/model-vers/model-ver/a9c60909-6ba1-4d74-98e6-5a9005a12a4b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-28T11:56:57.084Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bb4495e1-6fec-4432-84a1-6073153240de/model-vers/model-ver/a9c60909-6ba1-4d74-98e6-5a9005a12a4b?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/bb4495e1-6fec-4432-84a1-6073153240de/model-vers/model-ver/a9c60909-6ba1-4d74-98e6-5a9005a12a4b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210428-11:56:56:894-81451], vertex-id=[180256], Content-Length=[0], Date=[Wed, 28 Apr 2021 11:56:56 GMT], Content-Type=[application/json]}
2021-04-28T11:56:57.085Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bb4495e1-6fec-4432-84a1-6073153240de/model-vers/model-ver/a9c60909-6ba1-4d74-98e6-5a9005a12a4b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-28T11:56:57.086Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bb4495e1-6fec-4432-84a1-6073153240de/model-vers/model-ver/a9c60909-6ba1-4d74-98e6-5a9005a12a4b?depth=0|INFO|500||InvokeReturn
2021-04-28T11:56:57.087Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-28T11:56:57.087Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|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-04-28T11:56:57.092Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|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-04-28T11:56:57.092Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4f2b556-c71e-4521-a6a4-0f75294d003c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-28T11:56:57.093Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-28T11:56:57.093Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:56:57.095Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:56:57.095Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619611017093,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-28T11:56:57.196Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:56:57.197Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:56:57.197Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:56:57.213Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:56:57.214Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-28T11:57:19.267Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:57:19.268Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:57:19.268Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:57:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:57:19.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:57:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:57:19.392Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:57:19.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:57:19.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619610979267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:57:19.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-28T11:57:19.893Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:57:19.893Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-28T11:57:19.894Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"cef0c6ee-6fde-4645-9d00-d5d3f5985245","serviceName":"Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9","serviceVersion":"1.0","serviceUUID":"8638db40-af65-4598-8684-378fc7691fc9","serviceDescription":"catalog service description","serviceInvariantUUID":"79a9e41c-98c8-4565-97de-cbb25de54e77","resources":[{"resourceInstanceName":"pNF 7e02ad5d-aa0b 0","resourceName":"pNF 7e02ad5d-aa0b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"aa834cf4-82ee-454a-b9a6-e0256d3ee9de","resourceInvariantUUID":"bda6f467-c383-46f9-9966-d86ed7f461d1","resourceCustomizationUUID":"57668904-6792-4c49-ab7d-76b1c6b488a6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vf-license-model.xml","artifactChecksum":"MDhmMTIwNjI5NTVhYjk0OWI3YjViZjhiNTQ3Y2IyODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"00843cbd-de7a-41e2-a6ca-9ee3a765fa9c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/pNF.csar","artifactChecksum":"NWNmZTVkN2FiZjljOTA1MjgzYjlhYmViZDVhOWE0ODY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7ee67492-147e-42f1-a32c-d7151e0b148b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e710ab9-ea3f-4db3-bff8-053ad13ffa19","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vendor-license-model.xml","artifactChecksum":"N2I4OTRlYzM5OWM1YzI4MzMzMmQwY2I1Y2I4YThkNjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f7511078-6efc-4dab-bc13-5ad881b201b7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"de925b47-ed0a-4598-bfaf-82abaad4e439","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2b942f39-44a7-4550-8689-0e17df1ddda3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXzovpwppzpq1ouzfz7g9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-template.yml","artifactChecksum":"YTAxYjVkNDhkNTNmNTUyYTZkY2Y5OTY2Y2M3NjQ2MGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b0401f88-8fc3-4dd7-80b2-ec4a61fd063f","artifactVersion":"1"},{"artifactName":"service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar","artifactChecksum":"NjFmMjg0YTQ4OGU2Y2ExY2YxNjIwMzZjMWU4NzlmYzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e7a2f25-a64b-4682-a247-ce7b8e2cc5c5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-28T11:57:19.897Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:57:19.897Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:57:19.899Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:57:19.900Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619611039267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:57:20.000Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:57:20.001Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:57:20.001Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:57:20.011Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:57:20.011Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:57:20.900Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:57:20.901Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:57:20.904Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:57:20.904Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619611039267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:57:21.004Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:57:21.005Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:57:21.005Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:57:21.016Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:57:21.016Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:57:21.905Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:57:21.906Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:57:21.909Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:57:21.909Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619611039267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:57:22.009Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:57:22.010Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:57:22.010Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:57:22.020Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:57:22.020Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:57:22.909Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:57:22.910Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:57:22.913Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:57:22.913Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619611039267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:57:23.013Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:57:23.014Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:57:23.014Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:57:23.026Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:57:23.026Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:57:23.914Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:57:23.915Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:57:23.917Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:57:23.917Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619611039267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:57:24.017Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:57:24.018Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:57:24.018Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:57:24.029Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:57:24.030Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:57:24.918Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:57:24.918Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:57:24.920Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:57:24.920Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619611039267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:57:25.020Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:57:25.021Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:57:25.021Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:57:25.034Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:57:25.034Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:57:25.921Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:57:25.922Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:57:25.924Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:57:25.924Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619611039267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-28T11:57:26.024Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:57:26.025Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:57:26.026Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:57:26.040Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:57:26.041Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:57:26.925Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:57:26.926Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:57:26.928Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:57:26.928Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619611039267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
"status": "NOTIFIED"
}
2021-04-28T11:57:27.028Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:57:27.029Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:57:27.029Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:57:27.040Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:57:27.040Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:57:27.929Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
"serviceName": "Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9",
"serviceVersion": "1.0",
"serviceUUID": "8638db40-af65-4598-8684-378fc7691fc9",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "79a9e41c-98c8-4565-97de-cbb25de54e77",
"resources": [
{
"resourceInstanceName": "pNF 7e02ad5d-aa0b 0",
"resourceCustomizationUUID": "57668904-6792-4c49-ab7d-76b1c6b488a6",
"resourceName": "pNF 7e02ad5d-aa0b",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "aa834cf4-82ee-454a-b9a6-e0256d3ee9de",
"resourceInvariantUUID": "bda6f467-c383-46f9-9966-d86ed7f461d1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
"artifactChecksum": "NjFmMjg0YTQ4OGU2Y2ExY2YxNjIwMzZjMWU4NzlmYzE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1e7a2f25-a64b-4682-a247-ce7b8e2cc5c5"
}
],
"workloadContext": "Production"
}
2021-04-28T11:57:27.930Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-28T11:57:27.930Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8638db40-af65-4598-8684-378fc7691fc9 ASDC
2021-04-28T11:57:27.930Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:cef0c6ee-6fde-4645-9d00-d5d3f5985245
ServiceName:Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9
ServiceVersion:1.0
ServiceUUID:8638db40-af65-4598-8684-378fc7691fc9
ServiceInvariantUUID:79a9e41c-98c8-4565-97de-cbb25de54e77
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
ArtifactUUID:1e7a2f25-a64b-4682-a247-ce7b8e2cc5c5
ArtifactChecksum:NjFmMjg0YTQ4OGU2Y2ExY2YxNjIwMzZjMWU4NzlmYzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7e02ad5d-aa0b 0
ResourceCustomizationUUID:57668904-6792-4c49-ab7d-76b1c6b488a6
ResourceInvariantUUID:bda6f467-c383-46f9-9966-d86ed7f461d1
ResourceName:pNF 7e02ad5d-aa0b
ResourceType:PNF
ResourceUUID:aa834cf4-82ee-454a-b9a6-e0256d3ee9de
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-04-28T11:57:27.931Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8638db40-af65-4598-8684-378fc7691fc9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-28T11:57:27.960Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T11:57:27.960Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T11:57:27.960Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T11:57:27.961Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1e7a2f25-a64b-4682-a247-ce7b8e2cc5c5 from URL: /sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:27.961Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-28T11:57:27.961Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:28.588Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-28T11:57:28.592Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar 1e7a2f25-a64b-4682-a247-ce7b8e2cc5c5 83341
2021-04-28T11:57:28.592Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar ASDC sendASDCNotification
2021-04-28T11:57:28.592Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:28.592Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T11:57:28.593Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:57:28.594Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:57:28.594Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619611048592,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-28T11:57:28.694Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:57:28.695Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:57:28.696Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:57:28.709Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-28T11:57:28.710Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:57:29.595Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T11:57:29.596Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T11:57:29.597Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1e7a2f25-a64b-4682-a247-ce7b8e2cc5c5, URL: /sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar to file: /app/ASDC/1/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:29.597Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:29.598Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:29.598Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:29.728Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15393693802004585068/Definitions/service-DemoPnfXzovpwppzpq1ouzfz7g9-template.yml
2021-04-28T11:57:30.268Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-28T11:57:30.268Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-28T11:57:30.269Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:30.269Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-28T11:57:30.269Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|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-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:30.269Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7e02ad5d-aa0b 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-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:30.269Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|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-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:30.269Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|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-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:30.269Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|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-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:30.269Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|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-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:30.269Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7e02ad5d-aa0b 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:30.269Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|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-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:30.269Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-28T11:57:30.270Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:57:30.270Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:57:30.270Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Node template pNF 7e02ad5d-aa0b 0 is matching search criteria
2021-04-28T11:57:30.270Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-28T11:57:30.270Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 7e02ad5d-aa0b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T11:57:30.270Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:57:30.270Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:57:30.270Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Node template pNF 7e02ad5d-aa0b 0 is matching search criteria
2021-04-28T11:57:30.270Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-28T11:57:30.271Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 7e02ad5d-aa0b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T11:57:30.271Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:57:30.271Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:57:30.271Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:57:30.271Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:57:30.271Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:57:30.271Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:57:30.271Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:57:30.271Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:57:30.272Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:57:30.272Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:57:30.272Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9
Description:catalog service description
Model UUID:8638db40-af65-4598-8684-378fc7691fc9
Model Version:NULL
Model InvariantUuid:79a9e41c-98c8-4565-97de-cbb25de54e77
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-28T11:57:30.277Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: aa834cf4-82ee-454a-b9a6-e0256d3ee9de
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-28T11:57:30.280Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||pNF 7e02ad5d-aa0b 0
2021-04-28T11:57:30.280Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: aa834cf4-82ee-454a-b9a6-e0256d3ee9de
2021-04-28T11:57:30.280Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 8638db40-af65-4598-8684-378fc7691fc9
2021-04-28T11:57:30.280Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8638db40-af65-4598-8684-378fc7691fc9
2021-04-28T11:57:30.280Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7e02ad5d-aa0b 0 aa834cf4-82ee-454a-b9a6-e0256d3ee9de ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-28T11:57:30.285Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-28T11:57:30.285Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:57:30.285Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8638db40-af65-4598-8684-378fc7691fc9: pNF 7e02ad5d-aa0b
2021-04-28T11:57:30.286Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||Processing PNF resource: aa834cf4-82ee-454a-b9a6-e0256d3ee9de
2021-04-28T11:57:30.286Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery