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-20T04:18:40.945Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-r96tv with PID 15 (/app/app.jar started by so in /app)
2021-04-20T04:18:40.950Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-20T04:18:40.950Z||main|||||INFO|500||The following profiles are active: basic
2021-04-20T04:18:47.777Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-20T04:18:47.778Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-20T04:18:47.864Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-20T04:18:49.345Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-20T04:18:49.500Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-20T04:18:49.825Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-20T04:18:49.833Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-20T04:18:49.917Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-20T04:18:50.057Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-20T04:18:50.445Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-20T04:18:51.072Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-20T04:18:53.218Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-20T04:18:53.259Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-20T04:18:53.557Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-20T04:18:53.732Z||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-20T04:18:54.916Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-20T04:18:55.836Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-20T04:18:55.856Z||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$$b0e3405.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-20T04:18:55.856Z||main|||||WARN|500||The sdc end point is not alive
2021-04-20T04:18:58.138Z||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-20T04:19:00.467Z||main|||||WARN|500||---
2021-04-20T04:19:00.468Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-20T04:19:00.468Z||main|||||WARN|500||---
2021-04-20T04:19:00.845Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-20T04:19:04.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:19:04.074Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:19:04.075Z||main|||||INFO|500||Started Application in 25.192 seconds (JVM running for 26.307)
2021-04-20T04:19:04.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:19:04.131Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:19:04.220Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a83837b2-c4cf-4fbe-99f8-646196b1676c url= /sdc/v1/artifactTypes
2021-04-20T04:19:04.221Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:19:05.334Z||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.53.14] 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-20T04:19:05.341Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@243599b
2021-04-20T04:19:05.341Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-20T04:19:05.352Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-20T04:19:05.354Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-20T04:19:05.356Z||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-20T04:19:54.067Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:19:54.068Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:19:54.068Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:19:54.072Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:19:54.079Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b2b15ad3-b31c-406e-badf-e4d44174e2f1 url= /sdc/v1/artifactTypes
2021-04-20T04:19:54.079Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:19:55.126Z||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.53.14] 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-20T04:19:55.127Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b1a6fef
2021-04-20T04:19:55.127Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-20T04:19:55.127Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-20T04:19:55.127Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-20T04:19:55.128Z||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-20T04:20:44.067Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:20:44.068Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:20:44.068Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:20:44.073Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:20:44.078Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6659c4c9-62a4-493c-a643-131cddd438e2 url= /sdc/v1/artifactTypes
2021-04-20T04:20:44.078Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:20:45.110Z||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.53.14] 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-20T04:20:45.110Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@48bdb95f
2021-04-20T04:20:45.111Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-20T04:20:45.111Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-20T04:20:45.111Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-20T04:20:45.112Z||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-20T04:21:34.067Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:21:34.068Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:21:34.068Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:21:34.070Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:21:34.076Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9a2ec469-0e13-44f1-9b68-05c482bb2890 url= /sdc/v1/artifactTypes
2021-04-20T04:21:34.076Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:21:35.094Z||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.53.14] 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-20T04:21:35.095Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2bfb0762
2021-04-20T04:21:35.095Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-20T04:21:35.095Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-20T04:21:35.095Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-20T04:21:35.096Z||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-20T04:22:24.070Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:22:24.071Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:22:24.071Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:22:24.074Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:22:24.079Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b68b62ba-018f-4248-a64b-bf64ae9a507a url= /sdc/v1/artifactTypes
2021-04-20T04:22:24.079Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:22:25.108Z||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.53.14] 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-20T04:22:25.109Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d1980f5
2021-04-20T04:22:25.109Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-20T04:22:25.109Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-20T04:22:25.109Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-20T04:22:25.110Z||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-20T04:23:14.067Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:23:14.068Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:23:14.068Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:23:14.073Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:23:14.081Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4eef978d-a466-4242-be13-261547c9db9a url= /sdc/v1/artifactTypes
2021-04-20T04:23:14.082Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:23:15.126Z||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.53.14] 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-20T04:23:15.127Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3902cea4
2021-04-20T04:23:15.127Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-20T04:23:15.128Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-20T04:23:15.128Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-20T04:23:15.128Z||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-20T04:24:04.067Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:24:04.068Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:24:04.069Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:24:04.074Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:24:04.079Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 71475734-596e-49cf-9a10-ff94a4bad87e url= /sdc/v1/artifactTypes
2021-04-20T04:24:04.079Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:24:05.114Z||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.53.14] 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-20T04:24:05.115Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7537ee7b
2021-04-20T04:24:05.115Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-20T04:24:05.115Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-20T04:24:05.116Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-20T04:24:05.116Z||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-20T04:24:54.067Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:24:54.067Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:24:54.067Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:24:54.071Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:24:54.076Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0dc4e33a-5647-415f-95af-df02cc993c22 url= /sdc/v1/artifactTypes
2021-04-20T04:24:54.077Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:24:55.126Z||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.53.14] 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-20T04:24:55.126Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@fae0bf1
2021-04-20T04:24:55.127Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-20T04:24:55.127Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-20T04:24:55.127Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-20T04:24:55.128Z||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-20T04:25:44.067Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:25:44.068Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:25:44.068Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:25:44.071Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:25:44.077Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 66ba538d-c34a-41ac-9bad-9a89f1d7b828 url= /sdc/v1/artifactTypes
2021-04-20T04:25:44.077Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:25:45.108Z||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.53.14] 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-20T04:25:45.109Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d7a21a1
2021-04-20T04:25:45.109Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-20T04:25:45.109Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-20T04:25:45.109Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-20T04:25:45.110Z||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-20T04:26:34.067Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:26:34.067Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:26:34.068Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:26:34.071Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:26:34.076Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d176eea3-9988-467a-940d-550533b31348 url= /sdc/v1/artifactTypes
2021-04-20T04:26:34.076Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:26:35.092Z||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.53.14] 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-20T04:26:35.092Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a5ae10
2021-04-20T04:26:35.092Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-20T04:26:35.093Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-20T04:26:35.093Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-20T04:26:35.093Z||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-20T04:27:24.067Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:27:24.068Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:27:24.068Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:27:24.070Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:27:24.076Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0b1af6c6-29a7-4244-ae09-7e214537a08e url= /sdc/v1/artifactTypes
2021-04-20T04:27:24.076Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:27:25.109Z||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.53.14] 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-20T04:27:25.110Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@27e76fd
2021-04-20T04:27:25.110Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-20T04:27:25.110Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-20T04:27:25.110Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-20T04:27:25.110Z||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-20T04:28:14.067Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T04:28:14.068Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T04:28:14.068Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T04:28:14.071Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T04:28:14.078Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 596ef6e3-d19f-4d87-a653-0bacc7ba7145 url= /sdc/v1/artifactTypes
2021-04-20T04:28:14.078Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T04:28:14.333Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-20T04:28:14.340Z||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-20T04:28:14.361Z||scheduling-1|||||DEBUG|500||create keys
2021-04-20T04:28:14.367Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-20T04:28:14.390Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:28:14.408Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 278633fd-d1d3-46a2-82e9-8182948e35d8 url= /sdc/v1/registerForDistribution
2021-04-20T04:28:14.625Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 278633fd-d1d3-46a2-82e9-8182948e35d8 url= /sdc/v1/registerForDistribution
2021-04-20T04:28:14.626Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-20T04:28:14.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:28:14.634Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:28:14.638Z||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-20T04:28:14.638Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:28:14.638Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-20T04:28:14.638Z||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-20T04:28:14.639Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:28:24.861Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:28:24.863Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:29:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:29:14.632Z||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-20T04:29:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:29:14.634Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:29:14.635Z||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-20T04:29:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:29:15.919Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-20T04:29:16.070Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@2e9257d ((conn=618) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-20T04:29:16.090Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@5bf21f3a ((conn=613) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-20T04:29:16.092Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@27d0782 ((conn=614) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-20T04:29:24.183Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:29:24.185Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:30:14.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:30:14.633Z||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-20T04:30:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:30:14.634Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:30:14.634Z||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-20T04:30:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:30:24.183Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:30:24.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:31:14.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:31:14.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:31:14.634Z||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-20T04:31:14.634Z||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-20T04:31:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:31:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:31:24.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:31:24.180Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:32:14.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:32:14.634Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:32:14.635Z||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-20T04:32:14.635Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T04:32:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:32:14.636Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:32:24.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:32:24.178Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:33:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:33:14.632Z||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-20T04:33:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:33:14.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:33:14.634Z||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-20T04:33:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:33:24.200Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:33:24.203Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:34:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:34:14.632Z||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-20T04:34:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:34:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:34:14.634Z||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-20T04:34:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:34:24.174Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:34:24.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:35:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:35:14.633Z||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-20T04:35:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:35:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:35:14.634Z||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-20T04:35:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:35:24.174Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:35:24.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:36:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:36:14.633Z||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-20T04:36:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:36:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:36:14.634Z||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-20T04:36:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:36:24.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:36:24.174Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:37:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:37:14.632Z||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-20T04:37:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:37:14.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:37:14.634Z||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-20T04:37:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:37:24.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:37:24.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:38:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:38:14.632Z||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-20T04:38:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:38:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:38:14.634Z||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-20T04:38:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:38:24.182Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:38:24.182Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:39:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:39:14.633Z||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-20T04:39:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:39:14.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:39:14.634Z||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-20T04:39:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:39:24.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:39:24.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:40:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:40:14.632Z||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-20T04:40:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:40:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:40:14.635Z||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-20T04:40:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:40:24.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:40:24.177Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:41:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:41:14.632Z||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-20T04:41:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:41:14.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:41:14.634Z||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-20T04:41:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:41:24.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:41:24.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:42:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:42:14.632Z||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-20T04:42:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:42:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:42:14.634Z||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-20T04:42:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:42:24.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:42:24.176Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:43:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:43:14.632Z||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-20T04:43:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:43:14.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:43:14.634Z||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-20T04:43:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:43:24.174Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:43:24.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:44:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:44:14.632Z||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-20T04:44:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:44:14.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:44:14.634Z||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-20T04:44:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:44:24.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:44:24.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:45:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:45:14.632Z||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-20T04:45:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:45:14.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:45:14.634Z||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-20T04:45:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:45:24.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:45:24.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:46:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:46:14.632Z||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-20T04:46:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:46:14.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:46:14.634Z||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-20T04:46:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:46:24.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:46:24.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:47:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:47:14.632Z||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-20T04:47:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:47:14.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:47:14.634Z||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-20T04:47:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:47:24.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:47:24.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:48:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:48:14.632Z||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-20T04:48:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:48:14.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:48:14.634Z||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-20T04:48:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:48:24.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:48:24.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:49:14.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:49:14.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:49:14.635Z||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-20T04:49:14.635Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T04:49:14.635Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T04:49:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:49:24.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:49:24.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:50:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:50:14.632Z||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-20T04:50:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:50:14.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:50:14.634Z||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-20T04:50:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:50:24.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:50:24.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:51:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:51:14.633Z||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-20T04:51:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:51:14.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:51:14.634Z||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-20T04:51:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:51:24.194Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:51:24.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:52:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:52:14.632Z||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-20T04:52:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:52:14.633Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:52:14.634Z||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-20T04:52:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:52:24.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:52:24.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:53:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:53:14.632Z||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-20T04:53:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:53:14.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:53:14.634Z||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-20T04:53:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:53:24.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:53:24.176Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:54:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:54:14.632Z||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-20T04:54:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:54:14.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:54:14.634Z||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-20T04:54:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:54:24.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:54:24.178Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:55:14.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:55:14.632Z||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-20T04:55:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:55:14.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:55:14.634Z||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-20T04:55:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:55:24.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:55:24.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:56:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:56:14.632Z||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-20T04:56:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:56:14.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:56:14.634Z||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-20T04:56:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:56:24.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:56:24.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:57:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:57:14.632Z||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-20T04:57:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:57:14.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:57:14.634Z||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-20T04:57:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:57:24.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:57:24.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:58:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:58:14.632Z||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-20T04:58:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:58:14.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:58:14.634Z||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-20T04:58:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:58:24.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:58:24.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:59:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:59:14.633Z||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-20T04:59:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:59:14.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T04:59:14.634Z||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-20T04:59:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T04:59:24.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T04:59:24.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:00:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:00:14.632Z||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-20T05:00:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:00:14.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:00:14.634Z||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-20T05:00:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:00:24.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:00:24.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:01:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:01:14.632Z||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-20T05:01:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:01:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:01:14.634Z||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-20T05:01:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:01:24.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:01:24.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:02:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:02:14.632Z||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-20T05:02:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:02:14.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:02:14.634Z||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-20T05:02:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:02:24.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:02:24.182Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:03:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:03:14.632Z||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-20T05:03:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:03:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:03:14.634Z||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-20T05:03:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:03:24.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:03:24.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:04:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:04:14.632Z||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-20T05:04:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:04:14.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:04:14.634Z||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-20T05:04:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:04:24.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:04:24.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:05:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:05:14.632Z||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-20T05:05:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:05:14.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:05:14.634Z||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-20T05:05:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:05:24.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:05:24.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:06:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:06:14.632Z||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-20T05:06:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:06:14.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:06:14.634Z||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-20T05:06:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:06:24.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:06:24.178Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:07:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:07:14.633Z||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-20T05:07:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:07:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:07:14.634Z||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-20T05:07:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:07:24.174Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:07:24.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:08:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:08:14.632Z||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-20T05:08:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:08:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:08:14.634Z||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-20T05:08:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:08:24.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:08:24.174Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:09:14.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:09:14.633Z||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-20T05:09:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:09:14.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:09:14.634Z||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-20T05:09:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:09:24.171Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:09:24.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:10:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:10:14.632Z||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-20T05:10:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:10:14.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:10:14.634Z||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-20T05:10:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:10:24.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:10:24.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:11:14.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:11:14.632Z||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-20T05:11:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:11:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:11:14.634Z||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-20T05:11:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:11:24.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:11:24.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:12:14.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:12:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:12:14.634Z||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-20T05:12:14.634Z||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-20T05:12:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:12:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:12:24.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:12:24.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:13:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:13:14.632Z||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-20T05:13:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:13:14.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:13:14.634Z||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-20T05:13:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:13:24.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:13:24.179Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:14:14.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:14:14.633Z||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-20T05:14:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:14:14.633Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:14:14.634Z||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-20T05:14:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:14:24.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:14:24.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:15:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:15:14.632Z||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-20T05:15:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:15:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:15:14.634Z||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-20T05:15:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:15:24.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:15:24.171Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:16:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:16:14.632Z||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-20T05:16:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:16:14.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:16:14.634Z||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-20T05:16:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:16:24.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:16:24.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:17:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:17:14.632Z||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-20T05:17:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:17:14.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:17:14.634Z||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-20T05:17:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:17:24.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:17:24.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:18:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:18:14.632Z||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-20T05:18:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:18:14.634Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:18:14.634Z||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-20T05:18:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:18:24.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:18:24.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:19:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:19:14.632Z||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-20T05:19:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:19:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:19:14.634Z||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-20T05:19:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:19:24.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:19:24.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:20:14.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:20:14.632Z||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-20T05:20:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:20:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:20:14.634Z||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-20T05:20:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:20:24.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:20:24.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:21:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:21:14.632Z||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-20T05:21:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:21:14.633Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:21:14.634Z||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-20T05:21:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:21:24.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:21:24.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:22:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:22:14.632Z||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-20T05:22:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:22:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:22:14.634Z||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-20T05:22:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:22:24.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:22:24.179Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:23:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:23:14.632Z||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-20T05:23:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:23:14.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:23:14.634Z||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-20T05:23:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:23:24.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:23:24.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:24:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:24:14.632Z||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-20T05:24:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:24:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:24:14.634Z||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-20T05:24:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:24:24.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:24:24.176Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:25:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:25:14.632Z||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-20T05:25:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:25:14.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:25:14.634Z||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-20T05:25:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:25:24.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:25:24.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:26:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:26:14.632Z||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-20T05:26:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:26:14.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:26:14.634Z||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-20T05:26:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:26:24.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:26:24.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:27:14.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:27:14.632Z||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-20T05:27:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:27:14.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:27:14.634Z||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-20T05:27:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:27:24.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:27:24.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:28:14.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:28:14.632Z||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-20T05:28:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:28:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:28:14.634Z||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-20T05:28:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:28:24.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:28:24.179Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:29:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:29:14.632Z||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-20T05:29:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:29:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:29:14.634Z||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-20T05:29:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:29:24.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:29:24.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:30:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:30:14.632Z||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-20T05:30:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:30:14.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:30:14.634Z||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-20T05:30:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:30:24.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:30:24.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:31:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:31:14.632Z||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-20T05:31:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:31:14.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:31:14.634Z||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-20T05:31:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:31:24.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:31:24.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:32:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:32:14.632Z||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-20T05:32:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:32:14.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:32:14.634Z||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-20T05:32:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:32:24.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:32:24.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:33:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:33:14.632Z||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-20T05:33:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:33:14.634Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:33:14.634Z||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-20T05:33:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:33:24.169Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:33:24.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:34:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:34:14.632Z||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-20T05:34:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:34:14.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:34:14.634Z||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-20T05:34:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:34:24.177Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:34:24.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:35:14.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:35:14.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:35:14.633Z||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-20T05:35:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:35:14.634Z||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-20T05:35:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:35:24.177Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:35:24.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:36:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:36:14.632Z||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-20T05:36:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:36:14.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:36:14.634Z||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-20T05:36:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:36:24.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:36:24.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:37:14.633Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:37:14.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:37:14.636Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-20T05:37:14.636Z||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-20T05:37:14.636Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:37:14.636Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:37:24.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:37:24.180Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:38:14.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:38:14.632Z||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-20T05:38:14.633Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:38:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:38:14.634Z||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-20T05:38:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:38:24.174Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:38:24.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:39:14.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:39:14.632Z||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-20T05:39:14.632Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:39:14.634Z||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-20T05:39:14.635Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:15.257Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:39:15.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"049683a7-2fd5-4489-943e-5da7040c1210","serviceName":"basic_onboard_ughjpj","serviceVersion":"1.0","serviceUUID":"26ad7798-0266-4b50-a027-dfa147f1ea02","serviceDescription":"service","serviceInvariantUUID":"146b2867-43be-4bc0-b5ec-aea3b613ff8d","resources":[{"resourceInstanceName":"basic_onboard_ughjpj 0","resourceName":"basic_onboard_ughjpj","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"79cf843b-a7ae-477f-b628-f9e763a65859","resourceInvariantUUID":"3b3c99aa-2a7f-4733-9c2a-1c96f860638a","resourceCustomizationUUID":"e7b297a7-081c-4bee-9a5a-b5cdd2ff539e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml","artifactChecksum":"MDM3YWIxMDQ2MzNhOTZkMmEyMmQ2YWU0MDA2MTMyMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b0d418e1-2326-4b5b-bbd3-7b05d23e1a21","artifactVersion":"1"},{"artifactName":"basic_onboard_ughjpj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json","artifactChecksum":"OTcyN2JmYWU5ODkyYmMyODVkN2UxZThjZjg2YjNjMTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"50fe8a7b-444e-4643-85b1-ee44fbc88671","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"86ed9875-f9b9-48e3-ad7f-c3aee79037fc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e01ac489-0f63-4988-baec-1241c12234d8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9a6ee9af-ec91-4098-a740-505f2267f363","artifactVersion":"2","generatedFromUUID":"86ed9875-f9b9-48e3-ad7f-c3aee79037fc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUghjpj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml","artifactChecksum":"ZWQ4MDdkY2NhYWU5M2M0NTQ0ZDkxZmZkY2ZiMTVlN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7cfea2b6-0bb1-4db3-ae6e-04df9a0f1fe7","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUghjpj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar","artifactChecksum":"MTM1MzVjZTIxYjE0NzJjMjM3MGIwYzE1NTgwMjliZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e324b9dd-26d7-49b4-b97f-854f363f16b8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-20T05:39:15.261Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:39:15.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897119434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.271Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:39:15.276Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:15.284Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:15.284Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897154631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.290Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "policy-id",
"timestamp": 1618897119142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.290Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "cds",
"timestamp": 1618897116275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.291Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897124959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.291Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897119558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.292Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.292Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897119434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
"status": "NOTIFIED"
}
2021-04-20T05:39:15.292Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "policy-id",
"timestamp": 1618897119142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.293Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "cds",
"timestamp": 1618897116275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.293Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.294Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897124959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.294Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.294Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897119558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
"status": "NOTIFIED"
}
2021-04-20T05:39:15.295Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.295Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897119434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-20T05:39:15.295Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.295Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "policy-id",
"timestamp": 1618897119142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-20T05:39:15.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "cds",
"timestamp": 1618897116275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897124959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.297Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897119558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-20T05:39:15.297Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897119434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.298Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "policy-id",
"timestamp": 1618897119142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.299Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "cds",
"timestamp": 1618897116275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897124959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897119558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897119434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-20T05:39:15.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "policy-id",
"timestamp": 1618897119142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.301Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "cds",
"timestamp": 1618897116275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897124959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897119558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-20T05:39:15.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897119434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.303Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "policy-id",
"timestamp": 1618897119142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.303Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "cds",
"timestamp": 1618897116275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.303Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897124959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897119558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897130031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897119434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "policy-id",
"timestamp": 1618897119142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "cds",
"timestamp": 1618897116275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897124959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897119558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897130031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
"status": "NOTIFIED"
}
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897130031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897133030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "policy-id",
"timestamp": 1618897133042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "cds",
"timestamp": 1618897133167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897133228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897133243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897130031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "policy-id",
"timestamp": 1618897134048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "cds",
"timestamp": 1618897134182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-20T05:39:15.385Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-04-20T05:39:15.388Z||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-20T05:39:15.388Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:15.398Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:39:15.399Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-20T05:39:15.463Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 049683a7-2fd5-4489-943e-5da7040c1210
2021-04-20T05:39:15.488Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 049683a7-2fd5-4489-943e-5da7040c1210 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-20T05:39:15.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897133631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897130031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-20T05:39:15.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "dcae-sch",
"timestamp": 1618897134263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "policy-id",
"timestamp": 1618897135052,
"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-20T05:39:15.529Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 049683a7-2fd5-4489-943e-5da7040c1210
2021-04-20T05:39:15.529Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 049683a7-2fd5-4489-943e-5da7040c1210 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-20T05:39:15.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897135133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897133631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897135332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897130031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "dcae-sch",
"timestamp": 1618897134263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897133631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897130031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:39:15.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "dcae-sch",
"timestamp": 1618897134263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897136977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-20T05:39:15.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897137031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897137120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.546Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897133631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "dcae-sch",
"timestamp": 1618897134263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897137981,
"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-20T05:39:15.554Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 049683a7-2fd5-4489-943e-5da7040c1210
2021-04-20T05:39:15.555Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 049683a7-2fd5-4489-943e-5da7040c1210 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-20T05:39:15.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897138040,
"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-20T05:39:15.571Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 049683a7-2fd5-4489-943e-5da7040c1210
2021-04-20T05:39:15.571Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 049683a7-2fd5-4489-943e-5da7040c1210 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-20T05:39:15.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897133631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "dcae-sch",
"timestamp": 1618897134263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897139045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-20T05:39:15.581Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897139151,
"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-20T05:39:15.586Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 049683a7-2fd5-4489-943e-5da7040c1210
2021-04-20T05:39:15.586Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 049683a7-2fd5-4489-943e-5da7040c1210 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-20T05:39:15.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897133631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897139312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.595Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "dcae-sch",
"timestamp": 1618897134263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897140154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-20T05:39:15.597Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897133631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "dcae-sch",
"timestamp": 1618897134263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "clamp",
"timestamp": 1618897141365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "aai-ml",
"timestamp": 1618897142256,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "clamp",
"timestamp": 1618897141365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
"status": "NOTIFIED"
}
2021-04-20T05:39:15.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897143421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.601Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "aai-ml",
"timestamp": 1618897142256,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "clamp",
"timestamp": 1618897141365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "aai-ml",
"timestamp": 1618897142256,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "clamp",
"timestamp": 1618897141365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "aai-ml",
"timestamp": 1618897142256,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897145964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.604Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "clamp",
"timestamp": 1618897141365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "aai-ml",
"timestamp": 1618897142256,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897146969,
"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-20T05:39:15.610Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 049683a7-2fd5-4489-943e-5da7040c1210
2021-04-20T05:39:15.610Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 049683a7-2fd5-4489-943e-5da7040c1210 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-20T05:39:15.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "clamp",
"timestamp": 1618897141365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.621Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.621Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "aai-ml",
"timestamp": 1618897142256,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:15.621Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897147972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-20T05:39:15.623Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:15.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "clamp",
"timestamp": 1618897141365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:39:15.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "aai-ml",
"timestamp": 1618897142256,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:39:15.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:39:15.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:39:15.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "aai-ml",
"timestamp": 1618897150592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:39:15.624Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:39:16.293Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:39:16.294Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:16.296Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:16.296Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897154631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
"status": "NOTIFIED"
}
2021-04-20T05:39:16.396Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:16.397Z||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-20T05:39:16.397Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:16.407Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:39:16.408Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-20T05:39:17.296Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:39:17.298Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:17.300Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:17.301Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897154631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-20T05:39:17.400Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-20T05:39:17.401Z||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-20T05:39:17.401Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:17.409Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:39:17.410Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:18.301Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:39:18.302Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:18.305Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:18.305Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897154631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:18.405Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:18.406Z||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-20T05:39:18.406Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:18.415Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:39:18.415Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:19.305Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:39:19.306Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:19.309Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:19.309Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897154631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-20T05:39:19.409Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:19.410Z||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-20T05:39:19.410Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:19.419Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:39:19.419Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:20.309Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:39:20.310Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:20.312Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:20.313Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897154631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:39:20.413Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:20.414Z||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-20T05:39:20.414Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:20.423Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:39:20.424Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:21.313Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:39:21.314Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:21.317Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:21.317Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897154631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:39:21.417Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:21.418Z||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-20T05:39:21.418Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:21.428Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:39:21.429Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:22.319Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"serviceName": "basic_onboard_ughjpj",
"serviceVersion": "1.0",
"serviceUUID": "26ad7798-0266-4b50-a027-dfa147f1ea02",
"serviceDescription": "service",
"serviceInvariantUUID": "146b2867-43be-4bc0-b5ec-aea3b613ff8d",
"resources": [
{
"resourceInstanceName": "basic_onboard_ughjpj 0",
"resourceCustomizationUUID": "e7b297a7-081c-4bee-9a5a-b5cdd2ff539e",
"resourceName": "basic_onboard_ughjpj",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "79cf843b-a7ae-477f-b628-f9e763a65859",
"resourceInvariantUUID": "3b3c99aa-2a7f-4733-9c2a-1c96f860638a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ughjpj0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
"artifactChecksum": "OTcyN2JmYWU5ODkyYmMyODVkN2UxZThjZjg2YjNjMTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "50fe8a7b-444e-4643-85b1-ee44fbc88671",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "86ed9875-f9b9-48e3-ad7f-c3aee79037fc",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9a6ee9af-ec91-4098-a740-505f2267f363",
"generatedFromUUID": "86ed9875-f9b9-48e3-ad7f-c3aee79037fc"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9a6ee9af-ec91-4098-a740-505f2267f363",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardUghjpj-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"artifactChecksum": "MTM1MzVjZTIxYjE0NzJjMjM3MGIwYzE1NTgwMjliZTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e324b9dd-26d7-49b4-b97f-854f363f16b8"
}
],
"workloadContext": "Production"
}
2021-04-20T05:39:22.320Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-20T05:39:22.320Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 26ad7798-0266-4b50-a027-dfa147f1ea02 ASDC
2021-04-20T05:39:22.423Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:049683a7-2fd5-4489-943e-5da7040c1210
ServiceName:basic_onboard_ughjpj
ServiceVersion:1.0
ServiceUUID:26ad7798-0266-4b50-a027-dfa147f1ea02
ServiceInvariantUUID:146b2867-43be-4bc0-b5ec-aea3b613ff8d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUghjpj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar
ArtifactUUID:e324b9dd-26d7-49b4-b97f-854f363f16b8
ArtifactChecksum:MTM1MzVjZTIxYjE0NzJjMjM3MGIwYzE1NTgwMjliZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ughjpj 0
ResourceCustomizationUUID:e7b297a7-081c-4bee-9a5a-b5cdd2ff539e
ResourceInvariantUUID:3b3c99aa-2a7f-4733-9c2a-1c96f860638a
ResourceName:basic_onboard_ughjpj
ResourceType:VF
ResourceUUID:79cf843b-a7ae-477f-b628-f9e763a65859
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ughjpj0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json
ArtifactUUID:50fe8a7b-444e-4643-85b1-ee44fbc88671
ArtifactChecksum:OTcyN2JmYWU5ODkyYmMyODVkN2UxZThjZjg2YjNjMTI=
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/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml
ArtifactUUID:86ed9875-f9b9-48e3-ad7f-c3aee79037fc
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/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env
ArtifactUUID:9a6ee9af-ec91-4098-a740-505f2267f363
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/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env
ArtifactUUID:9a6ee9af-ec91-4098-a740-505f2267f363
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-20T05:39:22.424Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 26ad7798-0266-4b50-a027-dfa147f1ea02 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-20T05:39:22.480Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:39:22.480Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-04-20T05:39:22.481Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-04-20T05:39:22.482Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e324b9dd-26d7-49b4-b97f-854f363f16b8 from URL: /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:22.482Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-20T05:39:22.483Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:24.914Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-20T05:39:24.927Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar e324b9dd-26d7-49b4-b97f-854f363f16b8 74812
2021-04-20T05:39:24.927Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar ASDC sendASDCNotification
2021-04-20T05:39:24.928Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:24.928Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:39:24.929Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:24.931Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:24.931Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897164927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:39:25.031Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:25.032Z||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-20T05:39:25.032Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:25.042Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:39:25.042Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:25.931Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:39:25.933Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-04-20T05:39:25.933Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e324b9dd-26d7-49b4-b97f-854f363f16b8, URL: /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar to file: /app/ASDC/1/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:25.934Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:26.059Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:26.059Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:26.516Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12861778555857858489/Definitions/service-BasicOnboardUghjpj-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-20T05:39:28.616Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-20T05:39:28.621Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-04-20T05:39:28.621Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:28.621Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-20T05:39:28.621Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||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-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:28.621Z|049683a7-2fd5-4489-943e-5da7040c1210|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-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:28.621Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ughjpj 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:28.621Z|049683a7-2fd5-4489-943e-5da7040c1210|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-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:28.621Z|049683a7-2fd5-4489-943e-5da7040c1210|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-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:28.622Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:28.622Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:28.622Z|049683a7-2fd5-4489-943e-5da7040c1210|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-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:28.622Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ughjpj 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-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:28.622Z|049683a7-2fd5-4489-943e-5da7040c1210|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-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:28.622Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-04-20T05:39:28.627Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:28.628Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:28.631Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is matching search criteria
2021-04-20T05:39:28.632Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-04-20T05:39:28.633Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ughjpj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:39:28.634Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:28.634Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:28.634Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is matching search criteria
2021-04-20T05:39:28.634Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-04-20T05:39:28.634Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ughjpj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:39:28.635Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:28.635Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:28.638Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:28.638Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is not matching search criteria
2021-04-20T05:39:28.638Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-20T05:39:28.639Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-20T05:39:28.639Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-20T05:39:28.639Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-20T05:39:28.639Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-20T05:39:28.639Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:28.639Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-20T05:39:28.640Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:28.640Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is matching search criteria
2021-04-20T05:39:28.640Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ughjpj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:39:28.641Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:28.641Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is matching search criteria
2021-04-20T05:39:28.641Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ughjpj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:39:28.641Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:28.641Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is matching search criteria
2021-04-20T05:39:28.641Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ughjpj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:39:28.641Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:28.641Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is not matching search criteria
2021-04-20T05:39:28.641Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-20T05:39:28.642Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-20T05:39:28.642Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d4453fc1-1e3d-470b-bc69-4137d25f2e75
2021-04-20T05:39:28.642Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:28.642Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:28.642Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:28.642Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:28.642Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:28.642Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:28.642Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:28.643Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:28.643Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ughjpj
Description:service
Model UUID:26ad7798-0266-4b50-a027-dfa147f1ea02
Model Version:NULL
Model InvariantUuid:146b2867-43be-4bc0-b5ec-aea3b613ff8d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ughjpj
Model UUID:c5c76214-eb7d-454b-8bc8-6c9b06cfc7fa
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3b3c99aa-2a7f-4733-9c2a-1c96f860638a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e7b297a7-081c-4bee-9a5a-b5cdd2ff539e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:32b66ce2-603f-4cdf-a87f-07e49efe697a
ModelName:BasicOnboardUghjpj..base_ubuntu18..module-0
ModelUuid:61b95093-ec5e-48ae-b5a3-07f462f89ed8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d4453fc1-1e3d-470b-bc69-4137d25f2e75
ModelInvariantUuid:fa174552-5fef-41fc-8d99-918cb4199bc7
ModelName:basic_onboard_ughjpj-nodes.ubuntu18Cvfc
ModelUuid:6b42f492-dfd0-4e6a-9509-61ea4a36313b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:5d73c5e1-70e2-42f1-9634-1479bb35e1a9
ModelInvariantUuid:a4418967-e580-4c66-8443-d83383329ffc
ModelName:BasicOnboardUghjpj.compute.nodes.heat.ubuntu18
ModelUuid:1b80650a-d8c7-4ba3-8c2b-cc74396c7f8f
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-20T05:39:28.654Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 79cf843b-a7ae-477f-b628-f9e763a65859
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-20T05:39:28.754Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||basic_onboard_ughjpj 0
2021-04-20T05:39:28.761Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 79cf843b-a7ae-477f-b628-f9e763a65859
2021-04-20T05:39:28.761Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 50fe8a7b-444e-4643-85b1-ee44fbc88671 from URL: /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json
2021-04-20T05:39:28.761Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-20T05:39:28.762Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json
2021-04-20T05:39:29.273Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-20T05:39:29.273Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json 50fe8a7b-444e-4643-85b1-ee44fbc88671 798
2021-04-20T05:39:29.273Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json ASDC sendASDCNotification
2021-04-20T05:39:29.274Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json
2021-04-20T05:39:29.274Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:39:29.274Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:29.276Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:29.276Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897169273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:39:29.376Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:29.377Z||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-20T05:39:29.378Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:29.386Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:39:29.386Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:30.277Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUghjpj..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "32b66ce2-603f-4cdf-a87f-07e49efe697a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "61b95093-ec5e-48ae-b5a3-07f462f89ed8",
"vfModuleModelCustomizationUUID": "6eb9e9c5-10e4-4674-b508-d729d53929be",
"isBase": true,
"artifacts": [
"86ed9875-f9b9-48e3-ad7f-c3aee79037fc",
"9a6ee9af-ec91-4098-a740-505f2267f363"
],
"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-20T05:39:30.302Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUghjpj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:61b95093-ec5e-48ae-b5a3-07f462f89ed8
VfModuleModelInvariantUUID:32b66ce2-603f-4cdf-a87f-07e49efe697a
VfModuleModelDescription:NULL
Artifacts UUID List:{
86ed9875-f9b9-48e3-ad7f-c3aee79037fc
,
9a6ee9af-ec91-4098-a740-505f2267f363
}
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-20T05:39:30.304Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUghjpj..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "32b66ce2-603f-4cdf-a87f-07e49efe697a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "61b95093-ec5e-48ae-b5a3-07f462f89ed8",
"vfModuleModelCustomizationUUID": "6eb9e9c5-10e4-4674-b508-d729d53929be",
"isBase": true,
"artifacts": [
"86ed9875-f9b9-48e3-ad7f-c3aee79037fc",
"9a6ee9af-ec91-4098-a740-505f2267f363"
],
"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-20T05:39:30.304Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUghjpj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:61b95093-ec5e-48ae-b5a3-07f462f89ed8
VfModuleModelInvariantUUID:32b66ce2-603f-4cdf-a87f-07e49efe697a
VfModuleModelDescription:NULL
Artifacts UUID List:{
86ed9875-f9b9-48e3-ad7f-c3aee79037fc
,
9a6ee9af-ec91-4098-a740-505f2267f363
}
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-20T05:39:30.305Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 86ed9875-f9b9-48e3-ad7f-c3aee79037fc from URL: /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml
2021-04-20T05:39:30.305Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-20T05:39:30.305Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml
2021-04-20T05:39:30.948Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-20T05:39:30.948Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml 86ed9875-f9b9-48e3-ad7f-c3aee79037fc 5033
2021-04-20T05:39:30.949Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-20T05:39:30.949Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml
2021-04-20T05:39:30.949Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:39:30.950Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:30.952Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:30.952Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897170949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:39:31.053Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:31.054Z||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-20T05:39:31.054Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:31.064Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:39:31.065Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:31.954Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9a6ee9af-ec91-4098-a740-505f2267f363 from URL: /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env
2021-04-20T05:39:31.955Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-20T05:39:31.955Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env
2021-04-20T05:39:32.141Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-20T05:39:32.141Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env 9a6ee9af-ec91-4098-a740-505f2267f363 909
2021-04-20T05:39:32.142Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-20T05:39:32.142Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env
2021-04-20T05:39:32.142Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:39:32.142Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:32.144Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:32.144Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897172142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:39:32.244Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:32.245Z||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-20T05:39:32.246Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:32.255Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:39:32.256Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:33.144Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 26ad7798-0266-4b50-a027-dfa147f1ea02
2021-04-20T05:39:33.145Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ughjpj 0 79cf843b-a7ae-477f-b628-f9e763a65859 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-20T05:39:33.181Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:33.182Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:33.182Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-04-20T05:39:33.182Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e7b297a7-081c-4bee-9a5a-b5cdd2ff539e
2021-04-20T05:39:33.182Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e7b297a7-081c-4bee-9a5a-b5cdd2ff539e matches Tosca VF Customization UUID: e7b297a7-081c-4bee-9a5a-b5cdd2ff539e
2021-04-20T05:39:33.182Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e7b297a7-081c-4bee-9a5a-b5cdd2ff539e 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-20T05:39:33.189Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:33.189Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:33.190Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e7b297a7-081c-4bee-9a5a-b5cdd2ff539e: {\"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-20T05:39:33.190Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@701b19fd
2021-04-20T05:39:33.190Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:33.190Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-20T05:39:33.191Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6eb9e9c5-10e4-4674-b508-d729d53929be
2021-04-20T05:39:33.192Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6eb9e9c5-10e4-4674-b508-d729d53929be
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-20T05:39:33.197Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:33.198Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is matching search criteria
2021-04-20T05:39:33.198Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ughjpj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:39:33.198Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:33.199Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is matching search criteria
2021-04-20T05:39:33.199Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ughjpj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:39:33.199Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:33.199Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is not matching search criteria
2021-04-20T05:39:33.199Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-20T05:39:33.199Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-20T05:39:33.200Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d4453fc1-1e3d-470b-bc69-4137d25f2e75
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-20T05:39:33.211Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:33.212Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is matching search criteria
2021-04-20T05:39:33.212Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ughjpj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:39:33.212Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:33.213Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ughjpj 0 is matching search criteria
2021-04-20T05:39:33.213Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ughjpj 0] matching following query criteria: sdcType=VF, customizationUUID=e7b297a7-081c-4bee-9a5a-b5cdd2ff539e
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-20T05:39:33.215Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:33.215Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:33.215Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 26ad7798-0266-4b50-a027-dfa147f1ea02: basic_onboard_ughjpj
2021-04-20T05:39:33.215Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:33.215Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:33.216Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:33.216Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:33.216Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:33.216Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:33.216Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:33.216Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:33.216Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:39:33.216Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ughjpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:39:33.217Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_ughjpj
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-20T05:39:33.433Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ughjpj 79cf843b-a7ae-477f-b628-f9e763a65859 1 ASDC deployResourceStructure
2021-04-20T05:39:33.434Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json ASDC sendASDCNotification
2021-04-20T05:39:33.434Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json
2021-04-20T05:39:33.434Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:39:33.434Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:33.436Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:33.436Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897173433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-20T05:39:33.536Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:33.537Z||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-20T05:39:33.537Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:33.546Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:39:33.547Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:34.436Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-20T05:39:34.437Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml
2021-04-20T05:39:34.437Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:39:34.438Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:34.440Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:34.440Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897174436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-20T05:39:34.540Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:34.541Z||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-20T05:39:34.541Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:34.551Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:39:34.551Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:35.440Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-20T05:39:35.441Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env
2021-04-20T05:39:35.441Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:39:35.441Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:35.443Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:35.443Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897175440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-20T05:39:35.543Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:39:35.544Z||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-20T05:39:35.544Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:35.561Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:39:35.561Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:36.446Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar ASDC sendASDCNotification
2021-04-20T05:39:36.446Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar
2021-04-20T05:39:36.446Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:39:36.447Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:39:36.449Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:39:36.449Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897176446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-20T05:39:36.550Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-20T05:39:36.551Z||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-20T05:39:36.551Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:39:36.561Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:39:36.561Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:39:37.450Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 049683a7-2fd5-4489-943e-5da7040c1210
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-20T05:39:37.467Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 049683a7-2fd5-4489-943e-5da7040c1210
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-20T05:39:37.470Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:39:37.470Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:39:37.470Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:40:07.471Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 049683a7-2fd5-4489-943e-5da7040c1210
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-20T05:40:07.484Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 049683a7-2fd5-4489-943e-5da7040c1210
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-20T05:40:07.488Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:40:07.488Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:40:07.488Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:40:14.661Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:40:14.662Z||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-20T05:40:14.662Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:40:14.785Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:40:14.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:40:14.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897154631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:40:14.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:40:37.488Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 049683a7-2fd5-4489-943e-5da7040c1210
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-20T05:40:37.501Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 049683a7-2fd5-4489-943e-5da7040c1210
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-20T05:40:37.504Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:40:37.504Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:40:37.504Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:41:07.505Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 049683a7-2fd5-4489-943e-5da7040c1210
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-20T05:41:07.516Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 049683a7-2fd5-4489-943e-5da7040c1210
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-20T05:41:07.520Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:41:07.520Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:41:07.520Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:41:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:41:14.634Z||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-20T05:41:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:41:14.658Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:41:14.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "clamp",
"timestamp": 1618897156029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:41:14.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:41:14.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897154631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
"status": "NOTIFIED"
}
2021-04-20T05:41:14.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:41:14.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "clamp",
"timestamp": 1618897157080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-20T05:41:14.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:41:14.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897154631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-20T05:41:14.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:41:14.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "clamp",
"timestamp": 1618897158084,
"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-20T05:41:14.669Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 049683a7-2fd5-4489-943e-5da7040c1210
2021-04-20T05:41:14.669Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 049683a7-2fd5-4489-943e-5da7040c1210 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-20T05:41:14.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897154631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:41:14.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:41:14.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897154631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897154631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897154631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897164927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "aai-ml",
"timestamp": 1618897167758,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-20T05:41:14.678Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:41:14.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "aai-ml",
"timestamp": 1618897168762,
"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-20T05:41:14.683Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 049683a7-2fd5-4489-943e-5da7040c1210
2021-04-20T05:41:14.683Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 049683a7-2fd5-4489-943e-5da7040c1210 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-20T05:41:14.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897169273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:41:14.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:41:14.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897170949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:41:14.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:41:14.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897172142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897173433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/basic_onboard_ughjpj0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897174436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897175440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/resourceInstances/basic_onboard_ughjpj0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:41:14.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897176446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUghjpj/1.0/artifacts/service-BasicOnboardUghjpj-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-20T05:41:14.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:41:37.520Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 049683a7-2fd5-4489-943e-5da7040c1210
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-20T05:41:37.530Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 049683a7-2fd5-4489-943e-5da7040c1210
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-20T05:41:37.534Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:41:37.534Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-20T05:41:37.534Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-20T05:41:37.534Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-20T05:41:37.534Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-20T05:41:37.534Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-20T05:41:37.534Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-20T05:41:37.534Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-20T05:41:37.534Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-20T05:41:37.535Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-20T05:41:37.535Z|049683a7-2fd5-4489-943e-5da7040c1210|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-20T05:41:37.539Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-20T05:42:07.539Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 049683a7-2fd5-4489-943e-5da7040c1210 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-20T05:42:07.547Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 049683a7-2fd5-4489-943e-5da7040c1210 and serviceModelVersionId: 26ad7798-0266-4b50-a027-dfa147f1ea02
2021-04-20T05:42:07.547Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 146b2867-43be-4bc0-b5ec-aea3b613ff8d
2021-04-20T05:42:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:42:14.634Z||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-20T05:42:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:14.656Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:42:14.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:42:14.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897270031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:42:14.657Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:42:14.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:42:14.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "cds",
"timestamp": 1618897266276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:42:14.657Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:42:14.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:42:14.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897270031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
"status": "NOTIFIED"
}
2021-04-20T05:42:14.657Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:42:14.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:42:14.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "cds",
"timestamp": 1618897266276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:42:14.658Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:42:14.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:42:14.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897273631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:42:14.658Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:42:15.689Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/146b2867-43be-4bc0-b5ec-aea3b613ff8d/model-vers/model-ver/26ad7798-0266-4b50-a027-dfa147f1ea02?depth=0
2021-04-20T05:42:15.791Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-04-20T05:42:16.273Z|049683a7-2fd5-4489-943e-5da7040c1210|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/146b2867-43be-4bc0-b5ec-aea3b613ff8d/model-vers/model-ver/26ad7798-0266-4b50-a027-dfa147f1ea02?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-20T05:42:16.277Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/146b2867-43be-4bc0-b5ec-aea3b613ff8d/model-vers/model-ver/26ad7798-0266-4b50-a027-dfa147f1ea02?depth=0|INFO|500||Invoke
2021-04-20T05:42:16.426Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/146b2867-43be-4bc0-b5ec-aea3b613ff8d/model-vers/model-ver/26ad7798-0266-4b50-a027-dfa147f1ea02?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-20T05:42:16.844Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/146b2867-43be-4bc0-b5ec-aea3b613ff8d/model-vers/model-ver/26ad7798-0266-4b50-a027-dfa147f1ea02?depth=0|INFO|500||InvokeReturn
2021-04-20T05:42:16.845Z|049683a7-2fd5-4489-943e-5da7040c1210|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/146b2867-43be-4bc0-b5ec-aea3b613ff8d/model-vers/model-ver/26ad7798-0266-4b50-a027-dfa147f1ea02?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210420-05:42:16:436-91581], vertex-id=[368720], Content-Length=[0], Date=[Tue, 20 Apr 2021 05:42:16 GMT], Content-Type=[application/json]}
2021-04-20T05:42:16.845Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-04-20T05:42:16.849Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-20T05:42:16.849Z|049683a7-2fd5-4489-943e-5da7040c1210|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-20T05:42:16.853Z|049683a7-2fd5-4489-943e-5da7040c1210|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-20T05:42:16.860Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 049683a7-2fd5-4489-943e-5da7040c1210 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-20T05:42:16.861Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-20T05:42:16.862Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:16.864Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:16.864Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897336860,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-20T05:42:16.964Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:16.966Z||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-20T05:42:16.966Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:16.977Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:42:16.978Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-20T05:42:17.885Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:42:17.886Z|049683a7-2fd5-4489-943e-5da7040c1210|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-20T05:42:17.886Z|049683a7-2fd5-4489-943e-5da7040c1210|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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:22.204Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:42:22.205Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-20T05:42:22.205Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"48e7f450-7306-4f76-9bad-3b37e5db2ddd","serviceName":"vFW 2021-04-20 05-38-26","serviceVersion":"1.0","serviceUUID":"a5a57f04-bcdc-4f81-9a0e-f72f081e68e4","serviceDescription":"catalog service description","serviceInvariantUUID":"79e391e4-5717-456f-8d92-7fd68ed92bc8","resources":[{"resourceInstanceName":"vFW bd763e41-1582 0","resourceName":"vFW bd763e41-1582","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"88bffeca-2799-45f4-a566-126169f7fc87","resourceInvariantUUID":"cdf3b28a-a2d9-4d42-a37a-04db217ed2e9","resourceCustomizationUUID":"9e59da30-bc22-4b3a-99ea-7b6fec7f8d0a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml","artifactChecksum":"MzY4NGM3YWExOGE1OWRlNjcwOTA1MmM5MjExZGQ4NTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6d2162b7-ca93-4c4f-9217-a4597b45f259","artifactVersion":"1"},{"artifactName":"vfwbd763e4115820_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json","artifactChecksum":"YmMyYTY2ZWM0NTM2M2YzMTJmY2E4OWUzODM1ZjcwYTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2fe7afe3-fd19-4836-a81f-170a364f409c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4664febe-7957-4888-8f77-ad1105b0de58","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml","artifactChecksum":"Yjc4NWQ3MTE1NzVkMmZiNWIxZjU5NDEwNzIwZThmM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"37d0b681-8a33-47d0-85d2-6fbc0e1c55fa","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea0a404c-2a43-4a80-b2bf-22c634b3d971","artifactVersion":"2","generatedFromUUID":"4664febe-7957-4888-8f77-ad1105b0de58"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210420053826-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml","artifactChecksum":"OTcwNjQzNDhhOThkNzljNjdkYjY1YmUwNGY3ODlkN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e3116198-20d7-40e5-93e7-41e36e9fe63c","artifactVersion":"1"},{"artifactName":"service-Vfw20210420053826-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar","artifactChecksum":"NTU4ZWVlZmRhNzNmYTFmMWFkYWU1ODJlMjlmODY5MGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c263ddd5-38cd-489c-ac43-0a4866c8f5e4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-20T05:42:22.208Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:42:22.208Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:22.211Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:22.211Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897337885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:42:22.311Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:22.312Z||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-20T05:42:22.312Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:22.321Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:42:22.322Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:23.211Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:42:23.212Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:23.214Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:23.214Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897337885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
"status": "NOTIFIED"
}
2021-04-20T05:42:23.315Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:23.316Z||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-20T05:42:23.316Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:23.326Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:42:23.326Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:24.215Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:42:24.216Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:24.218Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:24.218Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897337885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-20T05:42:24.318Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:24.319Z||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-20T05:42:24.319Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:24.328Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:42:24.329Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:25.219Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:42:25.220Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:25.222Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:25.222Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897337885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:42:25.322Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:25.324Z||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-20T05:42:25.324Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:25.332Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:42:25.332Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:26.223Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:42:26.223Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:26.225Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:26.274Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897337885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-20T05:42:26.374Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:26.375Z||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-20T05:42:26.375Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:26.383Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:42:26.384Z||pool-23-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:27.274Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:42:27.276Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:27.278Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:27.278Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897337885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:42:27.378Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:27.379Z||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-20T05:42:27.379Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:27.388Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:42:27.388Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:28.278Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:42:28.279Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:28.281Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:28.281Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897337885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:42:28.381Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:28.382Z||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-20T05:42:28.382Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:28.391Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:42:28.391Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-20T05:42:29.283Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"serviceName": "vFW 2021-04-20 05-38-26",
"serviceVersion": "1.0",
"serviceUUID": "a5a57f04-bcdc-4f81-9a0e-f72f081e68e4",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "79e391e4-5717-456f-8d92-7fd68ed92bc8",
"resources": [
{
"resourceInstanceName": "vFW bd763e41-1582 0",
"resourceCustomizationUUID": "9e59da30-bc22-4b3a-99ea-7b6fec7f8d0a",
"resourceName": "vFW bd763e41-1582",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "88bffeca-2799-45f4-a566-126169f7fc87",
"resourceInvariantUUID": "cdf3b28a-a2d9-4d42-a37a-04db217ed2e9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwbd763e4115820_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
"artifactChecksum": "YmMyYTY2ZWM0NTM2M2YzMTJmY2E4OWUzODM1ZjcwYTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2fe7afe3-fd19-4836-a81f-170a364f409c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4664febe-7957-4888-8f77-ad1105b0de58",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ea0a404c-2a43-4a80-b2bf-22c634b3d971",
"generatedFromUUID": "4664febe-7957-4888-8f77-ad1105b0de58"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ea0a404c-2a43-4a80-b2bf-22c634b3d971",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210420053826-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"artifactChecksum": "NTU4ZWVlZmRhNzNmYTFmMWFkYWU1ODJlMjlmODY5MGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c263ddd5-38cd-489c-ac43-0a4866c8f5e4"
}
],
"workloadContext": "Production"
}
2021-04-20T05:42:29.283Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-20T05:42:29.283Z|049683a7-2fd5-4489-943e-5da7040c1210|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a5a57f04-bcdc-4f81-9a0e-f72f081e68e4 ASDC
2021-04-20T05:42:29.284Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:48e7f450-7306-4f76-9bad-3b37e5db2ddd
ServiceName:vFW 2021-04-20 05-38-26
ServiceVersion:1.0
ServiceUUID:a5a57f04-bcdc-4f81-9a0e-f72f081e68e4
ServiceInvariantUUID:79e391e4-5717-456f-8d92-7fd68ed92bc8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210420053826-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar
ArtifactUUID:c263ddd5-38cd-489c-ac43-0a4866c8f5e4
ArtifactChecksum:NTU4ZWVlZmRhNzNmYTFmMWFkYWU1ODJlMjlmODY5MGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bd763e41-1582 0
ResourceCustomizationUUID:9e59da30-bc22-4b3a-99ea-7b6fec7f8d0a
ResourceInvariantUUID:cdf3b28a-a2d9-4d42-a37a-04db217ed2e9
ResourceName:vFW bd763e41-1582
ResourceType:VF
ResourceUUID:88bffeca-2799-45f4-a566-126169f7fc87
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbd763e4115820_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json
ArtifactUUID:2fe7afe3-fd19-4836-a81f-170a364f409c
ArtifactChecksum:YmMyYTY2ZWM0NTM2M2YzMTJmY2E4OWUzODM1ZjcwYTU=
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/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml
ArtifactUUID:4664febe-7957-4888-8f77-ad1105b0de58
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/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env
ArtifactUUID:ea0a404c-2a43-4a80-b2bf-22c634b3d971
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/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env
ArtifactUUID:ea0a404c-2a43-4a80-b2bf-22c634b3d971
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-20T05:42:29.284Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a5a57f04-bcdc-4f81-9a0e-f72f081e68e4 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-20T05:42:29.370Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:42:29.371Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-04-20T05:42:29.371Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-04-20T05:42:29.371Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c263ddd5-38cd-489c-ac43-0a4866c8f5e4 from URL: /sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:29.371Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-20T05:42:29.371Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:29.614Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-20T05:42:29.622Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar c263ddd5-38cd-489c-ac43-0a4866c8f5e4 110129
2021-04-20T05:42:29.623Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar ASDC sendASDCNotification
2021-04-20T05:42:29.623Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:29.623Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:42:29.623Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:29.625Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:29.625Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897349623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:42:29.725Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:29.726Z||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-20T05:42:29.726Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:29.735Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:42:29.735Z||pool-26-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:30.625Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:42:30.627Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-04-20T05:42:30.627Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c263ddd5-38cd-489c-ac43-0a4866c8f5e4, URL: /sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar to file: /app/ASDC/1/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:30.628Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210420053826-csar.csar
2021-04-20T05:42:30.628Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:30.628Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:30.902Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5316670053654541861/Definitions/service-Vfw20210420053826-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-04-20T05:42:33.266Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-20T05:42:33.267Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-04-20T05:42:33.267Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.267Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-20T05:42:33.267Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.268Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.268Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bd763e41-1582 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-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.268Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.268Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.268Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.268Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.268Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bd763e41-1582 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.268Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.268Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.268Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.269Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.269Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.269Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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-Vfw20210420053826-csar.csar
2021-04-20T05:42:33.269Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-04-20T05:42:33.269Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:33.269Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:33.269Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is matching search criteria
2021-04-20T05:42:33.270Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-04-20T05:42:33.270Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bd763e41-1582 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:42:33.270Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:33.270Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:33.270Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is matching search criteria
2021-04-20T05:42:33.271Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-04-20T05:42:33.271Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bd763e41-1582 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:42:33.271Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:33.271Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:33.271Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:33.272Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is not matching search criteria
2021-04-20T05:42:33.272Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-20T05:42:33.272Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-20T05:42:33.272Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-20T05:42:33.272Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.272Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:33.272Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-20T05:42:33.273Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.273Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-20T05:42:33.273Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-20T05:42:33.273Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.273Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:33.274Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-20T05:42:33.274Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:33.274Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-20T05:42:33.274Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.274Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-20T05:42:33.274Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:33.274Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-20T05:42:33.275Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:33.275Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is matching search criteria
2021-04-20T05:42:33.275Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bd763e41-1582 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:42:33.275Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:33.275Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is matching search criteria
2021-04-20T05:42:33.276Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bd763e41-1582 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:42:33.276Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:33.276Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is matching search criteria
2021-04-20T05:42:33.276Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bd763e41-1582 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:42:33.276Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:33.276Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is not matching search criteria
2021-04-20T05:42:33.277Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-20T05:42:33.277Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-20T05:42:33.277Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-20T05:42:33.277Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-20T05:42:33.277Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-20T05:42:33.277Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.277Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:33.278Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-20T05:42:33.278Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:33.278Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-20T05:42:33.278Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.278Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7591a4e9-03f1-4a0f-834a-8fe0a3fa91e4
2021-04-20T05:42:33.278Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:33.278Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is not matching search criteria
2021-04-20T05:42:33.279Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-20T05:42:33.279Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-20T05:42:33.279Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-20T05:42:33.279Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.279Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:33.279Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-20T05:42:33.279Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.280Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-20T05:42:33.280Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-20T05:42:33.280Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:33.280Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-20T05:42:33.280Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.280Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=56026542-3789-42b8-ad0b-f12c27bea400
2021-04-20T05:42:33.280Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:33.281Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is not matching search criteria
2021-04-20T05:42:33.281Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-20T05:42:33.281Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-20T05:42:33.281Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-20T05:42:33.281Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.281Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:33.281Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-20T05:42:33.282Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.282Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-20T05:42:33.282Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-20T05:42:33.282Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-20T05:42:33.282Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:33.282Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-20T05:42:33.282Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=61ab040a-c4c5-4357-93df-1faa2ededad9
2021-04-20T05:42:33.283Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:33.283Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:33.283Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:33.283Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:33.283Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:33.283Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:33.283Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:33.283Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:33.284Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-20 05-38-26
Description:catalog service description
Model UUID:a5a57f04-bcdc-4f81-9a0e-f72f081e68e4
Model Version:NULL
Model InvariantUuid:79e391e4-5717-456f-8d92-7fd68ed92bc8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW bd763e41-1582
Model UUID:ea5af519-eccd-4b55-a955-1d1c3f81fcb1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cdf3b28a-a2d9-4d42-a37a-04db217ed2e9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9e59da30-bc22-4b3a-99ea-7b6fec7f8d0a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:acc09c7e-9a3c-4c5b-a4eb-3fdd0e8cb699
ModelName:VfwBd763e411582..base_vfw..module-0
ModelUuid:e259e1af-e4c9-4d94-9b15-cf2dcd8503dd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7591a4e9-03f1-4a0f-834a-8fe0a3fa91e4
ModelInvariantUuid:e66ccdeb-5058-4042-a3ff-3f4b1e75b6e2
ModelName:vFW bd763e41-1582-nodes.vfwCvfc
ModelUuid:f86469b3-d828-46be-9ff8-3e28655d8c73
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0bea7b98-db9c-4f05-b7a0-9d9519bfd13a
ModelInvariantUuid:48a32156-367a-423b-a781-82b9da7dbac1
ModelName:VfwBd763e411582.compute.nodes.heat.vfw
ModelUuid:5ea8e975-67cc-40cf-b330-cc0c7ac9c9c3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:56026542-3789-42b8-ad0b-f12c27bea400
ModelInvariantUuid:75b46ddf-408e-43bb-8140-31dc78f08d3b
ModelName:vFW bd763e41-1582-nodes.vsnCvfc
ModelUuid:5a0c3416-44c1-4f82-800a-1f721f2d077c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:578ff870-da56-4b08-978e-d8e77c6db8d0
ModelInvariantUuid:8c073235-4f03-4d57-8f1c-b2aad7df5b9a
ModelName:VfwBd763e411582.compute.nodes.heat.vsn
ModelUuid:71fb90e5-1a0b-4adf-ab45-69f30147a3da
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:61ab040a-c4c5-4357-93df-1faa2ededad9
ModelInvariantUuid:b9bf8938-3e01-4c9a-94e1-d89b74af6a42
ModelName:vFW bd763e41-1582-nodes.vpgCvfc
ModelUuid:96ac7981-07a5-45cc-87b6-d6c38c4a9d28
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:209d6e9f-0bfe-4356-9e10-87ecf14706b3
ModelInvariantUuid:708b172c-e400-4a0a-a983-3103c4b522c6
ModelName:VfwBd763e411582.compute.nodes.heat.vpg
ModelUuid:e9da3906-9c7a-49f5-9b3f-e9a9a2c58395
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-20T05:42:33.292Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 88bffeca-2799-45f4-a566-126169f7fc87
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-20T05:42:33.306Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||vFW bd763e41-1582 0
2021-04-20T05:42:33.306Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 88bffeca-2799-45f4-a566-126169f7fc87
2021-04-20T05:42:33.306Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2fe7afe3-fd19-4836-a81f-170a364f409c from URL: /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json
2021-04-20T05:42:33.307Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-20T05:42:33.307Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json
2021-04-20T05:42:34.217Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-20T05:42:34.217Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json 2fe7afe3-fd19-4836-a81f-170a364f409c 785
2021-04-20T05:42:34.218Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json ASDC sendASDCNotification
2021-04-20T05:42:34.218Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json
2021-04-20T05:42:34.218Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:42:34.218Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:34.220Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:34.220Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897354218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:42:34.320Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:34.321Z||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-20T05:42:34.322Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:34.333Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:42:34.333Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:35.220Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBd763e411582..base_vfw..module-0",
"vfModuleModelInvariantUUID": "acc09c7e-9a3c-4c5b-a4eb-3fdd0e8cb699",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e259e1af-e4c9-4d94-9b15-cf2dcd8503dd",
"vfModuleModelCustomizationUUID": "e3c401e1-46f3-4d88-a991-6a55f252568c",
"isBase": true,
"artifacts": [
"4664febe-7957-4888-8f77-ad1105b0de58",
"ea0a404c-2a43-4a80-b2bf-22c634b3d971"
],
"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-20T05:42:35.226Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBd763e411582..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e259e1af-e4c9-4d94-9b15-cf2dcd8503dd
VfModuleModelInvariantUUID:acc09c7e-9a3c-4c5b-a4eb-3fdd0e8cb699
VfModuleModelDescription:NULL
Artifacts UUID List:{
4664febe-7957-4888-8f77-ad1105b0de58
,
ea0a404c-2a43-4a80-b2bf-22c634b3d971
}
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-20T05:42:35.230Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBd763e411582..base_vfw..module-0",
"vfModuleModelInvariantUUID": "acc09c7e-9a3c-4c5b-a4eb-3fdd0e8cb699",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e259e1af-e4c9-4d94-9b15-cf2dcd8503dd",
"vfModuleModelCustomizationUUID": "e3c401e1-46f3-4d88-a991-6a55f252568c",
"isBase": true,
"artifacts": [
"4664febe-7957-4888-8f77-ad1105b0de58",
"ea0a404c-2a43-4a80-b2bf-22c634b3d971"
],
"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-20T05:42:35.230Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBd763e411582..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e259e1af-e4c9-4d94-9b15-cf2dcd8503dd
VfModuleModelInvariantUUID:acc09c7e-9a3c-4c5b-a4eb-3fdd0e8cb699
VfModuleModelDescription:NULL
Artifacts UUID List:{
4664febe-7957-4888-8f77-ad1105b0de58
,
ea0a404c-2a43-4a80-b2bf-22c634b3d971
}
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-20T05:42:35.230Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4664febe-7957-4888-8f77-ad1105b0de58 from URL: /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml
2021-04-20T05:42:35.230Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-20T05:42:35.231Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml
2021-04-20T05:42:36.321Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-20T05:42:36.322Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml 4664febe-7957-4888-8f77-ad1105b0de58 20368
2021-04-20T05:42:36.322Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-20T05:42:36.322Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml
2021-04-20T05:42:36.322Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:42:36.322Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:36.324Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:36.324Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897356322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:42:36.424Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:36.425Z||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-20T05:42:36.425Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:36.436Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:42:36.436Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-20T05:42:37.325Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ea0a404c-2a43-4a80-b2bf-22c634b3d971 from URL: /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env
2021-04-20T05:42:37.325Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-20T05:42:37.326Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env
2021-04-20T05:42:39.064Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-20T05:42:39.064Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env ea0a404c-2a43-4a80-b2bf-22c634b3d971 2098
2021-04-20T05:42:39.064Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-20T05:42:39.064Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env
2021-04-20T05:42:39.065Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:42:39.065Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:39.067Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:39.067Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897359064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:42:39.167Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:39.168Z||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-20T05:42:39.168Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:39.178Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:42:39.178Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-20T05:42:40.068Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: a5a57f04-bcdc-4f81-9a0e-f72f081e68e4
2021-04-20T05:42:40.068Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bd763e41-1582 0 88bffeca-2799-45f4-a566-126169f7fc87 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-20T05:42:40.093Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:40.093Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:40.093Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-04-20T05:42:40.094Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 9e59da30-bc22-4b3a-99ea-7b6fec7f8d0a
2021-04-20T05:42:40.094Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9e59da30-bc22-4b3a-99ea-7b6fec7f8d0a matches Tosca VF Customization UUID: 9e59da30-bc22-4b3a-99ea-7b6fec7f8d0a
2021-04-20T05:42:40.094Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 9e59da30-bc22-4b3a-99ea-7b6fec7f8d0a 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-20T05:42:40.096Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:40.097Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:40.098Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 9e59da30-bc22-4b3a-99ea-7b6fec7f8d0a: {\"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-20T05:42:40.098Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1b98ee6e
2021-04-20T05:42:40.098Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:40.098Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-20T05:42:40.099Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e3c401e1-46f3-4d88-a991-6a55f252568c
2021-04-20T05:42:40.099Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e3c401e1-46f3-4d88-a991-6a55f252568c
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-20T05:42:40.101Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:40.102Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is matching search criteria
2021-04-20T05:42:40.102Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bd763e41-1582 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:42:40.102Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:40.102Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is matching search criteria
2021-04-20T05:42:40.102Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bd763e41-1582 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:42:40.102Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:40.103Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is not matching search criteria
2021-04-20T05:42:40.103Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-20T05:42:40.103Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-20T05:42:40.103Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-20T05:42:40.103Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-20T05:42:40.104Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-20T05:42:40.104Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-20T05:42:40.104Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:40.104Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-20T05:42:40.104Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:40.104Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-20T05:42:40.104Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T05:42:40.104Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7591a4e9-03f1-4a0f-834a-8fe0a3fa91e4
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-20T05:42:40.107Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:40.108Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is matching search criteria
2021-04-20T05:42:40.108Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bd763e41-1582 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:42:40.108Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:40.109Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is not matching search criteria
2021-04-20T05:42:40.109Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-20T05:42:40.109Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-20T05:42:40.109Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-20T05:42:40.110Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-20T05:42:40.110Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:40.110Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-20T05:42:40.110Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T05:42:40.110Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-20T05:42:40.111Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-20T05:42:40.111Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:40.111Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-20T05:42:40.111Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T05:42:40.111Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=56026542-3789-42b8-ad0b-f12c27bea400
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-20T05:42:40.114Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:40.114Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is matching search criteria
2021-04-20T05:42:40.114Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bd763e41-1582 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:42:40.117Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:40.117Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is not matching search criteria
2021-04-20T05:42:40.117Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-20T05:42:40.118Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-20T05:42:40.118Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-20T05:42:40.118Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-20T05:42:40.118Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:40.118Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-20T05:42:40.118Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T05:42:40.118Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-20T05:42:40.118Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-20T05:42:40.118Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-20T05:42:40.119Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-20T05:42:40.119Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-20T05:42:40.119Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=61ab040a-c4c5-4357-93df-1faa2ededad9
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-20T05:42:40.121Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:40.122Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is matching search criteria
2021-04-20T05:42:40.122Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bd763e41-1582 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T05:42:40.122Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:40.122Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Node template vFW bd763e41-1582 0 is matching search criteria
2021-04-20T05:42:40.122Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bd763e41-1582 0] matching following query criteria: sdcType=VF, customizationUUID=9e59da30-bc22-4b3a-99ea-7b6fec7f8d0a
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-20T05:42:40.124Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:40.124Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:40.125Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid a5a57f04-bcdc-4f81-9a0e-f72f081e68e4: vFW bd763e41-1582
2021-04-20T05:42:40.125Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:40.125Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:40.125Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:40.125Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:40.125Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:40.125Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:40.126Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:40.126Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:40.126Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:42:40.126Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-20 05-38-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:42:40.126Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-04-20 05-38-26
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-20T05:42:40.293Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bd763e41-1582 88bffeca-2799-45f4-a566-126169f7fc87 1 ASDC deployResourceStructure
2021-04-20T05:42:40.294Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json ASDC sendASDCNotification
2021-04-20T05:42:40.294Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json
2021-04-20T05:42:40.294Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:42:40.294Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:40.296Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:40.296Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897360294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
"status": "DEPLOY_OK"
}
2021-04-20T05:42:40.396Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:40.397Z||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-20T05:42:40.397Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:40.407Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:42:40.408Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:41.297Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-20T05:42:41.297Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml
2021-04-20T05:42:41.297Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:42:41.298Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:41.300Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:41.300Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897361296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-20T05:42:41.400Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:41.401Z||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-20T05:42:41.402Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:41.411Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:42:41.412Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:42.301Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-20T05:42:42.302Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env
2021-04-20T05:42:42.302Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:42:42.302Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:42.305Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:42.306Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897362301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-20T05:42:42.405Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-20T05:42:42.407Z||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-20T05:42:42.407Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:42.417Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:42:42.418Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:43.307Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar ASDC sendASDCNotification
2021-04-20T05:42:43.307Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar
2021-04-20T05:42:43.307Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:42:43.307Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:42:43.309Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:42:43.309Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897363306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-20T05:42:43.409Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:42:43.410Z||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-20T05:42:43.410Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:42:43.419Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:42:43.419Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:42:44.310Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd
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-20T05:42:44.319Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd
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-20T05:42:44.322Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:42:44.322Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:42:44.322Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:43:14.322Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd
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-20T05:43:14.331Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd
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-20T05:43:14.333Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:43:14.333Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:43:14.333Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:43:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:43:14.634Z||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-20T05:43:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:43:14.656Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:43:14.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:43:14.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "dcae-sch",
"timestamp": 1618897274263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:43:14.658Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:43:44.333Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd
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-20T05:43:44.343Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd
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-20T05:43:44.347Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:43:44.347Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:43:44.347Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:44:14.347Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd
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-20T05:44:14.358Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd
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-20T05:44:14.360Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:44:14.361Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:44:14.361Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:44:14.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:44:14.634Z||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-20T05:44:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:44:14.658Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:44:14.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897270031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-20T05:44:14.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "cds",
"timestamp": 1618897266276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897273631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897274959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "dcae-sch",
"timestamp": 1618897274263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897270031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "cds",
"timestamp": 1618897266276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897273631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897274959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "dcae-sch",
"timestamp": 1618897274263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897270031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-20T05:44:14.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "cds",
"timestamp": 1618897266276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897273631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897274959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "dcae-sch",
"timestamp": 1618897274263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897270031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "cds",
"timestamp": 1618897266276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897273631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897274959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "dcae-sch",
"timestamp": 1618897274263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897270031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:44:14.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "cds",
"timestamp": 1618897266276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:44:14.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897273631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897274959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "policy-id",
"timestamp": 1618897279141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "dcae-sch",
"timestamp": 1618897274263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897279434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897279558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897273631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897274959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "policy-id",
"timestamp": 1618897279141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "dcae-sch",
"timestamp": 1618897274263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897279434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
"status": "NOTIFIED"
}
2021-04-20T05:44:14.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897279558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
"status": "NOTIFIED"
}
2021-04-20T05:44:14.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897274959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:44:14.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "policy-id",
"timestamp": 1618897279141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-20T05:44:14.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897279434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-20T05:44:14.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897279558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-20T05:44:14.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897282252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "cds",
"timestamp": 1618897282322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "policy-id",
"timestamp": 1618897279141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897279434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897279558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "cds",
"timestamp": 1618897283326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-20T05:44:14.680Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48e7f450-7306-4f76-9bad-3b37e5db2ddd
2021-04-20T05:44:14.681Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48e7f450-7306-4f76-9bad-3b37e5db2ddd 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-20T05:44:14.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "policy-id",
"timestamp": 1618897279141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897284034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.692Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897279434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-20T05:44:14.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897279558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-20T05:44:14.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "policy-id",
"timestamp": 1618897279141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897279434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897279558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897285314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "policy-id",
"timestamp": 1618897279141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:44:14.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897279434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897279558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897287102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897288050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897288105,
"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-20T05:44:14.702Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48e7f450-7306-4f76-9bad-3b37e5db2ddd
2021-04-20T05:44:14.702Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48e7f450-7306-4f76-9bad-3b37e5db2ddd 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-20T05:44:14.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "policy-id",
"timestamp": 1618897288359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.710Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897288505,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.711Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897288603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.711Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897289056,
"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-20T05:44:14.716Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48e7f450-7306-4f76-9bad-3b37e5db2ddd
2021-04-20T05:44:14.717Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48e7f450-7306-4f76-9bad-3b37e5db2ddd 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-20T05:44:14.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "policy-id",
"timestamp": 1618897289362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-20T05:44:14.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897290059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
"status": "DEPLOY_OK"
}
2021-04-20T05:44:14.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897290104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897290175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "policy-id",
"timestamp": 1618897290365,
"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-20T05:44:14.730Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48e7f450-7306-4f76-9bad-3b37e5db2ddd
2021-04-20T05:44:14.731Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48e7f450-7306-4f76-9bad-3b37e5db2ddd 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-20T05:44:14.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897291320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897291392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "clamp",
"timestamp": 1618897291365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897292347,
"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-20T05:44:14.744Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48e7f450-7306-4f76-9bad-3b37e5db2ddd
2021-04-20T05:44:14.745Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48e7f450-7306-4f76-9bad-3b37e5db2ddd 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-20T05:44:14.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897292399,
"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-20T05:44:14.758Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48e7f450-7306-4f76-9bad-3b37e5db2ddd
2021-04-20T05:44:14.759Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48e7f450-7306-4f76-9bad-3b37e5db2ddd 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-20T05:44:14.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "aai-ml",
"timestamp": 1618897292256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "clamp",
"timestamp": 1618897291365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
"status": "NOTIFIED"
}
2021-04-20T05:44:14.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897293352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
"status": "DEPLOY_OK"
}
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897293403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
"status": "DEPLOY_OK"
}
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "aai-ml",
"timestamp": 1618897292256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "clamp",
"timestamp": 1618897291365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "aai-ml",
"timestamp": 1618897292256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "clamp",
"timestamp": 1618897291365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "aai-ml",
"timestamp": 1618897292256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "clamp",
"timestamp": 1618897291365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "aai-ml",
"timestamp": 1618897292256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "clamp",
"timestamp": 1618897291365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "aai-ml",
"timestamp": 1618897292256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:44:14.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "clamp",
"timestamp": 1618897291365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:44:14.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "aai-ml",
"timestamp": 1618897292256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:44:14.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-20T05:44:14.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "aai-ml",
"timestamp": 1618897303361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "clamp",
"timestamp": 1618897308739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:44:14.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "clamp",
"timestamp": 1618897309756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-20T05:44:14.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "clamp",
"timestamp": 1618897310758,
"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-20T05:44:14.775Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 48e7f450-7306-4f76-9bad-3b37e5db2ddd
2021-04-20T05:44:14.775Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48e7f450-7306-4f76-9bad-3b37e5db2ddd 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-20T05:44:14.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "aai-ml",
"timestamp": 1618897312095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-20T05:44:14.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:44:14.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-20T05:44:14.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "aai-ml",
"timestamp": 1618897313098,
"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-20T05:44:14.789Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 48e7f450-7306-4f76-9bad-3b37e5db2ddd
2021-04-20T05:44:14.789Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48e7f450-7306-4f76-9bad-3b37e5db2ddd 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-20T05:44:44.361Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd
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-20T05:44:44.371Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd
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-20T05:44:44.373Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:44:44.373Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-20T05:44:44.373Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-20T05:44:44.374Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-20T05:44:44.374Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-20T05:44:44.374Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-20T05:44:44.374Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-20T05:44:44.374Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-20T05:44:44.374Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-20T05:44:44.374Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-20T05:44:44.374Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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-20T05:44:44.379Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-20T05:45:14.380Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd 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-20T05:45:14.387Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 48e7f450-7306-4f76-9bad-3b37e5db2ddd and serviceModelVersionId: a5a57f04-bcdc-4f81-9a0e-f72f081e68e4
2021-04-20T05:45:14.387Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 79e391e4-5717-456f-8d92-7fd68ed92bc8
2021-04-20T05:45:14.388Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/79e391e4-5717-456f-8d92-7fd68ed92bc8/model-vers/model-ver/a5a57f04-bcdc-4f81-9a0e-f72f081e68e4?depth=0
2021-04-20T05:45:14.393Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-04-20T05:45:14.431Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79e391e4-5717-456f-8d92-7fd68ed92bc8/model-vers/model-ver/a5a57f04-bcdc-4f81-9a0e-f72f081e68e4?depth=0|INFO|500||Invoke
2021-04-20T05:45:14.431Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79e391e4-5717-456f-8d92-7fd68ed92bc8/model-vers/model-ver/a5a57f04-bcdc-4f81-9a0e-f72f081e68e4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79e391e4-5717-456f-8d92-7fd68ed92bc8/model-vers/model-ver/a5a57f04-bcdc-4f81-9a0e-f72f081e68e4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[48e7f450-7306-4f76-9bad-3b37e5db2ddd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c47fa13e-7c79-404c-82ce-38f306f4253c], X-ECOMP-RequestID=[48e7f450-7306-4f76-9bad-3b37e5db2ddd], X-TransactionId=[], X-ONAP-RequestID=[48e7f450-7306-4f76-9bad-3b37e5db2ddd], Content-Type=[application/merge-patch+json]}
2021-04-20T05:45:14.453Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79e391e4-5717-456f-8d92-7fd68ed92bc8/model-vers/model-ver/a5a57f04-bcdc-4f81-9a0e-f72f081e68e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-20T05:45:14.634Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:45:14.634Z||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-20T05:45:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:45:14.721Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79e391e4-5717-456f-8d92-7fd68ed92bc8/model-vers/model-ver/a5a57f04-bcdc-4f81-9a0e-f72f081e68e4?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/79e391e4-5717-456f-8d92-7fd68ed92bc8/model-vers/model-ver/a5a57f04-bcdc-4f81-9a0e-f72f081e68e4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210420-05:45:14:461-89861], vertex-id=[380944], Content-Length=[0], Date=[Tue, 20 Apr 2021 05:45:14 GMT], Content-Type=[application/json]}
2021-04-20T05:45:14.721Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79e391e4-5717-456f-8d92-7fd68ed92bc8/model-vers/model-ver/a5a57f04-bcdc-4f81-9a0e-f72f081e68e4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-20T05:45:14.722Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79e391e4-5717-456f-8d92-7fd68ed92bc8/model-vers/model-ver/a5a57f04-bcdc-4f81-9a0e-f72f081e68e4?depth=0|INFO|500||InvokeReturn
2021-04-20T05:45:14.723Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-20T05:45:14.723Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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-20T05:45:14.727Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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-20T05:45:14.727Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 48e7f450-7306-4f76-9bad-3b37e5db2ddd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-20T05:45:14.727Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-20T05:45:14.727Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:45:14.729Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:45:14.729Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897514727,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-20T05:45:14.829Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:45:14.830Z||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-20T05:45:14.830Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:45:14.840Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:45:14.840Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:45:14.850Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:45:14.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "049683a7-2fd5-4489-943e-5da7040c1210",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897336860,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-20T05:45:14.851Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:45:14.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897337885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:45:14.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897337885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
"status": "NOTIFIED"
}
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897337885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897337885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897337885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-20T05:45:14.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897337885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897337885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897349623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897354218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897356322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897359064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:45:14.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897360294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/vfwbd763e4115820_modules.json",
"status": "DEPLOY_OK"
}
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897361296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897362301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/resourceInstances/vfwbd763e4115820/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897363306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420053826/1.0/artifacts/service-Vfw20210420053826-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-20T05:45:14.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-20T05:45:15.740Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:45:15.740Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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-20T05:45:15.741Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:45:25.927Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:45:25.927Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:45:25.927Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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-20T05:45:25.928Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:45:35.464Z|48e7f450-7306-4f76-9bad-3b37e5db2ddd|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:45:35.465Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:45:35.465Z||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-20T05:45:35.465Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:45:45.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:45:45.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:45:45.009Z||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-20T05:45:45.009Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:45:54.543Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:45:54.544Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:45:54.545Z||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-20T05:45:54.545Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:46:03.275Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:46:03.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-20T05:46:03.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"8cd1e740-b02d-4d24-84e8-fdc6df68d817","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"913cdfb8-8957-4379-b29e-1b73f4f00410","serviceDescription":"service","serviceInvariantUUID":"e5b9facb-6bfb-4c85-939c-26815142118b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41d439fd-40e8-4790-a5dd-25891e3babdf","resourceInvariantUUID":"85725d70-242f-4bcc-a063-2af0901816e5","resourceCustomizationUUID":"50f58e0a-d82e-4228-a571-11a91b9faf05","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":"YjFiMGMyNGRjYzRiZTQ4NGQ1NjBkYTIzMWFkODYwMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d09a297-2060-4a82-8210-fe6643599d99","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjY0Zjk3YmU1ZDVhNWE0YjljZTMwM2NlMzcwZjUzNjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de9fe0e7-f6cb-4496-b23f-47314ed1f4f1","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-20T05:46:03.277Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:46:03.277Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:46:03.279Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:46:03.279Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897554544,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:46:03.379Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:46:03.380Z||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-20T05:46:03.380Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:46:03.401Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:46:03.402Z||pool-35-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:46:04.280Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:46:04.282Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:46:04.283Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:46:04.283Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897554544,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:46:04.384Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-20T05:46:04.385Z||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-20T05:46:04.385Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:46:04.393Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:46:04.393Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:46:05.284Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "913cdfb8-8957-4379-b29e-1b73f4f00410",
"serviceDescription": "service",
"serviceInvariantUUID": "e5b9facb-6bfb-4c85-939c-26815142118b",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "50f58e0a-d82e-4228-a571-11a91b9faf05",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "41d439fd-40e8-4790-a5dd-25891e3babdf",
"resourceInvariantUUID": "85725d70-242f-4bcc-a063-2af0901816e5",
"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": "ZjY0Zjk3YmU1ZDVhNWE0YjljZTMwM2NlMzcwZjUzNjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "de9fe0e7-f6cb-4496-b23f-47314ed1f4f1"
}
],
"workloadContext": "Production"
}
2021-04-20T05:46:05.285Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-20T05:46:05.285Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 913cdfb8-8957-4379-b29e-1b73f4f00410 ASDC
2021-04-20T05:46:05.285Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8cd1e740-b02d-4d24-84e8-fdc6df68d817
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:913cdfb8-8957-4379-b29e-1b73f4f00410
ServiceInvariantUUID:e5b9facb-6bfb-4c85-939c-26815142118b
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:de9fe0e7-f6cb-4496-b23f-47314ed1f4f1
ArtifactChecksum:ZjY0Zjk3YmU1ZDVhNWE0YjljZTMwM2NlMzcwZjUzNjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:50f58e0a-d82e-4228-a571-11a91b9faf05
ResourceInvariantUUID:85725d70-242f-4bcc-a063-2af0901816e5
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41d439fd-40e8-4790-a5dd-25891e3babdf
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-04-20T05:46:05.285Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 913cdfb8-8957-4379-b29e-1b73f4f00410 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-20T05:46:05.316Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:46:05.317Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:46:05.317Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:46:05.318Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: de9fe0e7-f6cb-4496-b23f-47314ed1f4f1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-20T05:46:05.318Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T05:46:05.318Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-20T05:46:07.109Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T05:46:07.113Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar de9fe0e7-f6cb-4496-b23f-47314ed1f4f1 52222
2021-04-20T05:46:07.113Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-20T05:46:07.113Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-20T05:46:07.114Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:46:07.114Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:46:07.116Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:46:07.116Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897567113,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:46:07.216Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:46:07.217Z||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-20T05:46:07.217Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:46:07.226Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:46:07.227Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:46:08.117Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:46:08.118Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:46:08.119Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: de9fe0e7-f6cb-4496-b23f-47314ed1f4f1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-20T05:46:08.119Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-20T05:46:08.119Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-20T05:46:08.120Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-20T05:46:08.214Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10536318670568700682/Definitions/service-BasicNetwork-template.yml
2021-04-20T05:46:08.581Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-20T05:46:08.581Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-20T05:46:08.582Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-20T05:46:08.582Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-20T05:46:08.582Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-20T05:46:08.582Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-20T05:46:08.582Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-20T05:46:08.582Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-20T05:46:08.583Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|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-BasicNetwork-csar.csar
2021-04-20T05:46:08.583Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-20T05:46:08.583Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-20T05:46:08.583Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-20T05:46:08.583Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-20T05:46:08.583Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:46:08.584Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.584Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-20T05:46:08.584Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-20T05:46:08.584Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:46:08.584Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:46:08.585Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.585Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-20T05:46:08.585Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-20T05:46:08.585Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:46:08.585Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:46:08.586Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.586Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:46:08.586Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.586Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:46:08.587Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.587Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:46:08.587Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.587Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:46:08.588Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.588Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:913cdfb8-8957-4379-b29e-1b73f4f00410
Model Version:NULL
Model InvariantUuid:e5b9facb-6bfb-4c85-939c-26815142118b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:85725d70-242f-4bcc-a063-2af0901816e5
Model UUID:5e3f9ca4-53fb-44f8-83c5-72246c2061d4
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:50f58e0a-d82e-4228-a571-11a91b9faf05
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-20T05:46:08.595Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 41d439fd-40e8-4790-a5dd-25891e3babdf
2021-04-20T05:46:08.595Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||No resources found for Service: 913cdfb8-8957-4379-b29e-1b73f4f00410
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-20T05:46:08.599Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||
2021-04-20T05:46:08.600Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-04-20T05:46:08.600Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 913cdfb8-8957-4379-b29e-1b73f4f00410
2021-04-20T05:46:08.600Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 913cdfb8-8957-4379-b29e-1b73f4f00410
2021-04-20T05:46:08.601Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-04-20T05:46:08.601Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-20T05:46:08.623Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:46:08.623Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.623Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:46:08.624Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.624Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 913cdfb8-8957-4379-b29e-1b73f4f00410: Generic NeutronNet
2021-04-20T05:46:08.624Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:46:08.624Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.624Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:46:08.624Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-20T05:46:08.663Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:46:08.663Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.663Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:46:08.663Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.664Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:46:08.664Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:46:08.664Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-20T05:46:08.734Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-04-20T05:46:08.734Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-20T05:46:08.734Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||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-20T05:46:08.734Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-20T05:46:08.734Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:46:08.736Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:46:08.736Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897568734,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-20T05:46:08.840Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-04-20T05:46:08.841Z||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-20T05:46:08.841Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:46:08.851Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:46:08.852Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:46:09.737Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
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-20T05:46:09.748Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
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-20T05:46:09.752Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:46:09.753Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:46:09.753Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:46:14.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:46:14.634Z||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-20T05:46:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:46:14.652Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:46:14.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:46:14.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48e7f450-7306-4f76-9bad-3b37e5db2ddd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897514727,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-20T05:46:14.654Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:46:39.753Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
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-20T05:46:39.764Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
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-20T05:46:39.766Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:46:39.766Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:46:39.766Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:47:09.767Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
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-20T05:47:09.774Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
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-20T05:47:09.775Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:47:09.775Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:47:09.775Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:47:14.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:47:14.634Z||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-20T05:47:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:47:14.654Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:47:14.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "clamp",
"timestamp": 1618897561365,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:47:14.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897559434,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:47:14.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897553631,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:47:14.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "aai-ml",
"timestamp": 1618897562256,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:47:14.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897559558,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:47:14.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897554544,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:47:14.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "dcae-sch",
"timestamp": 1618897554263,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "policy-id",
"timestamp": 1618897559143,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897554544,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897559434,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "clamp",
"timestamp": 1618897561365,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:47:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897559558,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897553631,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "aai-ml",
"timestamp": 1618897562256,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "dcae-sch",
"timestamp": 1618897554263,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:47:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "policy-id",
"timestamp": 1618897559143,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "policy-id",
"timestamp": 1618897566816,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "cds",
"timestamp": 1618897566276,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "aai-ml",
"timestamp": 1618897567052,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897567113,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "policy-id",
"timestamp": 1618897567820,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "cds",
"timestamp": 1618897566276,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897568734,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "policy-id",
"timestamp": 1618897568823,
"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-20T05:47:14.670Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8cd1e740-b02d-4d24-84e8-fdc6df68d817
2021-04-20T05:47:14.670Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cd1e740-b02d-4d24-84e8-fdc6df68d817 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-20T05:47:14.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "cds",
"timestamp": 1618897570054,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:47:14.679Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:47:14.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "aai-ml",
"timestamp": 1618897570651,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-20T05:47:14.679Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:47:14.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897570031,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:47:14.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:47:14.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "cds",
"timestamp": 1618897571058,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-20T05:47:14.685Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8cd1e740-b02d-4d24-84e8-fdc6df68d817
2021-04-20T05:47:14.685Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cd1e740-b02d-4d24-84e8-fdc6df68d817 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-20T05:47:14.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897570031,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:47:14.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:47:14.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "aai-ml",
"timestamp": 1618897571656,
"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-20T05:47:14.701Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8cd1e740-b02d-4d24-84e8-fdc6df68d817
2021-04-20T05:47:14.701Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cd1e740-b02d-4d24-84e8-fdc6df68d817 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-20T05:47:14.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "clamp",
"timestamp": 1618897572618,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:47:14.710Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:47:14.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:47:14.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "clamp",
"timestamp": 1618897573637,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-20T05:47:14.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:47:39.776Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
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-20T05:47:39.785Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
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-20T05:47:39.787Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:47:39.787Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-20T05:47:39.788Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:47:39.788Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:48:09.788Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
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-20T05:48:09.798Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
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-20T05:48:09.800Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:48:09.800Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-20T05:48:09.800Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:48:09.800Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:48:14.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:48:14.634Z||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-20T05:48:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:48:14.653Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:48:14.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:48:14.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "clamp",
"timestamp": 1618897574640,
"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-20T05:48:14.659Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8cd1e740-b02d-4d24-84e8-fdc6df68d817
2021-04-20T05:48:14.659Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cd1e740-b02d-4d24-84e8-fdc6df68d817 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-20T05:48:39.800Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
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-20T05:48:39.812Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
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-20T05:48:39.815Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:48:39.815Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-20T05:48:39.815Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:48:39.815Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:49:09.815Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
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-20T05:49:09.825Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
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-20T05:49:09.828Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:49:09.828Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-20T05:49:09.829Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-20T05:49:09.829Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-20T05:49:14.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:49:14.634Z||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-20T05:49:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:49:14.664Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:49:14.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:49:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897574959,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:49:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:49:14.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:49:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897574959,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:49:14.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:49:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:49:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897579414,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:49:14.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:49:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:49:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897580848,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-20T05:49:14.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:49:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:49:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897581851,
"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-20T05:49:14.672Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8cd1e740-b02d-4d24-84e8-fdc6df68d817
2021-04-20T05:49:14.672Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cd1e740-b02d-4d24-84e8-fdc6df68d817 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-20T05:49:39.829Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
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-20T05:49:39.837Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817
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-20T05:49:39.840Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-20T05:49:39.840Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-20T05:49:39.840Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-20T05:49:39.840Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-20T05:49:39.840Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-20T05:49:39.840Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-20T05:49:39.841Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-20T05:49:39.841Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-20T05:49:39.841Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-20T05:49:39.841Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-20T05:49:39.841Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|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-20T05:49:39.845Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-20T05:50:09.845Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817 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-20T05:50:09.850Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8cd1e740-b02d-4d24-84e8-fdc6df68d817 and serviceModelVersionId: 913cdfb8-8957-4379-b29e-1b73f4f00410
2021-04-20T05:50:09.850Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e5b9facb-6bfb-4c85-939c-26815142118b
2021-04-20T05:50:09.851Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e5b9facb-6bfb-4c85-939c-26815142118b/model-vers/model-ver/913cdfb8-8957-4379-b29e-1b73f4f00410?depth=0
2021-04-20T05:50:09.855Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-20T05:50:09.902Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5b9facb-6bfb-4c85-939c-26815142118b/model-vers/model-ver/913cdfb8-8957-4379-b29e-1b73f4f00410?depth=0|INFO|500||Invoke
2021-04-20T05:50:09.902Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5b9facb-6bfb-4c85-939c-26815142118b/model-vers/model-ver/913cdfb8-8957-4379-b29e-1b73f4f00410?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5b9facb-6bfb-4c85-939c-26815142118b/model-vers/model-ver/913cdfb8-8957-4379-b29e-1b73f4f00410?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8cd1e740-b02d-4d24-84e8-fdc6df68d817], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[44491cfc-c2a7-435b-89dd-fc3978fad51c], X-ECOMP-RequestID=[8cd1e740-b02d-4d24-84e8-fdc6df68d817], X-TransactionId=[], X-ONAP-RequestID=[8cd1e740-b02d-4d24-84e8-fdc6df68d817], Content-Type=[application/merge-patch+json]}
2021-04-20T05:50:09.924Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5b9facb-6bfb-4c85-939c-26815142118b/model-vers/model-ver/913cdfb8-8957-4379-b29e-1b73f4f00410?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-20T05:50:10.051Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5b9facb-6bfb-4c85-939c-26815142118b/model-vers/model-ver/913cdfb8-8957-4379-b29e-1b73f4f00410?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/e5b9facb-6bfb-4c85-939c-26815142118b/model-vers/model-ver/913cdfb8-8957-4379-b29e-1b73f4f00410?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210420-05:50:09:931-22855], vertex-id=[184352], Content-Length=[0], Date=[Tue, 20 Apr 2021 05:50:09 GMT], Content-Type=[application/json]}
2021-04-20T05:50:10.051Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5b9facb-6bfb-4c85-939c-26815142118b/model-vers/model-ver/913cdfb8-8957-4379-b29e-1b73f4f00410?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-20T05:50:10.052Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5b9facb-6bfb-4c85-939c-26815142118b/model-vers/model-ver/913cdfb8-8957-4379-b29e-1b73f4f00410?depth=0|INFO|500||InvokeReturn
2021-04-20T05:50:10.052Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-20T05:50:10.053Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|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-20T05:50:10.057Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|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-20T05:50:10.057Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8cd1e740-b02d-4d24-84e8-fdc6df68d817 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-20T05:50:10.057Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-20T05:50:10.057Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:50:10.059Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:50:10.059Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8cd1e740-b02d-4d24-84e8-fdc6df68d817",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897810057,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-20T05:50:10.159Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:50:10.160Z||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-20T05:50:10.160Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:10.171Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:50:10.172Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-20T05:50:11.069Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:50:11.070Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|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-20T05:50:11.070Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:14.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T05:50:14.634Z||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-20T05:50:14.634Z||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 dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:14.657Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:50:14.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897630031,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "cds",
"timestamp": 1618897626275,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897633631,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "dcae-sch",
"timestamp": 1618897634263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897634959,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897630031,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "dcae-sch",
"timestamp": 1618897634263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "cds",
"timestamp": 1618897626275,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897633631,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897634959,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897630031,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "dcae-sch",
"timestamp": 1618897634263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "cds",
"timestamp": 1618897626275,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897633631,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897634959,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897630031,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "dcae-sch",
"timestamp": 1618897634263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "cds",
"timestamp": 1618897626275,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897633631,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897634959,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897630031,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "dcae-sch",
"timestamp": 1618897634263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "cds",
"timestamp": 1618897626275,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897633631,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897634959,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "policy-id",
"timestamp": 1618897639142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897639434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897639558,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897630031,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "dcae-sch",
"timestamp": 1618897634263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "cds",
"timestamp": 1618897626275,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897633631,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897634959,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "policy-id",
"timestamp": 1618897639142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897639434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897639558,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897630031,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "dcae-sch",
"timestamp": 1618897634263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "cds",
"timestamp": 1618897626275,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897633631,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897634959,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "policy-id",
"timestamp": 1618897639142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897639434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897639558,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618897630031,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "dcae-sch",
"timestamp": 1618897634263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "cds",
"timestamp": 1618897626275,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897633631,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897634959,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "policy-id",
"timestamp": 1618897639142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897639434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897639558,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "policy-id",
"timestamp": 1618897639142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897639434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897639558,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "policy-id",
"timestamp": 1618897639142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897639434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897639558,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "policy-id",
"timestamp": 1618897639142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "cds",
"timestamp": 1618897645811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897645937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897646018,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897639434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897639558,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "policy-id",
"timestamp": 1618897639142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:50:14.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "cds",
"timestamp": 1618897646817,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-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-20T05:50:14.684Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dfdd4160-fc0f-4c28-89c7-18702377ca37
2021-04-20T05:50:14.685Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfdd4160-fc0f-4c28-89c7-18702377ca37 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-20T05:50:14.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618897639434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:50:14.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618897639558,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:50:14.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897647279,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-04-20T05:50:14.695Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:50:14.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897647810,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-20T05:50:14.695Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:50:14.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "ves-openapi-manager",
"timestamp": 1618897648283,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-20T05:50:14.700Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of dfdd4160-fc0f-4c28-89c7-18702377ca37
2021-04-20T05:50:14.700Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfdd4160-fc0f-4c28-89c7-18702377ca37 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-20T05:50:14.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618897648814,
"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-20T05:50:14.712Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dfdd4160-fc0f-4c28-89c7-18702377ca37
2021-04-20T05:50:14.712Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfdd4160-fc0f-4c28-89c7-18702377ca37 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-20T05:50:14.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "policy-id",
"timestamp": 1618897649269,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:50:14.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:50:14.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "policy-id",
"timestamp": 1618897650272,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-20T05:50:14.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:50:14.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "policy-id",
"timestamp": 1618897651275,
"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-20T05:50:14.725Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dfdd4160-fc0f-4c28-89c7-18702377ca37
2021-04-20T05:50:14.725Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfdd4160-fc0f-4c28-89c7-18702377ca37 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-20T05:50:14.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "clamp",
"timestamp": 1618897651365,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "aai-ml",
"timestamp": 1618897652256,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "clamp",
"timestamp": 1618897651365,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "aai-ml",
"timestamp": 1618897652256,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "clamp",
"timestamp": 1618897651365,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "aai-ml",
"timestamp": 1618897652256,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "clamp",
"timestamp": 1618897651365,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "aai-ml",
"timestamp": 1618897652256,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "clamp",
"timestamp": 1618897651365,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "aai-ml",
"timestamp": 1618897652256,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "clamp",
"timestamp": 1618897651365,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "aai-ml",
"timestamp": 1618897652256,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "clamp",
"timestamp": 1618897651365,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "aai-ml",
"timestamp": 1618897652256,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "clamp",
"timestamp": 1618897651365,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "aai-ml",
"timestamp": 1618897652256,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "aai-ml",
"timestamp": 1618897664451,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "clamp",
"timestamp": 1618897667416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "clamp",
"timestamp": 1618897668433,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-20T05:50:14.737Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:50:14.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "clamp",
"timestamp": 1618897669436,
"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-20T05:50:14.741Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dfdd4160-fc0f-4c28-89c7-18702377ca37
2021-04-20T05:50:14.741Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfdd4160-fc0f-4c28-89c7-18702377ca37 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-20T05:50:14.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "aai-ml",
"timestamp": 1618897669751,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-20T05:50:14.748Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-20T05:50:14.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-20T05:50:14.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "aai-ml",
"timestamp": 1618897670753,
"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-20T05:50:14.753Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dfdd4160-fc0f-4c28-89c7-18702377ca37
2021-04-20T05:50:14.753Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfdd4160-fc0f-4c28-89c7-18702377ca37 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-20T05:50:15.360Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:50:15.361Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-20T05:50:15.361Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"dfdd4160-fc0f-4c28-89c7-18702377ca37","serviceName":"Demo_pNF_csHntjzlDDpGV6i7iNLu","serviceVersion":"1.0","serviceUUID":"20954756-a8d0-401d-a8df-2aeb45d49beb","serviceDescription":"catalog service description","serviceInvariantUUID":"57478982-8cc6-4442-ac2b-b7cfb07c8408","resources":[{"resourceInstanceName":"pNF 58cc5b9f-dd2a 0","resourceName":"pNF 58cc5b9f-dd2a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6b0df9d2-9788-41ee-a624-187b4e922183","resourceInvariantUUID":"8cca452a-c973-4d01-a221-c7886edda2f5","resourceCustomizationUUID":"452e1458-83af-4d85-9dcb-c804f09dbfe4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml","artifactChecksum":"ZTZhOTM0ZGUwNDQ5NWNiYmFhODdiMzVkNWY3MjAzMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a2766948-45e9-4d47-8b23-c141d37b7c57","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar","artifactChecksum":"NTkwYWFmODYxNWRkMTEyNWVlMWNmZTNlZGUwZDc3NWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0470e3da-81ba-4861-850f-df3fb42a3d88","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ff6685e-fa0b-47b3-b398-955232f58ec7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml","artifactChecksum":"Nzc0ZGY5MzFmMjc1YTVlNWJjYjcxNDAyYmExZWIzZmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2b2932e6-ad13-48e6-be94-a82f423bceec","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7f20a745-5894-44f0-8fae-f987cfcfd468","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e1b86e9-87d0-45b0-b8fc-08c42cd57653","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCshntjzlddpgv6i7inlu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml","artifactChecksum":"M2I0NDBhMDdjMjdlMTdkN2E5MDYxNzI0ZDgwMzA0NDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f85a2fd-d881-4d04-a135-a3c8bff7be2e","artifactVersion":"1"},{"artifactName":"service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar","artifactChecksum":"ZGNiOTMxZjg0ODIyZDRlYzg3MDQ0ZThlZTA4MGViZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"956e384c-253d-48ca-bc42-e015a620d39f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-20T05:50:15.364Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:50:15.365Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:50:15.366Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:50:15.366Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897811069,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:15.466Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:50:15.467Z||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-20T05:50:15.467Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:15.476Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:50:15.476Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:50:16.367Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:50:16.368Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:50:16.370Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:50:16.370Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897811069,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:16.470Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:50:16.471Z||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-20T05:50:16.471Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:16.479Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:50:16.479Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:50:17.371Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:50:17.372Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:50:17.374Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:50:17.374Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897811069,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:17.474Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:50:17.475Z||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-20T05:50:17.475Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:17.485Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:50:17.485Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:50:18.374Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:50:18.375Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:50:18.377Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:50:18.377Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897811069,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:18.477Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-20T05:50:18.478Z||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-20T05:50:18.478Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:18.488Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:50:18.488Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:50:19.378Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:50:19.380Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:50:19.382Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:50:19.382Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897811069,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:19.482Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:50:19.483Z||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-20T05:50:19.483Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:19.493Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:50:19.493Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:50:20.383Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:50:20.384Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:50:20.386Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:50:20.386Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897811069,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/resourceInstances/pnf58cc5b9fdd2a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:20.486Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-20T05:50:20.487Z||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-20T05:50:20.487Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:20.496Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:50:20.497Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:50:21.387Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:50:21.388Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:50:21.389Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:50:21.390Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897811069,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T05:50:21.490Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:50:21.491Z||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-20T05:50:21.491Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:21.500Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:50:21.501Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:50:22.390Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T05:50:22.391Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:50:22.393Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:50:22.393Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897811069,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T05:50:22.510Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 117 ms
2021-04-20T05:50:22.511Z||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-20T05:50:22.511Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:22.521Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:50:22.522Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:50:23.394Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"serviceName": "Demo_pNF_csHntjzlDDpGV6i7iNLu",
"serviceVersion": "1.0",
"serviceUUID": "20954756-a8d0-401d-a8df-2aeb45d49beb",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "57478982-8cc6-4442-ac2b-b7cfb07c8408",
"resources": [
{
"resourceInstanceName": "pNF 58cc5b9f-dd2a 0",
"resourceCustomizationUUID": "452e1458-83af-4d85-9dcb-c804f09dbfe4",
"resourceName": "pNF 58cc5b9f-dd2a",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "6b0df9d2-9788-41ee-a624-187b4e922183",
"resourceInvariantUUID": "8cca452a-c973-4d01-a221-c7886edda2f5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
"artifactChecksum": "ZGNiOTMxZjg0ODIyZDRlYzg3MDQ0ZThlZTA4MGViZTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "956e384c-253d-48ca-bc42-e015a620d39f"
}
],
"workloadContext": "Production"
}
2021-04-20T05:50:23.394Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-20T05:50:23.394Z|8cd1e740-b02d-4d24-84e8-fdc6df68d817|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 20954756-a8d0-401d-a8df-2aeb45d49beb ASDC
2021-04-20T05:50:23.395Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:dfdd4160-fc0f-4c28-89c7-18702377ca37
ServiceName:Demo_pNF_csHntjzlDDpGV6i7iNLu
ServiceVersion:1.0
ServiceUUID:20954756-a8d0-401d-a8df-2aeb45d49beb
ServiceInvariantUUID:57478982-8cc6-4442-ac2b-b7cfb07c8408
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
ArtifactUUID:956e384c-253d-48ca-bc42-e015a620d39f
ArtifactChecksum:ZGNiOTMxZjg0ODIyZDRlYzg3MDQ0ZThlZTA4MGViZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 58cc5b9f-dd2a 0
ResourceCustomizationUUID:452e1458-83af-4d85-9dcb-c804f09dbfe4
ResourceInvariantUUID:8cca452a-c973-4d01-a221-c7886edda2f5
ResourceName:pNF 58cc5b9f-dd2a
ResourceType:PNF
ResourceUUID:6b0df9d2-9788-41ee-a624-187b4e922183
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-04-20T05:50:23.395Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 20954756-a8d0-401d-a8df-2aeb45d49beb 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-20T05:50:23.419Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:50:23.420Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:50:23.420Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:50:23.420Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 956e384c-253d-48ca-bc42-e015a620d39f from URL: /sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:23.420Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T05:50:23.420Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:26.249Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T05:50:26.255Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar 956e384c-253d-48ca-bc42-e015a620d39f 83330
2021-04-20T05:50:26.255Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar ASDC sendASDCNotification
2021-04-20T05:50:26.255Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:26.255Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T05:50:26.255Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T05:50:26.257Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T05:50:26.257Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dfdd4160-fc0f-4c28-89c7-18702377ca37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618897826255,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T05:50:26.357Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T05:50:26.358Z||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-20T05:50:26.358Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dFCF9ZMaovr0eV5J) ...
2021-04-20T05:50:26.367Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T05:50:26.368Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T05:50:27.257Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T05:50:27.258Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T05:50:27.259Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 956e384c-253d-48ca-bc42-e015a620d39f, URL: /sdc/v1/catalog/services/DemoPnfCshntjzlddpgv6i7inlu/1.0/artifacts/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar to file: /app/ASDC/1/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:27.259Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:27.260Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:27.260Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:27.347Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5565560063381747939/Definitions/service-DemoPnfCshntjzlddpgv6i7inlu-template.yml
2021-04-20T05:50:28.045Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-20T05:50:28.046Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-20T05:50:28.046Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:28.046Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-20T05:50:28.046Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||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-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:28.046Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:28.046Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||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-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:28.046Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|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-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:28.047Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|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-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:28.047Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 58cc5b9f-dd2a 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-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:28.047Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 58cc5b9f-dd2a 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:28.047Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|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-DemoPnfCshntjzlddpgv6i7inlu-csar.csar
2021-04-20T05:50:28.047Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-20T05:50:28.047Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:50:28.047Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_csHntjzlDDpGV6i7iNLu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:50:28.048Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Node template pNF 58cc5b9f-dd2a 0 is matching search criteria
2021-04-20T05:50:28.048Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-20T05:50:28.048Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 58cc5b9f-dd2a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:50:28.048Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:50:28.048Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_csHntjzlDDpGV6i7iNLu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:50:28.048Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Node template pNF 58cc5b9f-dd2a 0 is matching search criteria
2021-04-20T05:50:28.048Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-20T05:50:28.048Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 58cc5b9f-dd2a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T05:50:28.049Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:50:28.049Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_csHntjzlDDpGV6i7iNLu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:50:28.049Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:50:28.049Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_csHntjzlDDpGV6i7iNLu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:50:28.049Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:50:28.049Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_csHntjzlDDpGV6i7iNLu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:50:28.049Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:50:28.049Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_csHntjzlDDpGV6i7iNLu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:50:28.049Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:50:28.049Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_csHntjzlDDpGV6i7iNLu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:50:28.050Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_csHntjzlDDpGV6i7iNLu
Description:catalog service description
Model UUID:20954756-a8d0-401d-a8df-2aeb45d49beb
Model Version:NULL
Model InvariantUuid:57478982-8cc6-4442-ac2b-b7cfb07c8408
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-20T05:50:28.054Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6b0df9d2-9788-41ee-a624-187b4e922183
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-20T05:50:28.056Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||pNF 58cc5b9f-dd2a 0
2021-04-20T05:50:28.057Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6b0df9d2-9788-41ee-a624-187b4e922183
2021-04-20T05:50:28.057Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 20954756-a8d0-401d-a8df-2aeb45d49beb
2021-04-20T05:50:28.057Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 20954756-a8d0-401d-a8df-2aeb45d49beb
2021-04-20T05:50:28.057Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 58cc5b9f-dd2a 0 6b0df9d2-9788-41ee-a624-187b4e922183 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-20T05:50:28.061Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T05:50:28.061Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_csHntjzlDDpGV6i7iNLu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T05:50:28.062Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 20954756-a8d0-401d-a8df-2aeb45d49beb: pNF 58cc5b9f-dd2a
2021-04-20T05:50:28.062Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||INFO|500||Processing PNF resource: 6b0df9d2-9788-41ee-a624-187b4e922183
2021-04-20T05:50:28.062Z|dfdd4160-fc0f-4c28-89c7-18702377ca37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery