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-14T04:37:51.870Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-m48kw with PID 14 (/app/app.jar started by so in /app)
2021-04-14T04:37:51.876Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-14T04:37:51.877Z||main|||||INFO|500||The following profiles are active: basic
2021-04-14T04:37:58.312Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-14T04:37:58.313Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-14T04:37:58.396Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-14T04:37:59.891Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-14T04:38:00.048Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-14T04:38:00.438Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-14T04:38:00.442Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-14T04:38:00.526Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-14T04:38:00.672Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-14T04:38:01.033Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-14T04:38:01.664Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-14T04:38:03.821Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-14T04:38:03.863Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-14T04:38:04.158Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-14T04:38:04.394Z||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-14T04:38:05.614Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-14T04:38:06.548Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-14T04:38:06.567Z||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$$1e829be7.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-14T04:38:06.567Z||main|||||WARN|500||The sdc end point is not alive
2021-04-14T04:38:08.762Z||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-14T04:38:11.126Z||main|||||WARN|500||---
2021-04-14T04:38:11.127Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-14T04:38:11.127Z||main|||||WARN|500||---
2021-04-14T04:38:11.476Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-14T04:38:14.659Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-14T04:38:14.661Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-14T04:38:14.664Z||main|||||INFO|500||Started Application in 24.813 seconds (JVM running for 25.927)
2021-04-14T04:38:14.672Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-14T04:38:14.700Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-14T04:38:14.772Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0acd5f9c-030d-4e09-b7d9-d6fc5c9f56e6 url= /sdc/v1/artifactTypes
2021-04-14T04:38:14.772Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-14T04:38:15.891Z||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.12.149] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-14T04:38:15.897Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53c368e6
2021-04-14T04:38:15.897Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-14T04:38:15.909Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-14T04:38:15.911Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-14T04:38:15.913Z||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-14T04:39:04.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-14T04:39:04.654Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-14T04:39:04.655Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-14T04:39:04.659Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-14T04:39:04.664Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 341250a0-14bd-409f-91bc-513eadb41d54 url= /sdc/v1/artifactTypes
2021-04-14T04:39:04.665Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-14T04:39:05.682Z||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.12.149] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-14T04:39:05.683Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b38e7b3
2021-04-14T04:39:05.683Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-14T04:39:05.683Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-14T04:39:05.684Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-14T04:39:05.684Z||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-14T04:39:54.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-14T04:39:54.654Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-14T04:39:54.654Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-14T04:39:54.657Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-14T04:39:54.664Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a8e6aaf4-9458-4608-a8ce-c48f6d33a7cc url= /sdc/v1/artifactTypes
2021-04-14T04:39:54.664Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-14T04:39:55.698Z||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.12.149] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-14T04:39:55.699Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a859c61
2021-04-14T04:39:55.700Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-14T04:39:55.700Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-14T04:39:55.701Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-14T04:39:55.701Z||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-14T04:40:44.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-14T04:40:44.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-14T04:40:44.655Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-14T04:40:44.659Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-14T04:40:44.666Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9311b5cb-1859-4406-906a-a6538f42fd12 url= /sdc/v1/artifactTypes
2021-04-14T04:40:44.666Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-14T04:40:45.720Z||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.12.149] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-14T04:40:45.721Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1968d3ee
2021-04-14T04:40:45.721Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-14T04:40:45.722Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-14T04:40:45.722Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-14T04:40:45.723Z||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-14T04:41:34.659Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-14T04:41:34.661Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-14T04:41:34.661Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-14T04:41:34.671Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-14T04:41:34.682Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a396cdce-ff72-4cb6-bf27-3b194359fb39 url= /sdc/v1/artifactTypes
2021-04-14T04:41:34.683Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-14T04:41:35.728Z||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.12.149] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-14T04:41:35.729Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a28b2b1
2021-04-14T04:41:35.730Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-14T04:41:35.731Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-14T04:41:35.731Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-14T04:41:35.732Z||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-14T04:42:24.655Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-14T04:42:24.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-14T04:42:24.656Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-14T04:42:24.665Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-14T04:42:24.670Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7012f2b3-31ed-4e33-b45a-ebd0fbb80ca0 url= /sdc/v1/artifactTypes
2021-04-14T04:42:24.671Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-14T04:42:25.714Z||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.12.149] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-14T04:42:25.716Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@684b4914
2021-04-14T04:42:25.717Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-14T04:42:25.717Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-14T04:42:25.717Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-14T04:42:25.718Z||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-14T04:43:14.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-14T04:43:14.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-14T04:43:14.655Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-14T04:43:14.661Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-14T04:43:14.708Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= efb08e47-ea01-4852-891c-ed3d49ce5def url= /sdc/v1/artifactTypes
2021-04-14T04:43:14.709Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-14T04:43:15.733Z||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.12.149] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-14T04:43:15.734Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@395e273b
2021-04-14T04:43:15.734Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-14T04:43:15.735Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-14T04:43:15.735Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-14T04:43:15.735Z||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-14T04:44:04.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-14T04:44:04.654Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-14T04:44:04.655Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-14T04:44:04.658Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-14T04:44:04.668Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6580ba6a-45f0-4c8c-98cd-435696e6bbf9 url= /sdc/v1/artifactTypes
2021-04-14T04:44:04.669Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-14T04:44:04.844Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-14T04:44:04.851Z||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-14T04:44:04.872Z||scheduling-1|||||DEBUG|500||create keys
2021-04-14T04:44:04.879Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-14T04:44:04.908Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:44:04.927Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3d8c5c40-b6a7-43b6-b5f4-3ab588df9edc url= /sdc/v1/registerForDistribution
2021-04-14T04:44:05.012Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3d8c5c40-b6a7-43b6-b5f4-3ab588df9edc url= /sdc/v1/registerForDistribution
2021-04-14T04:44:05.012Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-14T04:44:05.022Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:44:05.028Z||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-14T04:44:05.028Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:44:05.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:44:05.029Z||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-14T04:44:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:44:05.033Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-14T04:44:15.236Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:44:15.246Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:45:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:45:05.021Z||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-14T04:45:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:45:05.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:45:05.029Z||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-14T04:45:05.030Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:45:14.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:45:14.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:46:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:46:05.021Z||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-14T04:46:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:46:05.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:46:05.029Z||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-14T04:46:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:46:14.572Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:46:14.603Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:47:05.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:47:05.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T04:47:05.021Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ...
2021-04-14T04:47:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:47:05.030Z||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-14T04:47:05.030Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:47:15.100Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:47:15.100Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:48:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:48:05.021Z||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-14T04:48:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:48:05.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:48:05.029Z||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-14T04:48:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:48:14.569Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:48:14.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:48:45.221Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-14T04:49:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:49:05.021Z||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-14T04:49:05.022Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:49:05.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:49:05.029Z||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-14T04:49:05.030Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:49:14.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:49:14.570Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:50:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:50:05.021Z||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-14T04:50:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:50:05.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:50:05.030Z||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-14T04:50:05.030Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:50:14.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:50:14.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:51:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:51:05.021Z||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-14T04:51:05.022Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:51:05.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:51:05.030Z||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-14T04:51:05.030Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:51:14.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:51:14.573Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:52:05.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:52:05.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T04:52:05.021Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ...
2021-04-14T04:52:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:52:05.029Z||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-14T04:52:05.030Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:52:14.570Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:52:14.570Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:53:05.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:53:05.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T04:53:05.022Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ...
2021-04-14T04:53:05.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:53:05.029Z||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-14T04:53:05.030Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:53:14.569Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:53:14.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:54:05.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:54:05.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T04:54:05.022Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ...
2021-04-14T04:54:05.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:54:05.029Z||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-14T04:54:05.030Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:54:14.567Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:54:14.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:55:05.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:55:05.022Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T04:55:05.022Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ...
2021-04-14T04:55:05.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:55:05.029Z||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-14T04:55:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:55:14.569Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:55:14.570Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:56:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:56:05.022Z||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-14T04:56:05.022Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:56:05.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:56:05.029Z||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-14T04:56:05.030Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:56:14.569Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:56:14.569Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:57:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:57:05.021Z||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-14T04:57:05.022Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:57:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:57:05.030Z||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-14T04:57:05.030Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:57:14.568Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:57:14.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:58:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:58:05.022Z||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-14T04:58:05.023Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:58:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:58:05.029Z||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-14T04:58:05.030Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:58:14.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:58:14.568Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:59:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:59:05.021Z||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-14T04:59:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:59:05.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T04:59:05.029Z||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-14T04:59:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T04:59:14.567Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T04:59:14.567Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:00:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:00:05.021Z||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-14T05:00:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:00:05.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:00:05.029Z||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-14T05:00:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:00:14.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:00:14.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:01:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:01:05.021Z||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-14T05:01:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:01:05.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:01:05.029Z||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-14T05:01:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:01:14.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:01:14.567Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:02:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:02:05.022Z||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-14T05:02:05.022Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:02:05.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:02:05.029Z||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-14T05:02:05.030Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:02:14.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:02:14.567Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:03:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:03:05.021Z||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-14T05:03:05.022Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:03:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:03:05.029Z||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-14T05:03:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:03:14.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:03:14.571Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:04:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:04:05.021Z||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-14T05:04:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:04:05.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:04:05.029Z||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-14T05:04:05.030Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:04:14.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:04:14.570Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:05:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:05:05.021Z||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-14T05:05:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:05:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:05:05.029Z||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-14T05:05:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:05:14.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:05:14.574Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:06:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:06:05.021Z||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-14T05:06:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:06:05.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:06:05.029Z||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-14T05:06:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:06:14.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:06:14.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:07:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:07:05.021Z||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-14T05:07:05.022Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:07:05.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:07:05.029Z||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-14T05:07:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:07:14.569Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:07:14.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:07:45.122Z||http-nio-8085-exec-9|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@b8bb757 ((conn=700) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-14T05:07:45.124Z||http-nio-8085-exec-9|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@4568d07f ((conn=680) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-14T05:07:45.126Z||http-nio-8085-exec-9|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@3aca5863 ((conn=681) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-14T05:08:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:08:05.021Z||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-14T05:08:05.022Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:08:05.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:08:05.029Z||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-14T05:08:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:08:14.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:08:14.568Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:09:05.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:09:05.022Z||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-14T05:09:05.022Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:09:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:09:05.029Z||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-14T05:09:05.030Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:09:14.568Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:09:14.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:10:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:10:05.021Z||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-14T05:10:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:10:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:10:05.029Z||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-14T05:10:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:10:14.567Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:10:14.575Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:11:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:11:05.021Z||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-14T05:11:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:11:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:11:05.029Z||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-14T05:11:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:11:14.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:11:14.566Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:12:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:12:05.021Z||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-14T05:12:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:12:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:12:05.029Z||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-14T05:12:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:12:14.568Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:12:14.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:13:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:13:05.022Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T05:13:05.022Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:13:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:13:05.029Z||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-14T05:13:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:13:14.570Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:13:14.570Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:14:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:14:05.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T05:14:05.021Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:14:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:14:05.029Z||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-14T05:14:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:14:14.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:14:14.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:15:05.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:15:05.022Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T05:15:05.022Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:15:05.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:15:05.029Z||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-14T05:15:05.030Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:15:14.569Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:15:14.569Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:16:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:16:05.021Z||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-14T05:16:05.022Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:16:05.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:16:05.029Z||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-14T05:16:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:16:14.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:16:14.566Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:17:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:17:05.021Z||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-14T05:17:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:17:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:17:05.030Z||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-14T05:17:05.030Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:17:14.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:17:14.570Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:18:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:18:05.021Z||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-14T05:18:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:18:05.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:18:05.029Z||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-14T05:18:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:18:14.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:18:14.567Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:19:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:19:05.021Z||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-14T05:19:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:19:05.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:19:05.029Z||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-14T05:19:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:19:14.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:19:14.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:20:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:20:05.021Z||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-14T05:20:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:20:05.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:20:05.029Z||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-14T05:20:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:20:14.566Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:20:14.567Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:21:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:21:05.022Z||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-14T05:21:05.022Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:21:05.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:21:05.029Z||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-14T05:21:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:21:14.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:21:14.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:22:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:22:05.021Z||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-14T05:22:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:22:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:22:05.029Z||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-14T05:22:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:22:14.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:22:14.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:23:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:23:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T05:23:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:23:05.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:23:05.029Z||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-14T05:23:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:23:14.568Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:23:14.572Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:24:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:24:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T05:24:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:24:05.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:24:05.029Z||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-14T05:24:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:24:14.563Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:24:14.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:25:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:25:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T05:25:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:25:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:25:05.029Z||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-14T05:25:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:25:14.565Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:25:14.565Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:26:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:26:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T05:26:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:26:05.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:26:05.029Z||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-14T05:26:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:26:14.563Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:26:14.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:27:05.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:27:05.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T05:27:05.021Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:27:05.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:27:05.029Z||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-14T05:27:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:27:14.561Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:27:14.563Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:28:05.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:28:05.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T05:28:05.021Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:28:05.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:28:05.029Z||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-14T05:28:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:28:14.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:28:14.572Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:29:05.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:29:05.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T05:29:05.021Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:29:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:29:05.029Z||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-14T05:29:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:29:14.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:29:14.565Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:30:05.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:30:05.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T05:30:05.022Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:30:05.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:30:05.029Z||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-14T05:30:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:30:14.562Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:30:14.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:31:05.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:31:05.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T05:31:05.021Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:31:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:31:05.029Z||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-14T05:31:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:31:14.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:31:14.570Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:32:05.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:32:05.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T05:32:05.021Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:32:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:32:05.029Z||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-14T05:32:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:32:14.562Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:32:14.566Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:33:05.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:33:05.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T05:33:05.021Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:33:05.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:33:05.029Z||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-14T05:33:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:33:14.564Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:33:14.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:34:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:34:05.021Z||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-14T05:34:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:34:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:34:05.029Z||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-14T05:34:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:34:14.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:34:14.564Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:35:05.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:35:05.022Z||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-14T05:35:05.022Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:35:05.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:35:05.029Z||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-14T05:35:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:35:14.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:35:14.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:36:05.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:36:05.022Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T05:36:05.022Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:36:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:36:05.029Z||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-14T05:36:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:36:14.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:36:14.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:37:05.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:37:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T05:37:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:37:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:37:05.029Z||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-14T05:37:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:37:14.565Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:37:14.566Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:38:05.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:38:05.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T05:38:05.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:38:05.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:38:05.029Z||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-14T05:38:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:38:14.568Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:38:14.568Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:39:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:39:05.021Z||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-14T05:39:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:39:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:39:05.029Z||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-14T05:39:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:39:14.563Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:39:14.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:40:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:40:05.021Z||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-14T05:40:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:40:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:40:05.029Z||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-14T05:40:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:40:14.564Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:40:14.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:41:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:41:05.021Z||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-14T05:41:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:41:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:41:05.029Z||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-14T05:41:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:41:14.561Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:41:14.573Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:42:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:42:05.021Z||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-14T05:42:05.022Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:42:05.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:42:05.029Z||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-14T05:42:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:42:14.567Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:42:14.567Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:43:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:43:05.021Z||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-14T05:43:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:43:05.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:43:05.029Z||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-14T05:43:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:43:14.563Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:43:14.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:44:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:44:05.022Z||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-14T05:44:05.022Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:44:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:44:05.029Z||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-14T05:44:05.030Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:44:14.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:44:14.567Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:45:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:45:05.021Z||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-14T05:45:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:45:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:45:05.030Z||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-14T05:45:05.030Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:45:14.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:45:14.568Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:46:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:46:05.021Z||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-14T05:46:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:46:05.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:46:05.029Z||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-14T05:46:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:46:14.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:46:14.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:47:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:47:05.021Z||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-14T05:47:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:47:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:47:05.029Z||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-14T05:47:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:47:14.567Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:47:14.567Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:48:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:48:05.021Z||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-14T05:48:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:48:05.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:48:05.029Z||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-14T05:48:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:48:14.564Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:48:14.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:49:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:49:05.021Z||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-14T05:49:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:49:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:49:05.029Z||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-14T05:49:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:49:14.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:49:14.564Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:50:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:50:05.021Z||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-14T05:50:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:50:05.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:50:05.029Z||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-14T05:50:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:50:14.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:50:14.567Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:51:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:51:05.021Z||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-14T05:51:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:51:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:51:05.029Z||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-14T05:51:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:51:14.568Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:51:14.568Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:52:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:52:05.021Z||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-14T05:52:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:52:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:52:05.029Z||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-14T05:52:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:52:14.563Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:52:14.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:53:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:53:05.021Z||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-14T05:53:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:53:05.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:53:05.029Z||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-14T05:53:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:53:14.565Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:53:14.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:54:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:54:05.021Z||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-14T05:54:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:54:05.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:54:05.029Z||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-14T05:54:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:54:14.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:54:14.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:55:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:55:05.021Z||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-14T05:55:05.021Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:55:05.033Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:55:05.034Z||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-14T05:55:05.034Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:55:14.571Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:55:14.572Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:56:05.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:56:05.021Z||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-14T05:56:05.022Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:56:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:56:05.029Z||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-14T05:56:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:56:05.646Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:56:05.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"141a9dda-6dcc-4420-bffc-b3a1ec659c11","serviceName":"basic_onboard_RCemXj","serviceVersion":"1.0","serviceUUID":"6c0d3f97-5a7a-4159-8064-04be15b8b49c","serviceDescription":"service","serviceInvariantUUID":"d2ab9464-a6df-4ccc-9d64-9372239bb158","resources":[{"resourceInstanceName":"basic_onboard_RCemXj 0","resourceName":"basic_onboard_RCemXj","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"86c6e36f-9516-4adb-a797-f4c0a28e1e42","resourceInvariantUUID":"e2df45ff-35d3-4748-8a28-8592c2b8a3cc","resourceCustomizationUUID":"6a5963c0-1dae-4a1f-b5c4-37a032eea3d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml","artifactChecksum":"ZjQ0NmNhNjk4NTYwODk0MGQzNTQ0Mzk4MzcxMzU0OWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fdaa4c0b-fcea-4cdb-ad04-a655c7ededa6","artifactVersion":"1"},{"artifactName":"basic_onboard_rcemxj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json","artifactChecksum":"YzViY2MyZjE1NzA0MmI2ZWIwZDEwY2NhYjM5MzFjZjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"225e1db7-e404-483c-a277-f1dbf4029a33","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"facd9719-050a-4080-af7d-df45b5aa5498","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7064ef50-f68a-4140-8cd1-d8ccab9a7c69","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6c3af3ee-ceba-4283-9c2f-a1bb07d6150f","artifactVersion":"2","generatedFromUUID":"facd9719-050a-4080-af7d-df45b5aa5498"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRcemxj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml","artifactChecksum":"ZWU5YWI3ZjlhMWM4NzU4MzE4YzdhYTU1YjViYTFkYmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"53401d5b-83ae-4efa-a501-4a8e8df052a1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRcemxj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar","artifactChecksum":"NmYxZjE3NDMxMWVjMjZjZjk5MGY0MWI0NDQ3YmY5MDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec0b3837-0930-4e98-9b1e-c7f5c9da8944","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-14T05:56:05.652Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:56:05.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379710507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.658Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T05:56:05.671Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "cds",
"timestamp": 1618379714692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618379709046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "clamp",
"timestamp": 1618379710659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379710507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json",
"status": "NOTIFIED"
}
2021-04-14T05:56:05.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "cds",
"timestamp": 1618379714692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618379709046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "clamp",
"timestamp": 1618379710659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json",
"status": "NOTIFIED"
}
2021-04-14T05:56:05.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379710507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-14T05:56:05.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "cds",
"timestamp": 1618379714692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618379709046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "clamp",
"timestamp": 1618379710659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379710507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "cds",
"timestamp": 1618379714692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618379709046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "clamp",
"timestamp": 1618379710659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "ves-openapi-manager",
"timestamp": 1618379719585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379710507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-14T05:56:05.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "cds",
"timestamp": 1618379714692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618379709046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "clamp",
"timestamp": 1618379710659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "policy-id",
"timestamp": 1618379720427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "ves-openapi-manager",
"timestamp": 1618379719585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379710507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "cds",
"timestamp": 1618379714692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618379709046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "clamp",
"timestamp": 1618379710659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "policy-id",
"timestamp": 1618379720427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379721562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "ves-openapi-manager",
"timestamp": 1618379719585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379710507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T05:56:05.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "cds",
"timestamp": 1618379714692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T05:56:05.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618379709046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T05:56:05.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "clamp",
"timestamp": 1618379710659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T05:56:05.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "policy-id",
"timestamp": 1618379720427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-14T05:56:05.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379721562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json",
"status": "NOTIFIED"
}
2021-04-14T05:56:05.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "ves-openapi-manager",
"timestamp": 1618379719585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "policy-id",
"timestamp": 1618379720427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "dcae-sch",
"timestamp": 1618379723454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379721562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-14T05:56:05.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "ves-openapi-manager",
"timestamp": 1618379719585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "dcae-sch",
"timestamp": 1618379723454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "policy-id",
"timestamp": 1618379720427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379721562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379725246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:56:05.683Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:56:05.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "ves-openapi-manager",
"timestamp": 1618379719585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "cds",
"timestamp": 1618379725261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:56:05.684Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:56:05.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618379725267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:56:05.684Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:56:05.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379724685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "policy-id",
"timestamp": 1618379720427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "dcae-sch",
"timestamp": 1618379723454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379721562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-14T05:56:05.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "ves-openapi-manager",
"timestamp": 1618379719585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "cds",
"timestamp": 1618379726281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-04-14T05:56:05.687Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:56:05.697Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:56:05.697Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379765020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
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-14T05:56:05.797Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2021-04-14T05:56:05.800Z||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-14T05:56:05.801Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:56:05.812Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:56:05.814Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"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-14T05:56:05.873Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 141a9dda-6dcc-4420-bffc-b3a1ec659c11
2021-04-14T05:56:05.893Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 141a9dda-6dcc-4420-bffc-b3a1ec659c11 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-14T05:56:05.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379724685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json",
"status": "NOTIFIED"
}
2021-04-14T05:56:05.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379726838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:56:05.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:56:05.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "dcae-sch",
"timestamp": 1618379723454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "policy-id",
"timestamp": 1618379720427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T05:56:05.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379721562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379724685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-14T05:56:05.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "dcae-sch",
"timestamp": 1618379723454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379721562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T05:56:05.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379728270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:56:05.916Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:56:05.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379724685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "policy-id",
"timestamp": 1618379728562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:56:05.916Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:56:05.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618379728761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-14T05:56:05.917Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:56:05.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "dcae-sch",
"timestamp": 1618379723454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379724685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-14T05:56:05.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "policy-id",
"timestamp": 1618379729569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-14T05:56:05.917Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:56:05.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618379729765,
"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-14T05:56:05.941Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 141a9dda-6dcc-4420-bffc-b3a1ec659c11
2021-04-14T05:56:05.941Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 141a9dda-6dcc-4420-bffc-b3a1ec659c11 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-14T05:56:05.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379729883,
"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-14T05:56:05.950Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 141a9dda-6dcc-4420-bffc-b3a1ec659c11
2021-04-14T05:56:05.951Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 141a9dda-6dcc-4420-bffc-b3a1ec659c11 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-14T05:56:05.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "dcae-sch",
"timestamp": 1618379723454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379730201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:56:05.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:56:05.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379724685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "policy-id",
"timestamp": 1618379730573,
"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-14T05:56:05.961Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 141a9dda-6dcc-4420-bffc-b3a1ec659c11
2021-04-14T05:56:05.961Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 141a9dda-6dcc-4420-bffc-b3a1ec659c11 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-14T05:56:05.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379730887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-14T05:56:05.968Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:56:05.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379724685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T05:56:05.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379731810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:56:05.968Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:56:05.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379733805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:56:05.969Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:56:05.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "aai-ml",
"timestamp": 1618379733409,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379734398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:56:05.969Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:56:05.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "aai-ml",
"timestamp": 1618379733409,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379735406,
"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-14T05:56:05.972Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 141a9dda-6dcc-4420-bffc-b3a1ec659c11
2021-04-14T05:56:05.972Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 141a9dda-6dcc-4420-bffc-b3a1ec659c11 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-14T05:56:05.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379735732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:56:05.975Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:56:05.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "aai-ml",
"timestamp": 1618379733409,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379736410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-14T05:56:05.976Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:56:05.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379736882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:56:05.976Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:56:05.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "aai-ml",
"timestamp": 1618379733409,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.977Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379737889,
"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-14T05:56:05.979Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 141a9dda-6dcc-4420-bffc-b3a1ec659c11
2021-04-14T05:56:05.979Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 141a9dda-6dcc-4420-bffc-b3a1ec659c11 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-14T05:56:05.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "aai-ml",
"timestamp": 1618379733409,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.982Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "clamp",
"timestamp": 1618379738357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:56:05.982Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:56:05.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379738893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-14T05:56:05.983Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:56:05.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "aai-ml",
"timestamp": 1618379733409,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:05.983Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "clamp",
"timestamp": 1618379739517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-14T05:56:05.983Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:56:05.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "aai-ml",
"timestamp": 1618379733409,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T05:56:05.983Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:56:05.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "clamp",
"timestamp": 1618379740522,
"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-14T05:56:05.985Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 141a9dda-6dcc-4420-bffc-b3a1ec659c11
2021-04-14T05:56:05.985Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 141a9dda-6dcc-4420-bffc-b3a1ec659c11 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-14T05:56:05.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "aai-ml",
"timestamp": 1618379743777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:56:05.991Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:56:05.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "aai-ml",
"timestamp": 1618379756025,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-14T05:56:05.992Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:56:05.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:56:05.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "aai-ml",
"timestamp": 1618379757030,
"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-14T05:56:05.995Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 141a9dda-6dcc-4420-bffc-b3a1ec659c11
2021-04-14T05:56:05.995Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 141a9dda-6dcc-4420-bffc-b3a1ec659c11 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-14T05:56:06.714Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T05:56:06.715Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:56:06.718Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:56:06.718Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379765020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json",
"status": "NOTIFIED"
}
2021-04-14T05:56:06.818Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-14T05:56:06.819Z||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-14T05:56:06.819Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:56:06.831Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:56:06.832Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:56:07.719Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T05:56:07.720Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:56:07.723Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:56:07.723Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379765020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-14T05:56:07.823Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-14T05:56:07.824Z||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-14T05:56:07.824Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:56:07.836Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:56:07.837Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:56:08.724Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T05:56:08.725Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:56:08.727Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:56:08.727Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379765020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:08.827Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T05:56:08.828Z||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-14T05:56:08.828Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:56:08.838Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:56:08.839Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:56:09.727Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T05:56:09.728Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:56:09.730Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:56:09.730Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379765020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-14T05:56:09.830Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T05:56:09.831Z||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-14T05:56:09.831Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:56:09.842Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:56:09.842Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:56:10.734Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T05:56:10.734Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:56:10.736Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:56:10.736Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379765020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:56:10.837Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T05:56:10.838Z||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-14T05:56:10.838Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:56:10.847Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:56:10.848Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:56:11.737Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T05:56:11.738Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:56:11.740Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:56:11.740Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379765020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T05:56:11.840Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T05:56:11.841Z||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-14T05:56:11.841Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:56:11.851Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:56:11.852Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:56:12.742Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"serviceName": "basic_onboard_RCemXj",
"serviceVersion": "1.0",
"serviceUUID": "6c0d3f97-5a7a-4159-8064-04be15b8b49c",
"serviceDescription": "service",
"serviceInvariantUUID": "d2ab9464-a6df-4ccc-9d64-9372239bb158",
"resources": [
{
"resourceInstanceName": "basic_onboard_RCemXj 0",
"resourceCustomizationUUID": "6a5963c0-1dae-4a1f-b5c4-37a032eea3d5",
"resourceName": "basic_onboard_RCemXj",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "86c6e36f-9516-4adb-a797-f4c0a28e1e42",
"resourceInvariantUUID": "e2df45ff-35d3-4748-8a28-8592c2b8a3cc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_rcemxj0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json",
"artifactChecksum": "YzViY2MyZjE1NzA0MmI2ZWIwZDEwY2NhYjM5MzFjZjg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "225e1db7-e404-483c-a277-f1dbf4029a33",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "facd9719-050a-4080-af7d-df45b5aa5498",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6c3af3ee-ceba-4283-9c2f-a1bb07d6150f",
"generatedFromUUID": "facd9719-050a-4080-af7d-df45b5aa5498"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6c3af3ee-ceba-4283-9c2f-a1bb07d6150f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardRcemxj-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"artifactChecksum": "NmYxZjE3NDMxMWVjMjZjZjk5MGY0MWI0NDQ3YmY5MDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ec0b3837-0930-4e98-9b1e-c7f5c9da8944"
}
],
"workloadContext": "Production"
}
2021-04-14T05:56:12.743Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-14T05:56:12.743Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6c0d3f97-5a7a-4159-8064-04be15b8b49c ASDC
2021-04-14T05:56:12.855Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:141a9dda-6dcc-4420-bffc-b3a1ec659c11
ServiceName:basic_onboard_RCemXj
ServiceVersion:1.0
ServiceUUID:6c0d3f97-5a7a-4159-8064-04be15b8b49c
ServiceInvariantUUID:d2ab9464-a6df-4ccc-9d64-9372239bb158
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRcemxj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar
ArtifactUUID:ec0b3837-0930-4e98-9b1e-c7f5c9da8944
ArtifactChecksum:NmYxZjE3NDMxMWVjMjZjZjk5MGY0MWI0NDQ3YmY5MDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_RCemXj 0
ResourceCustomizationUUID:6a5963c0-1dae-4a1f-b5c4-37a032eea3d5
ResourceInvariantUUID:e2df45ff-35d3-4748-8a28-8592c2b8a3cc
ResourceName:basic_onboard_RCemXj
ResourceType:VF
ResourceUUID:86c6e36f-9516-4adb-a797-f4c0a28e1e42
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rcemxj0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json
ArtifactUUID:225e1db7-e404-483c-a277-f1dbf4029a33
ArtifactChecksum:YzViY2MyZjE1NzA0MmI2ZWIwZDEwY2NhYjM5MzFjZjg=
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/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml
ArtifactUUID:facd9719-050a-4080-af7d-df45b5aa5498
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/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env
ArtifactUUID:6c3af3ee-ceba-4283-9c2f-a1bb07d6150f
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/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env
ArtifactUUID:6c3af3ee-ceba-4283-9c2f-a1bb07d6150f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-14T05:56:12.855Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6c0d3f97-5a7a-4159-8064-04be15b8b49c 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-14T05:56:12.902Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T05:56:12.902Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-14T05:56:12.903Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-14T05:56:12.903Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ec0b3837-0930-4e98-9b1e-c7f5c9da8944 from URL: /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar
2021-04-14T05:56:12.903Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-14T05:56:12.904Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar
2021-04-14T05:56:14.021Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-14T05:56:14.128Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar ec0b3837-0930-4e98-9b1e-c7f5c9da8944 74809
2021-04-14T05:56:14.129Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar ASDC sendASDCNotification
2021-04-14T05:56:14.129Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar
2021-04-14T05:56:14.130Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T05:56:14.131Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:56:14.133Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:56:14.133Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379774129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:56:14.233Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T05:56:14.234Z||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-14T05:56:14.234Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:56:14.245Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:56:14.246Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:56:15.134Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T05:56:15.135Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-14T05:56:15.135Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ec0b3837-0930-4e98-9b1e-c7f5c9da8944, URL: /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar to file: /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar
2021-04-14T05:56:15.135Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRcemxj-csar.csar
2021-04-14T05:56:15.476Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar
2021-04-14T05:56:15.476Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar
2021-04-14T05:56:15.955Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP856318294596726886/Definitions/service-BasicOnboardRcemxj-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-14T05:56:17.724Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-14T05:56:17.729Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-14T05:56:17.729Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar
2021-04-14T05:56:17.729Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-14T05:56:17.729Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_RCemXj 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar
2021-04-14T05:56:17.729Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||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-BasicOnboardRcemxj-csar.csar
2021-04-14T05:56:17.729Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar
2021-04-14T05:56:17.729Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar
2021-04-14T05:56:17.730Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar
2021-04-14T05:56:17.730Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar
2021-04-14T05:56:17.730Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar
2021-04-14T05:56:17.730Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar
2021-04-14T05:56:17.730Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardRcemxj-csar.csar
2021-04-14T05:56:17.730Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_RCemXj 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-BasicOnboardRcemxj-csar.csar
2021-04-14T05:56:17.730Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-14T05:56:17.741Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:17.743Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:56:17.746Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is matching search criteria
2021-04-14T05:56:17.746Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-14T05:56:17.747Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RCemXj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T05:56:17.748Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:17.749Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:56:17.749Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is matching search criteria
2021-04-14T05:56:17.749Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-14T05:56:17.749Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RCemXj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T05:56:17.749Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:17.749Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:56:17.752Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:17.752Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is not matching search criteria
2021-04-14T05:56:17.753Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-14T05:56:17.753Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-14T05:56:17.753Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-14T05:56:17.753Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-14T05:56:17.753Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-14T05:56:17.753Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:17.753Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-14T05:56:17.754Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:17.754Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is matching search criteria
2021-04-14T05:56:17.754Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RCemXj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T05:56:17.755Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:17.755Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is matching search criteria
2021-04-14T05:56:17.755Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RCemXj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T05:56:17.755Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:17.755Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is matching search criteria
2021-04-14T05:56:17.755Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RCemXj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T05:56:17.755Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:17.755Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is not matching search criteria
2021-04-14T05:56:17.756Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-14T05:56:17.756Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-14T05:56:17.756Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8f095dd6-9878-4b01-a2fe-cb75e987a2f4
2021-04-14T05:56:17.756Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:17.756Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:56:17.756Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:17.756Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:56:17.756Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:17.756Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:56:17.757Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:17.757Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:56:17.757Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_RCemXj
Description:service
Model UUID:6c0d3f97-5a7a-4159-8064-04be15b8b49c
Model Version:NULL
Model InvariantUuid:d2ab9464-a6df-4ccc-9d64-9372239bb158
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_RCemXj
Model UUID:beae9c9c-1b60-4532-a512-3b284e8812e4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e2df45ff-35d3-4748-8a28-8592c2b8a3cc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6a5963c0-1dae-4a1f-b5c4-37a032eea3d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4a1b3c2d-0111-420f-b7a9-098b154a4534
ModelName:BasicOnboardRcemxj..base_ubuntu18..module-0
ModelUuid:7982bf2d-2cbc-42c8-a54e-9bed770aff8d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8f095dd6-9878-4b01-a2fe-cb75e987a2f4
ModelInvariantUuid:67dab82f-1ec7-4d83-bae2-efbc80b85871
ModelName:basic_onboard_RCemXj-nodes.ubuntu18Cvfc
ModelUuid:120e29ac-a3c8-4dca-aaed-da8a34978898
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:8d2b2397-a9d2-4dff-aa62-03771c82fc5e
ModelInvariantUuid:5b731a34-a1cd-4603-ac99-d852aa0865e7
ModelName:BasicOnboardRcemxj.compute.nodes.heat.ubuntu18
ModelUuid:532ceed5-d568-4ec5-b679-a086100fd730
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-14T05:56:17.833Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 86c6e36f-9516-4adb-a797-f4c0a28e1e42
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-14T05:56:17.927Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||basic_onboard_RCemXj 0
2021-04-14T05:56:17.934Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 86c6e36f-9516-4adb-a797-f4c0a28e1e42
2021-04-14T05:56:17.934Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 225e1db7-e404-483c-a277-f1dbf4029a33 from URL: /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json
2021-04-14T05:56:17.934Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-14T05:56:17.934Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json
2021-04-14T05:56:18.244Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-14T05:56:18.245Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json 225e1db7-e404-483c-a277-f1dbf4029a33 798
2021-04-14T05:56:18.245Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json ASDC sendASDCNotification
2021-04-14T05:56:18.246Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json
2021-04-14T05:56:18.246Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T05:56:18.246Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:56:18.248Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:56:18.248Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379778245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:56:18.348Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T05:56:18.349Z||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-14T05:56:18.349Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:56:18.358Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:56:18.358Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:56:19.249Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRcemxj..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4a1b3c2d-0111-420f-b7a9-098b154a4534",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7982bf2d-2cbc-42c8-a54e-9bed770aff8d",
"vfModuleModelCustomizationUUID": "0fc6538e-4148-460b-9ec4-7e90680736af",
"isBase": true,
"artifacts": [
"facd9719-050a-4080-af7d-df45b5aa5498",
"6c3af3ee-ceba-4283-9c2f-a1bb07d6150f"
],
"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-14T05:56:19.271Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRcemxj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7982bf2d-2cbc-42c8-a54e-9bed770aff8d
VfModuleModelInvariantUUID:4a1b3c2d-0111-420f-b7a9-098b154a4534
VfModuleModelDescription:NULL
Artifacts UUID List:{
facd9719-050a-4080-af7d-df45b5aa5498
,
6c3af3ee-ceba-4283-9c2f-a1bb07d6150f
}
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-14T05:56:19.274Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRcemxj..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4a1b3c2d-0111-420f-b7a9-098b154a4534",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7982bf2d-2cbc-42c8-a54e-9bed770aff8d",
"vfModuleModelCustomizationUUID": "0fc6538e-4148-460b-9ec4-7e90680736af",
"isBase": true,
"artifacts": [
"facd9719-050a-4080-af7d-df45b5aa5498",
"6c3af3ee-ceba-4283-9c2f-a1bb07d6150f"
],
"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-14T05:56:19.274Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRcemxj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7982bf2d-2cbc-42c8-a54e-9bed770aff8d
VfModuleModelInvariantUUID:4a1b3c2d-0111-420f-b7a9-098b154a4534
VfModuleModelDescription:NULL
Artifacts UUID List:{
facd9719-050a-4080-af7d-df45b5aa5498
,
6c3af3ee-ceba-4283-9c2f-a1bb07d6150f
}
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-14T05:56:19.274Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: facd9719-050a-4080-af7d-df45b5aa5498 from URL: /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml
2021-04-14T05:56:19.274Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-14T05:56:19.274Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml
2021-04-14T05:56:23.156Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-14T05:56:23.157Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml facd9719-050a-4080-af7d-df45b5aa5498 5033
2021-04-14T05:56:23.157Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-14T05:56:23.157Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml
2021-04-14T05:56:23.157Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T05:56:23.157Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:56:23.159Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:56:23.159Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379783157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:56:23.260Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T05:56:23.260Z||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-14T05:56:23.261Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:56:23.273Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:56:23.273Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:56:24.161Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6c3af3ee-ceba-4283-9c2f-a1bb07d6150f from URL: /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env
2021-04-14T05:56:24.161Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-14T05:56:24.162Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env
2021-04-14T05:56:25.560Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-14T05:56:25.560Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env 6c3af3ee-ceba-4283-9c2f-a1bb07d6150f 909
2021-04-14T05:56:25.561Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-14T05:56:25.561Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env
2021-04-14T05:56:25.561Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T05:56:25.561Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:56:25.563Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:56:25.563Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379785560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:56:25.663Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T05:56:25.664Z||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-14T05:56:25.664Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:56:25.674Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:56:25.674Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:56:26.563Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6c0d3f97-5a7a-4159-8064-04be15b8b49c
2021-04-14T05:56:26.564Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_RCemXj 0 86c6e36f-9516-4adb-a797-f4c0a28e1e42 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-14T05:56:26.657Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:26.658Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:56:26.658Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-04-14T05:56:26.658Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 6a5963c0-1dae-4a1f-b5c4-37a032eea3d5
2021-04-14T05:56:26.658Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6a5963c0-1dae-4a1f-b5c4-37a032eea3d5 matches Tosca VF Customization UUID: 6a5963c0-1dae-4a1f-b5c4-37a032eea3d5
2021-04-14T05:56:26.658Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 6a5963c0-1dae-4a1f-b5c4-37a032eea3d5 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-14T05:56:26.672Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:26.673Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:56:26.674Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 6a5963c0-1dae-4a1f-b5c4-37a032eea3d5: {\"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-14T05:56:26.674Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1474b7b2
2021-04-14T05:56:26.675Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:26.675Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-14T05:56:26.675Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0fc6538e-4148-460b-9ec4-7e90680736af
2021-04-14T05:56:26.677Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0fc6538e-4148-460b-9ec4-7e90680736af
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-14T05:56:26.690Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:26.690Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is matching search criteria
2021-04-14T05:56:26.691Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RCemXj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T05:56:26.691Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:26.692Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is matching search criteria
2021-04-14T05:56:26.692Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RCemXj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T05:56:26.692Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:26.692Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is not matching search criteria
2021-04-14T05:56:26.692Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-14T05:56:26.692Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-14T05:56:26.693Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8f095dd6-9878-4b01-a2fe-cb75e987a2f4
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-14T05:56:26.712Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:26.712Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is matching search criteria
2021-04-14T05:56:26.712Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RCemXj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T05:56:26.713Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:26.713Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_RCemXj 0 is matching search criteria
2021-04-14T05:56:26.713Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_RCemXj 0] matching following query criteria: sdcType=VF, customizationUUID=6a5963c0-1dae-4a1f-b5c4-37a032eea3d5
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-14T05:56:26.715Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:26.715Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:56:26.716Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6c0d3f97-5a7a-4159-8064-04be15b8b49c: basic_onboard_RCemXj
2021-04-14T05:56:26.716Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:26.716Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:56:26.716Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:26.716Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:56:26.716Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:26.716Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:56:26.717Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:26.717Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:56:26.717Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:56:26.717Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_RCemXj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:56:26.717Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_RCemXj
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-14T05:56:26.986Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_RCemXj 86c6e36f-9516-4adb-a797-f4c0a28e1e42 1 ASDC deployResourceStructure
2021-04-14T05:56:26.987Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json ASDC sendASDCNotification
2021-04-14T05:56:26.987Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json
2021-04-14T05:56:26.987Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T05:56:26.987Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:56:26.989Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:56:26.989Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379786987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-14T05:56:27.089Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T05:56:27.090Z||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-14T05:56:27.091Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:56:27.101Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:56:27.102Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:56:27.990Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-14T05:56:27.990Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml
2021-04-14T05:56:27.991Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T05:56:27.991Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:56:27.993Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:56:27.993Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379787990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-14T05:56:28.094Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-14T05:56:28.095Z||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-14T05:56:28.095Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:56:28.108Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:56:28.109Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-14T05:56:28.994Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-14T05:56:28.995Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env
2021-04-14T05:56:28.995Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T05:56:28.995Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:56:28.997Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:56:28.997Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379788994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-14T05:56:29.098Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T05:56:29.099Z||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-14T05:56:29.099Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:56:29.110Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:56:29.111Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:56:29.999Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar ASDC sendASDCNotification
2021-04-14T05:56:29.999Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar
2021-04-14T05:56:29.999Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T05:56:29.999Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:56:30.001Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:56:30.001Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379789999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-14T05:56:30.101Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T05:56:30.102Z||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-14T05:56:30.103Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:56:30.112Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:56:30.112Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:56:31.002Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 141a9dda-6dcc-4420-bffc-b3a1ec659c11
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-14T05:56:31.015Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 141a9dda-6dcc-4420-bffc-b3a1ec659c11
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-14T05:56:31.018Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T05:56:31.019Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-14T05:56:31.019Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-14T05:56:31.019Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-14T05:56:31.019Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-14T05:56:31.019Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-14T05:56:31.019Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-14T05:56:31.019Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-14T05:56:31.019Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-14T05:56:31.019Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-14T05:56:31.019Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-14T05:56:31.022Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-14T05:57:01.023Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 141a9dda-6dcc-4420-bffc-b3a1ec659c11 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-14T05:57:01.031Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 141a9dda-6dcc-4420-bffc-b3a1ec659c11 and serviceModelVersionId: 6c0d3f97-5a7a-4159-8064-04be15b8b49c
2021-04-14T05:57:01.031Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2ab9464-a6df-4ccc-9d64-9372239bb158
2021-04-14T05:57:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:57:05.029Z||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-14T05:57:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:57:05.158Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:57:05.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:57:05.159Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379765020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:57:05.160Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:57:13.488Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2ab9464-a6df-4ccc-9d64-9372239bb158/model-vers/model-ver/6c0d3f97-5a7a-4159-8064-04be15b8b49c?depth=0
2021-04-14T05:57:13.604Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-14T05:57:14.128Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2ab9464-a6df-4ccc-9d64-9372239bb158/model-vers/model-ver/6c0d3f97-5a7a-4159-8064-04be15b8b49c?depth=0|INFO|500||Invoke
2021-04-14T05:57:14.133Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2ab9464-a6df-4ccc-9d64-9372239bb158/model-vers/model-ver/6c0d3f97-5a7a-4159-8064-04be15b8b49c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2ab9464-a6df-4ccc-9d64-9372239bb158/model-vers/model-ver/6c0d3f97-5a7a-4159-8064-04be15b8b49c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[141a9dda-6dcc-4420-bffc-b3a1ec659c11], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[76cbc17a-6028-4f95-bccb-1ed0ed5518dd], X-ECOMP-RequestID=[141a9dda-6dcc-4420-bffc-b3a1ec659c11], X-TransactionId=[], X-ONAP-RequestID=[141a9dda-6dcc-4420-bffc-b3a1ec659c11], Content-Type=[application/merge-patch+json]}
2021-04-14T05:57:14.336Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2ab9464-a6df-4ccc-9d64-9372239bb158/model-vers/model-ver/6c0d3f97-5a7a-4159-8064-04be15b8b49c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-14T05:57:14.608Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2ab9464-a6df-4ccc-9d64-9372239bb158/model-vers/model-ver/6c0d3f97-5a7a-4159-8064-04be15b8b49c?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/d2ab9464-a6df-4ccc-9d64-9372239bb158/model-vers/model-ver/6c0d3f97-5a7a-4159-8064-04be15b8b49c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210414-05:57:14:344-32945], vertex-id=[147512], Content-Length=[0], Date=[Wed, 14 Apr 2021 05:57:14 GMT], Content-Type=[application/json]}
2021-04-14T05:57:14.609Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2ab9464-a6df-4ccc-9d64-9372239bb158/model-vers/model-ver/6c0d3f97-5a7a-4159-8064-04be15b8b49c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-14T05:57:14.610Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2ab9464-a6df-4ccc-9d64-9372239bb158/model-vers/model-ver/6c0d3f97-5a7a-4159-8064-04be15b8b49c?depth=0|INFO|500||InvokeReturn
2021-04-14T05:57:14.612Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-14T05:57:14.613Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-14T05:57:14.617Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-14T05:57:14.624Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 141a9dda-6dcc-4420-bffc-b3a1ec659c11 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-14T05:57:14.625Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-14T05:57:14.626Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:57:14.628Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:57:14.628Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379834624,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-14T05:57:14.728Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-14T05:57:14.729Z||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-14T05:57:14.729Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:57:14.739Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:57:14.740Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-14T05:57:15.644Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:57:15.644Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|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-14T05:57:15.644Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:57:16.265Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:57:16.267Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-14T05:57:16.267Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa4819fd-6c57-477d-8b7c-00b82327f55f","serviceName":"vFW 2021-04-14 05-55-09","serviceVersion":"1.0","serviceUUID":"97272735-8ca3-4081-ad06-8cc5dcd7a522","serviceDescription":"catalog service description","serviceInvariantUUID":"c4ef97d4-4ad5-4aae-b41b-8a835e4e4031","resources":[{"resourceInstanceName":"vFW c40ada40-7141 0","resourceName":"vFW c40ada40-7141","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"437ead1d-c2a9-4241-9381-0673801a4e7a","resourceInvariantUUID":"e489ea31-307f-4844-b601-7cb42016504c","resourceCustomizationUUID":"deab7f46-9ef3-4d72-b773-a32161295577","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml","artifactChecksum":"MTg4ZTY1Y2U2ZWUzZGE0NmRiZGM5NTA3ODhkYWUyZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c90beef-3ed9-49a8-bf48-3f176914b3bc","artifactVersion":"1"},{"artifactName":"vfwc40ada4071410_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json","artifactChecksum":"NWQ3ODJiNTg0NzdkN2EwOTgxZjk5MDhjZWFiM2UxZTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3accc0d6-fb55-460a-9be8-538fa5af7ed4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ace6ff6d-261b-4f30-b589-5c8c35a8d846","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml","artifactChecksum":"YjA5ZDZiMTM1YzBjODM3MzJkMzk3ZTkwOWRjMWJlODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"438a8d78-ec06-4787-a7ef-9a5b2d1efec4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ef4d3caa-bd61-4893-96ba-8df8b08950a5","artifactVersion":"2","generatedFromUUID":"ace6ff6d-261b-4f30-b589-5c8c35a8d846"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210414055509-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml","artifactChecksum":"ZGNhZjgyNTVjMjJjYmExNGYxNGJiNjhhY2M3YjVhNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cfdb761b-2462-4fa5-8724-c299c73965f3","artifactVersion":"1"},{"artifactName":"service-Vfw20210414055509-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar","artifactChecksum":"MGUzNGZmZWY3MTQ4MWI4MzQyZGNjOTdmNTlkYzczYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"465555cc-edd5-40a3-9e5c-05ac19483dfd","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-14T05:57:16.271Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T05:57:16.271Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:57:16.274Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:57:16.274Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379835644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:57:16.374Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T05:57:16.375Z||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-14T05:57:16.375Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:57:16.386Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:57:16.386Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:57:17.274Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T05:57:17.275Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:57:17.278Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:57:17.278Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379835644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json",
"status": "NOTIFIED"
}
2021-04-14T05:57:17.378Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T05:57:17.379Z||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-14T05:57:17.379Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:57:17.390Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:57:17.390Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:57:18.279Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T05:57:18.280Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:57:18.282Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:57:18.283Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379835644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-14T05:57:18.382Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-14T05:57:18.383Z||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-14T05:57:18.384Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:57:18.396Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:57:18.396Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:57:19.283Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T05:57:19.285Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:57:19.287Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:57:19.287Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379835644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:57:19.388Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T05:57:19.389Z||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-14T05:57:19.389Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:57:19.399Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:57:19.400Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:57:20.288Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T05:57:20.290Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:57:20.292Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:57:20.292Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379835644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-14T05:57:20.392Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T05:57:20.393Z||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-14T05:57:20.393Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:57:20.404Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:57:20.404Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:57:21.292Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T05:57:21.293Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:57:21.295Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:57:21.295Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379835644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:57:21.395Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T05:57:21.397Z||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-14T05:57:21.397Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:57:21.408Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:57:21.409Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:57:22.296Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T05:57:22.297Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:57:22.299Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:57:22.300Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379835644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T05:57:22.400Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T05:57:22.401Z||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-14T05:57:22.401Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:57:22.412Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:57:22.413Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:57:23.302Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"serviceName": "vFW 2021-04-14 05-55-09",
"serviceVersion": "1.0",
"serviceUUID": "97272735-8ca3-4081-ad06-8cc5dcd7a522",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c4ef97d4-4ad5-4aae-b41b-8a835e4e4031",
"resources": [
{
"resourceInstanceName": "vFW c40ada40-7141 0",
"resourceCustomizationUUID": "deab7f46-9ef3-4d72-b773-a32161295577",
"resourceName": "vFW c40ada40-7141",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "437ead1d-c2a9-4241-9381-0673801a4e7a",
"resourceInvariantUUID": "e489ea31-307f-4844-b601-7cb42016504c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwc40ada4071410_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json",
"artifactChecksum": "NWQ3ODJiNTg0NzdkN2EwOTgxZjk5MDhjZWFiM2UxZTc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3accc0d6-fb55-460a-9be8-538fa5af7ed4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ace6ff6d-261b-4f30-b589-5c8c35a8d846",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ef4d3caa-bd61-4893-96ba-8df8b08950a5",
"generatedFromUUID": "ace6ff6d-261b-4f30-b589-5c8c35a8d846"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ef4d3caa-bd61-4893-96ba-8df8b08950a5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210414055509-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"artifactChecksum": "MGUzNGZmZWY3MTQ4MWI4MzQyZGNjOTdmNTlkYzczYzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "465555cc-edd5-40a3-9e5c-05ac19483dfd"
}
],
"workloadContext": "Production"
}
2021-04-14T05:57:23.302Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-14T05:57:23.302Z|141a9dda-6dcc-4420-bffc-b3a1ec659c11|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 97272735-8ca3-4081-ad06-8cc5dcd7a522 ASDC
2021-04-14T05:57:23.303Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:fa4819fd-6c57-477d-8b7c-00b82327f55f
ServiceName:vFW 2021-04-14 05-55-09
ServiceVersion:1.0
ServiceUUID:97272735-8ca3-4081-ad06-8cc5dcd7a522
ServiceInvariantUUID:c4ef97d4-4ad5-4aae-b41b-8a835e4e4031
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210414055509-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar
ArtifactUUID:465555cc-edd5-40a3-9e5c-05ac19483dfd
ArtifactChecksum:MGUzNGZmZWY3MTQ4MWI4MzQyZGNjOTdmNTlkYzczYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c40ada40-7141 0
ResourceCustomizationUUID:deab7f46-9ef3-4d72-b773-a32161295577
ResourceInvariantUUID:e489ea31-307f-4844-b601-7cb42016504c
ResourceName:vFW c40ada40-7141
ResourceType:VF
ResourceUUID:437ead1d-c2a9-4241-9381-0673801a4e7a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc40ada4071410_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json
ArtifactUUID:3accc0d6-fb55-460a-9be8-538fa5af7ed4
ArtifactChecksum:NWQ3ODJiNTg0NzdkN2EwOTgxZjk5MDhjZWFiM2UxZTc=
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/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml
ArtifactUUID:ace6ff6d-261b-4f30-b589-5c8c35a8d846
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/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env
ArtifactUUID:ef4d3caa-bd61-4893-96ba-8df8b08950a5
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/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env
ArtifactUUID:ef4d3caa-bd61-4893-96ba-8df8b08950a5
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-14T05:57:23.303Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 97272735-8ca3-4081-ad06-8cc5dcd7a522 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-14T05:57:23.334Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T05:57:23.335Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-14T05:57:23.335Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-14T05:57:23.335Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 465555cc-edd5-40a3-9e5c-05ac19483dfd from URL: /sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar
2021-04-14T05:57:23.335Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-14T05:57:23.336Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar
2021-04-14T05:57:24.592Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-14T05:57:24.600Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar 465555cc-edd5-40a3-9e5c-05ac19483dfd 109995
2021-04-14T05:57:24.600Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar ASDC sendASDCNotification
2021-04-14T05:57:24.601Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar
2021-04-14T05:57:24.601Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T05:57:24.601Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:57:24.605Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:57:24.605Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379844600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:57:24.705Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-14T05:57:24.706Z||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-14T05:57:24.706Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:57:24.715Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:57:24.715Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:57:25.606Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T05:57:25.607Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-14T05:57:25.608Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 465555cc-edd5-40a3-9e5c-05ac19483dfd, URL: /sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar to file: /app/ASDC/1/service-Vfw20210414055509-csar.csar
2021-04-14T05:57:25.608Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210414055509-csar.csar
2021-04-14T05:57:25.609Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210414055509-csar.csar
2021-04-14T05:57:25.609Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210414055509-csar.csar
2021-04-14T05:57:25.888Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5840144702783928555/Definitions/service-Vfw20210414055509-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-04-14T05:57:27.994Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-14T05:57:27.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-14T05:57:27.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar
2021-04-14T05:57:27.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-14T05:57:27.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar
2021-04-14T05:57:27.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar
2021-04-14T05:57:27.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar
2021-04-14T05:57:27.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar
2021-04-14T05:57:27.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar
2021-04-14T05:57:27.996Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar
2021-04-14T05:57:27.996Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar
2021-04-14T05:57:27.996Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar
2021-04-14T05:57:27.996Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar
2021-04-14T05:57:27.996Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar
2021-04-14T05:57:27.996Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar
2021-04-14T05:57:27.996Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c40ada40-7141 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-Vfw20210414055509-csar.csar
2021-04-14T05:57:27.996Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c40ada40-7141 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar
2021-04-14T05:57:27.996Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210414055509-csar.csar
2021-04-14T05:57:27.996Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-14T05:57:27.997Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:27.997Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:57:27.997Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is matching search criteria
2021-04-14T05:57:27.997Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-14T05:57:27.997Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c40ada40-7141 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T05:57:27.998Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:27.998Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:57:27.998Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is matching search criteria
2021-04-14T05:57:27.998Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-14T05:57:27.998Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c40ada40-7141 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T05:57:27.998Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:27.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:57:27.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:27.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is not matching search criteria
2021-04-14T05:57:27.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-14T05:57:27.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-14T05:57:27.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-14T05:57:27.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-14T05:57:27.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-14T05:57:28.000Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-14T05:57:28.000Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-14T05:57:28.000Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-14T05:57:28.000Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-14T05:57:28.000Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-14T05:57:28.000Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-14T05:57:28.000Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-14T05:57:28.000Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-14T05:57:28.001Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-14T05:57:28.001Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-14T05:57:28.001Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-14T05:57:28.001Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:28.001Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-14T05:57:28.001Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:28.001Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is matching search criteria
2021-04-14T05:57:28.001Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c40ada40-7141 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T05:57:28.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:28.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is matching search criteria
2021-04-14T05:57:28.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c40ada40-7141 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T05:57:28.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:28.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is matching search criteria
2021-04-14T05:57:28.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c40ada40-7141 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T05:57:28.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:28.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is not matching search criteria
2021-04-14T05:57:28.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-14T05:57:28.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-14T05:57:28.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-14T05:57:28.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-14T05:57:28.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-14T05:57:28.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-14T05:57:28.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-14T05:57:28.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-14T05:57:28.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bfb1d240-047e-4d02-8cfe-5a05a1e2cf7c
2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is not matching search criteria
2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-14T05:57:28.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=768f113b-1e41-4eb2-94c6-107231059303
2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is not matching search criteria
2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-14T05:57:28.005Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f1b3962c-d20c-459c-8718-b97320c08434
2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:57:28.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:28.007Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:57:28.007Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:28.007Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:57:28.007Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-14 05-55-09
Description:catalog service description
Model UUID:97272735-8ca3-4081-ad06-8cc5dcd7a522
Model Version:NULL
Model InvariantUuid:c4ef97d4-4ad5-4aae-b41b-8a835e4e4031
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW c40ada40-7141
Model UUID:818e12fc-d37f-42bd-93a2-e5c0a6b066f4
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e489ea31-307f-4844-b601-7cb42016504c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:deab7f46-9ef3-4d72-b773-a32161295577
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a8bed171-c921-4c3e-b2d1-3f2b16ec0c13
ModelName:VfwC40ada407141..base_vfw..module-0
ModelUuid:4d36eb2f-869a-44af-a641-64553bff096b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bfb1d240-047e-4d02-8cfe-5a05a1e2cf7c
ModelInvariantUuid:b27643c0-a2bc-443f-9bee-a94ae3604314
ModelName:vFW c40ada40-7141-nodes.vfwCvfc
ModelUuid:8dbce10a-dfde-48d1-b4fb-591646b00da7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f79a0c08-7093-4b53-aa28-bf12ffe9cc89
ModelInvariantUuid:cb929a2d-3875-49d1-95dc-8b5cb1d72051
ModelName:VfwC40ada407141.compute.nodes.heat.vfw
ModelUuid:e539bd28-b786-4ea7-a3fd-9918a075dbe9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:768f113b-1e41-4eb2-94c6-107231059303
ModelInvariantUuid:736084b6-0e69-45b6-9e11-41648c5db865
ModelName:vFW c40ada40-7141-nodes.vsnCvfc
ModelUuid:bb50d525-2f32-4e13-accd-969c1dca565f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:344aa7d2-30e6-411a-a289-f77a960ff44f
ModelInvariantUuid:c6979678-f1ff-4b3f-84c9-beadc3940356
ModelName:VfwC40ada407141.compute.nodes.heat.vsn
ModelUuid:b8205c91-a554-4ed0-ba20-6666883b223f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f1b3962c-d20c-459c-8718-b97320c08434
ModelInvariantUuid:4fae94da-22e8-46fc-98d6-9169ab93cb70
ModelName:vFW c40ada40-7141-nodes.vpgCvfc
ModelUuid:e0103649-3b8b-4fa4-a2ba-d9f860efc466
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:8adebf48-39f2-4ce7-a71a-e0c8b7401c7b
ModelInvariantUuid:aed2d522-1959-427f-b8c9-d84fef9dc396
ModelName:VfwC40ada407141.compute.nodes.heat.vpg
ModelUuid:d8dc3833-a143-45d7-a0ee-0bf49ca0dcbc
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-14T05:57:28.013Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 437ead1d-c2a9-4241-9381-0673801a4e7a
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-14T05:57:28.015Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||vFW c40ada40-7141 0
2021-04-14T05:57:28.016Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 437ead1d-c2a9-4241-9381-0673801a4e7a
2021-04-14T05:57:28.016Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3accc0d6-fb55-460a-9be8-538fa5af7ed4 from URL: /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json
2021-04-14T05:57:28.016Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-14T05:57:28.016Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json
2021-04-14T05:57:28.502Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-14T05:57:28.502Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json 3accc0d6-fb55-460a-9be8-538fa5af7ed4 785
2021-04-14T05:57:28.503Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json ASDC sendASDCNotification
2021-04-14T05:57:28.503Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json
2021-04-14T05:57:28.503Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T05:57:28.503Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:57:28.505Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:57:28.505Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379848503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:57:28.606Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-14T05:57:28.606Z||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-14T05:57:28.607Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:57:28.618Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:57:28.618Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:57:29.510Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC40ada407141..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a8bed171-c921-4c3e-b2d1-3f2b16ec0c13",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4d36eb2f-869a-44af-a641-64553bff096b",
"vfModuleModelCustomizationUUID": "aeb90e07-d252-4af7-96ea-ec161755d4e3",
"isBase": true,
"artifacts": [
"ace6ff6d-261b-4f30-b589-5c8c35a8d846",
"ef4d3caa-bd61-4893-96ba-8df8b08950a5"
],
"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-14T05:57:29.516Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC40ada407141..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4d36eb2f-869a-44af-a641-64553bff096b
VfModuleModelInvariantUUID:a8bed171-c921-4c3e-b2d1-3f2b16ec0c13
VfModuleModelDescription:NULL
Artifacts UUID List:{
ace6ff6d-261b-4f30-b589-5c8c35a8d846
,
ef4d3caa-bd61-4893-96ba-8df8b08950a5
}
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-14T05:57:29.520Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC40ada407141..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a8bed171-c921-4c3e-b2d1-3f2b16ec0c13",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4d36eb2f-869a-44af-a641-64553bff096b",
"vfModuleModelCustomizationUUID": "aeb90e07-d252-4af7-96ea-ec161755d4e3",
"isBase": true,
"artifacts": [
"ace6ff6d-261b-4f30-b589-5c8c35a8d846",
"ef4d3caa-bd61-4893-96ba-8df8b08950a5"
],
"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-14T05:57:29.520Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC40ada407141..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4d36eb2f-869a-44af-a641-64553bff096b
VfModuleModelInvariantUUID:a8bed171-c921-4c3e-b2d1-3f2b16ec0c13
VfModuleModelDescription:NULL
Artifacts UUID List:{
ace6ff6d-261b-4f30-b589-5c8c35a8d846
,
ef4d3caa-bd61-4893-96ba-8df8b08950a5
}
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-14T05:57:29.520Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ace6ff6d-261b-4f30-b589-5c8c35a8d846 from URL: /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml
2021-04-14T05:57:29.520Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-14T05:57:29.520Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml
2021-04-14T05:57:30.127Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-14T05:57:30.128Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml ace6ff6d-261b-4f30-b589-5c8c35a8d846 20368
2021-04-14T05:57:30.128Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-14T05:57:30.128Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml
2021-04-14T05:57:30.129Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T05:57:30.129Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:57:30.131Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:57:30.131Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379850128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:57:30.231Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T05:57:30.232Z||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-14T05:57:30.232Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:57:30.258Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:57:30.259Z||pool-28-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:57:31.132Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ef4d3caa-bd61-4893-96ba-8df8b08950a5 from URL: /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env
2021-04-14T05:57:31.133Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-14T05:57:31.133Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env
2021-04-14T05:57:31.970Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-14T05:57:31.971Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env ef4d3caa-bd61-4893-96ba-8df8b08950a5 2098
2021-04-14T05:57:31.971Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-14T05:57:31.971Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env
2021-04-14T05:57:31.971Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T05:57:31.971Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:57:31.973Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:57:31.973Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379851971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:57:32.073Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-14T05:57:32.074Z||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-14T05:57:32.074Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:57:32.086Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:57:32.087Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-14T05:57:32.974Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 97272735-8ca3-4081-ad06-8cc5dcd7a522
2021-04-14T05:57:32.974Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c40ada40-7141 0 437ead1d-c2a9-4241-9381-0673801a4e7a 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-14T05:57:32.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:32.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:57:32.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-04-14T05:57:32.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= deab7f46-9ef3-4d72-b773-a32161295577
2021-04-14T05:57:32.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: deab7f46-9ef3-4d72-b773-a32161295577 matches Tosca VF Customization UUID: deab7f46-9ef3-4d72-b773-a32161295577
2021-04-14T05:57:32.995Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: deab7f46-9ef3-4d72-b773-a32161295577 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-14T05:57:32.998Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:32.998Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:57:32.998Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id deab7f46-9ef3-4d72-b773-a32161295577: {\"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-14T05:57:32.998Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f41294d
2021-04-14T05:57:32.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:32.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-14T05:57:32.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aeb90e07-d252-4af7-96ea-ec161755d4e3
2021-04-14T05:57:32.999Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aeb90e07-d252-4af7-96ea-ec161755d4e3
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-14T05:57:33.001Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:33.001Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is matching search criteria
2021-04-14T05:57:33.001Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c40ada40-7141 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T05:57:33.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:33.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is matching search criteria
2021-04-14T05:57:33.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c40ada40-7141 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T05:57:33.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:33.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is not matching search criteria
2021-04-14T05:57:33.002Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-14T05:57:33.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-14T05:57:33.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-14T05:57:33.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-14T05:57:33.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-14T05:57:33.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-14T05:57:33.003Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-14T05:57:33.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-14T05:57:33.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-14T05:57:33.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-14T05:57:33.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-14T05:57:33.004Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bfb1d240-047e-4d02-8cfe-5a05a1e2cf7c
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-14T05:57:33.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:33.006Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is matching search criteria
2021-04-14T05:57:33.007Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c40ada40-7141 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T05:57:33.007Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:33.007Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is not matching search criteria
2021-04-14T05:57:33.007Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-14T05:57:33.007Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-14T05:57:33.007Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-14T05:57:33.007Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-14T05:57:33.008Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-14T05:57:33.008Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-14T05:57:33.008Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-14T05:57:33.008Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-14T05:57:33.008Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-14T05:57:33.008Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-14T05:57:33.008Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-14T05:57:33.008Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-14T05:57:33.009Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=768f113b-1e41-4eb2-94c6-107231059303
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-14T05:57:33.011Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:33.011Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is matching search criteria
2021-04-14T05:57:33.011Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c40ada40-7141 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T05:57:33.013Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:33.014Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is not matching search criteria
2021-04-14T05:57:33.014Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-14T05:57:33.014Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-14T05:57:33.014Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-14T05:57:33.014Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-14T05:57:33.014Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-14T05:57:33.015Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-14T05:57:33.015Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-14T05:57:33.015Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-14T05:57:33.015Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-14T05:57:33.015Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-14T05:57:33.015Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-14T05:57:33.016Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-14T05:57:33.016Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f1b3962c-d20c-459c-8718-b97320c08434
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-14T05:57:33.018Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:33.019Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is matching search criteria
2021-04-14T05:57:33.019Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c40ada40-7141 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T05:57:33.019Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:33.019Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Node template vFW c40ada40-7141 0 is matching search criteria
2021-04-14T05:57:33.020Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW c40ada40-7141 0] matching following query criteria: sdcType=VF, customizationUUID=deab7f46-9ef3-4d72-b773-a32161295577
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-14T05:57:33.022Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:33.022Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:57:33.022Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 97272735-8ca3-4081-ad06-8cc5dcd7a522: vFW c40ada40-7141
2021-04-14T05:57:33.023Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:33.023Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:57:33.023Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:33.023Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:57:33.023Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:33.023Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:57:33.024Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:33.024Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:57:33.024Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T05:57:33.024Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-14 05-55-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T05:57:33.024Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-04-14 05-55-09
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-14T05:57:33.216Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c40ada40-7141 437ead1d-c2a9-4241-9381-0673801a4e7a 1 ASDC deployResourceStructure
2021-04-14T05:57:33.216Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json ASDC sendASDCNotification
2021-04-14T05:57:33.216Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json
2021-04-14T05:57:33.217Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T05:57:33.217Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:57:33.219Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:57:33.219Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379853216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json",
"status": "DEPLOY_OK"
}
2021-04-14T05:57:33.319Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T05:57:33.320Z||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-14T05:57:33.320Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:57:33.329Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:57:33.330Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:57:34.220Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-14T05:57:34.221Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml
2021-04-14T05:57:34.221Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T05:57:34.221Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:57:34.223Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:57:34.223Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379854220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-14T05:57:34.324Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-14T05:57:34.325Z||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-14T05:57:34.325Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:57:34.335Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:57:34.335Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:57:35.225Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-14T05:57:35.225Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env
2021-04-14T05:57:35.225Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T05:57:35.225Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:57:35.227Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:57:35.227Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379855224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-14T05:57:35.328Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-14T05:57:35.329Z||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-14T05:57:35.329Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:57:35.346Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:57:35.347Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-04-14T05:57:36.229Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar ASDC sendASDCNotification
2021-04-14T05:57:36.230Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar
2021-04-14T05:57:36.230Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T05:57:36.230Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:57:36.233Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:57:36.233Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379856229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-14T05:57:36.333Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T05:57:36.334Z||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-14T05:57:36.334Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:57:36.346Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:57:36.346Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T05:57:37.234Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa4819fd-6c57-477d-8b7c-00b82327f55f
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-14T05:57:37.240Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa4819fd-6c57-477d-8b7c-00b82327f55f
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-14T05:57:37.241Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T05:57:37.242Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-14T05:57:37.242Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-14T05:58:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:58:05.029Z||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-14T05:58:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:58:05.048Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:58:05.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:58:05.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379765020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json",
"status": "NOTIFIED"
}
2021-04-14T05:58:05.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:58:05.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:58:05.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379765020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-14T05:58:05.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:58:05.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:58:05.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379765020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:58:05.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:58:05.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:58:05.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379765020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-14T05:58:05.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:58:05.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:58:05.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379765020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:58:05.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:58:05.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:58:05.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379765020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T05:58:05.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:58:05.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:58:05.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379774129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:58:05.053Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:58:05.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:58:05.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379778245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:58:05.054Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:58:05.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:58:05.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379783157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:58:05.054Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:58:05.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:58:05.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379785560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:58:05.054Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:58:05.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:58:05.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379786987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/basic_onboard_rcemxj0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-14T05:58:05.055Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:58:05.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:58:05.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379787990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-14T05:58:05.055Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:58:05.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:58:05.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379788994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/resourceInstances/basic_onboard_rcemxj0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-14T05:58:05.055Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:58:05.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:58:05.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379789999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRcemxj/1.0/artifacts/service-BasicOnboardRcemxj-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-14T05:58:05.055Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:58:07.242Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa4819fd-6c57-477d-8b7c-00b82327f55f
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-14T05:58:07.248Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa4819fd-6c57-477d-8b7c-00b82327f55f
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-14T05:58:07.250Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T05:58:07.250Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-14T05:58:07.250Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-14T05:58:37.250Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa4819fd-6c57-477d-8b7c-00b82327f55f
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-14T05:58:37.263Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa4819fd-6c57-477d-8b7c-00b82327f55f
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-14T05:58:37.264Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T05:58:37.264Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-14T05:58:37.265Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-14T05:59:05.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:59:05.030Z||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-14T05:59:05.030Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:59:05.047Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:59:05.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "cds",
"timestamp": 1618379819692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379824686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379821562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "aai-ml",
"timestamp": 1618379823409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "ves-openapi-manager",
"timestamp": 1618379819585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "dcae-sch",
"timestamp": 1618379823454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "policy-id",
"timestamp": 1618379820427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "cds",
"timestamp": 1618379819692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379824686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json",
"status": "NOTIFIED"
}
2021-04-14T05:59:05.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379821562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json",
"status": "NOTIFIED"
}
2021-04-14T05:59:05.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "aai-ml",
"timestamp": 1618379823409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "ves-openapi-manager",
"timestamp": 1618379819585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "dcae-sch",
"timestamp": 1618379823454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "policy-id",
"timestamp": 1618379820427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "cds",
"timestamp": 1618379819692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379821562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-14T05:59:05.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "aai-ml",
"timestamp": 1618379823409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379824686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-14T05:59:05.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "ves-openapi-manager",
"timestamp": 1618379819585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "dcae-sch",
"timestamp": 1618379823454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "policy-id",
"timestamp": 1618379820427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-14T05:59:05.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618379829045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "cds",
"timestamp": 1618379819692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379821562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379824686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "aai-ml",
"timestamp": 1618379823409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "ves-openapi-manager",
"timestamp": 1618379819585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "dcae-sch",
"timestamp": 1618379823454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "policy-id",
"timestamp": 1618379820427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618379829045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "cds",
"timestamp": 1618379819692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379821562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-14T05:59:05.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "aai-ml",
"timestamp": 1618379823409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379824686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-14T05:59:05.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "ves-openapi-manager",
"timestamp": 1618379819585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "dcae-sch",
"timestamp": 1618379823454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "policy-id",
"timestamp": 1618379820427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379830507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "clamp",
"timestamp": 1618379830659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618379829045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "cds",
"timestamp": 1618379819692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379821562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379824686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "aai-ml",
"timestamp": 1618379823409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "ves-openapi-manager",
"timestamp": 1618379819585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "dcae-sch",
"timestamp": 1618379823454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "policy-id",
"timestamp": 1618379820427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379830507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json",
"status": "NOTIFIED"
}
2021-04-14T05:59:05.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "clamp",
"timestamp": 1618379830659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json",
"status": "NOTIFIED"
}
2021-04-14T05:59:05.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618379829045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "cds",
"timestamp": 1618379819692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T05:59:05.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379821562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T05:59:05.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "aai-ml",
"timestamp": 1618379823409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T05:59:05.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379824686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T05:59:05.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "ves-openapi-manager",
"timestamp": 1618379819585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "dcae-sch",
"timestamp": 1618379823454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "policy-id",
"timestamp": 1618379820427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T05:59:05.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379830507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-14T05:59:05.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "clamp",
"timestamp": 1618379830659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618379829045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379830507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "clamp",
"timestamp": 1618379830659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379834405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:59:05.580Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "aai-ml",
"timestamp": 1618379834419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:59:05.580Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379834432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:59:05.580Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "cds",
"timestamp": 1618379834515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:59:05.580Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "policy-id",
"timestamp": 1618379834520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:59:05.581Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "141a9dda-6dcc-4420-bffc-b3a1ec659c11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379834624,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-14T05:59:05.581Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618379829045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379830507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-14T05:59:05.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "clamp",
"timestamp": 1618379830659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "cds",
"timestamp": 1618379835524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-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-14T05:59:05.586Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa4819fd-6c57-477d-8b7c-00b82327f55f
2021-04-14T05:59:05.586Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa4819fd-6c57-477d-8b7c-00b82327f55f 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-14T05:59:05.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "policy-id",
"timestamp": 1618379835523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-14T05:59:05.597Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618379829045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T05:59:05.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379835996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:59:05.598Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379836013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:59:05.598Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379830507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379835644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "clamp",
"timestamp": 1618379830659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "policy-id",
"timestamp": 1618379836526,
"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-14T05:59:05.602Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa4819fd-6c57-477d-8b7c-00b82327f55f
2021-04-14T05:59:05.602Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa4819fd-6c57-477d-8b7c-00b82327f55f 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-14T05:59:05.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618379836925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:59:05.608Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379830507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T05:59:05.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379837204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:59:05.609Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379835644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json",
"status": "NOTIFIED"
}
2021-04-14T05:59:05.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "clamp",
"timestamp": 1618379830659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T05:59:05.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379837315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:59:05.611Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379838210,
"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-14T05:59:05.613Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa4819fd-6c57-477d-8b7c-00b82327f55f
2021-04-14T05:59:05.614Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa4819fd-6c57-477d-8b7c-00b82327f55f 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-14T05:59:05.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379835644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-14T05:59:05.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379838318,
"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-14T05:59:05.621Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa4819fd-6c57-477d-8b7c-00b82327f55f
2021-04-14T05:59:05.621Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa4819fd-6c57-477d-8b7c-00b82327f55f 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-14T05:59:05.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618379839213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json",
"status": "DEPLOY_OK"
}
2021-04-14T05:59:05.625Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379835644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618379839321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json",
"status": "DEPLOY_OK"
}
2021-04-14T05:59:05.626Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618379839785,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-14T05:59:05.626Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379835644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-14T05:59:05.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618379840788,
"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-14T05:59:05.630Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa4819fd-6c57-477d-8b7c-00b82327f55f
2021-04-14T05:59:05.630Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa4819fd-6c57-477d-8b7c-00b82327f55f 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-14T05:59:05.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379835644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T05:59:05.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379841295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:59:05.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379835644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T05:59:05.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-14T05:59:05.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379844109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:59:05.639Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379844600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:59:05.640Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "aai-ml",
"timestamp": 1618379845757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-14T05:59:05.640Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379845938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:59:05.641Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "aai-ml",
"timestamp": 1618379846760,
"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-14T05:59:05.645Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa4819fd-6c57-477d-8b7c-00b82327f55f
2021-04-14T05:59:05.645Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa4819fd-6c57-477d-8b7c-00b82327f55f 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-14T05:59:05.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379846962,
"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-14T05:59:05.656Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa4819fd-6c57-477d-8b7c-00b82327f55f
2021-04-14T05:59:05.656Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa4819fd-6c57-477d-8b7c-00b82327f55f 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-14T05:59:05.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618379847965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json",
"status": "DEPLOY_OK"
}
2021-04-14T05:59:05.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379848503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:59:05.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "clamp",
"timestamp": 1618379849169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:59:05.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379850128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:59:05.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "clamp",
"timestamp": 1618379850187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-14T05:59:05.662Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "clamp",
"timestamp": 1618379851190,
"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-14T05:59:05.664Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fa4819fd-6c57-477d-8b7c-00b82327f55f
2021-04-14T05:59:05.664Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa4819fd-6c57-477d-8b7c-00b82327f55f 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-14T05:59:05.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379851971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-14T05:59:05.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379853216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/vfwc40ada4071410_modules.json",
"status": "DEPLOY_OK"
}
2021-04-14T05:59:05.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379854220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-14T05:59:05.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379855224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/resourceInstances/vfwc40ada4071410/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-14T05:59:05.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:05.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-14T05:59:05.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379856229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210414055509/1.0/artifacts/service-Vfw20210414055509-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-14T05:59:05.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T05:59:07.265Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa4819fd-6c57-477d-8b7c-00b82327f55f
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-14T05:59:07.272Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa4819fd-6c57-477d-8b7c-00b82327f55f
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-14T05:59:07.275Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T05:59:07.275Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-14T05:59:07.275Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-14T05:59:07.275Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-14T05:59:07.275Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-14T05:59:07.275Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-14T05:59:07.276Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-14T05:59:07.276Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-14T05:59:07.276Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-14T05:59:07.276Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-14T05:59:07.276Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-14T05:59:07.280Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-14T05:59:37.280Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa4819fd-6c57-477d-8b7c-00b82327f55f 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-14T05:59:37.283Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa4819fd-6c57-477d-8b7c-00b82327f55f and serviceModelVersionId: 97272735-8ca3-4081-ad06-8cc5dcd7a522
2021-04-14T05:59:37.283Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c4ef97d4-4ad5-4aae-b41b-8a835e4e4031
2021-04-14T05:59:37.284Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c4ef97d4-4ad5-4aae-b41b-8a835e4e4031/model-vers/model-ver/97272735-8ca3-4081-ad06-8cc5dcd7a522?depth=0
2021-04-14T05:59:37.290Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-14T05:59:37.334Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c4ef97d4-4ad5-4aae-b41b-8a835e4e4031/model-vers/model-ver/97272735-8ca3-4081-ad06-8cc5dcd7a522?depth=0|INFO|500||Invoke
2021-04-14T05:59:37.334Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c4ef97d4-4ad5-4aae-b41b-8a835e4e4031/model-vers/model-ver/97272735-8ca3-4081-ad06-8cc5dcd7a522?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c4ef97d4-4ad5-4aae-b41b-8a835e4e4031/model-vers/model-ver/97272735-8ca3-4081-ad06-8cc5dcd7a522?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fa4819fd-6c57-477d-8b7c-00b82327f55f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f47a84a8-c8b5-479e-a436-5c0dc4b9f09f], X-ECOMP-RequestID=[fa4819fd-6c57-477d-8b7c-00b82327f55f], X-TransactionId=[], X-ONAP-RequestID=[fa4819fd-6c57-477d-8b7c-00b82327f55f], Content-Type=[application/merge-patch+json]}
2021-04-14T05:59:37.360Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c4ef97d4-4ad5-4aae-b41b-8a835e4e4031/model-vers/model-ver/97272735-8ca3-4081-ad06-8cc5dcd7a522?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-14T05:59:37.430Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c4ef97d4-4ad5-4aae-b41b-8a835e4e4031/model-vers/model-ver/97272735-8ca3-4081-ad06-8cc5dcd7a522?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/c4ef97d4-4ad5-4aae-b41b-8a835e4e4031/model-vers/model-ver/97272735-8ca3-4081-ad06-8cc5dcd7a522?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210414-05:59:37:365-90462], vertex-id=[180264], Content-Length=[0], Date=[Wed, 14 Apr 2021 05:59:37 GMT], Content-Type=[application/json]}
2021-04-14T05:59:37.431Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c4ef97d4-4ad5-4aae-b41b-8a835e4e4031/model-vers/model-ver/97272735-8ca3-4081-ad06-8cc5dcd7a522?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-14T05:59:37.431Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c4ef97d4-4ad5-4aae-b41b-8a835e4e4031/model-vers/model-ver/97272735-8ca3-4081-ad06-8cc5dcd7a522?depth=0|INFO|500||InvokeReturn
2021-04-14T05:59:37.432Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-14T05:59:37.432Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-14T05:59:37.439Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-14T05:59:37.439Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa4819fd-6c57-477d-8b7c-00b82327f55f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-14T05:59:37.440Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-14T05:59:37.440Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T05:59:37.443Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T05:59:37.443Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379977439,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-14T05:59:37.543Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T05:59:37.544Z||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-14T05:59:37.544Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T05:59:37.558Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:59:37.559Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 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-14T05:59:38.452Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:59:38.452Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|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-14T05:59:38.453Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:59:48.655Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T05:59:48.655Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T05:59:48.656Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|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-14T05:59:48.656Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|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 sie5pFJ8z73cc9X5) ...
2021-04-14T05:59:58.196Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:00:05.020Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T06:00:05.020Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|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-14T06:00:05.021Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|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 sie5pFJ8z73cc9X5) ...
2021-04-14T06:00:05.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T06:00:05.029Z||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-14T06:00:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T06:00:05.650Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:00:05.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-14T06:00:05.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa4819fd-6c57-477d-8b7c-00b82327f55f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618379977439,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-14T06:00:05.652Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T06:00:14.557Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:01:05.020Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T06:01:05.021Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|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-14T06:01:05.021Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|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 sie5pFJ8z73cc9X5) ...
2021-04-14T06:01:05.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T06:01:05.029Z||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-14T06:01:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T06:01:14.564Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:01:14.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:02:05.020Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T06:02:05.021Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|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-14T06:02:05.021Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|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 sie5pFJ8z73cc9X5) ...
2021-04-14T06:02:05.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T06:02:05.029Z||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-14T06:02:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T06:02:14.560Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:02:14.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:03:05.020Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T06:03:05.021Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|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-14T06:03:05.021Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|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 sie5pFJ8z73cc9X5) ...
2021-04-14T06:03:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T06:03:05.029Z||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-14T06:03:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T06:03:05.688Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:03:05.689Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-14T06:03:05.689Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"b68eaca8-16ce-479a-825f-e03c159e9738","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2d0931d8-f075-4565-b21e-10e2cae1b919","serviceDescription":"service","serviceInvariantUUID":"e6748a0d-04a1-43eb-a2cf-544c13dc290d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b18b7b5a-d488-48fb-8436-0f9e44b6a5cf","resourceInvariantUUID":"00f02470-7668-4e2b-a1bc-4cff148e2bc8","resourceCustomizationUUID":"beb91b50-6336-4c4b-bf33-88d5d932121f","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":"YzE2ODE5NWM0OGU0NjMwNzQ2MTI3ZjBiNjJiNGIzOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"350e8d9d-52e0-4b98-b650-50697f77cf44","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGVhYTcwYzFjZTdiYzY1ODcxNjg4NjQ0YTkzODExNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"499a519e-44bd-4c71-a84b-f34556aba400","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-14T06:03:05.691Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T06:03:05.691Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T06:03:05.694Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T06:03:05.694Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618380185020,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T06:03:05.794Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T06:03:05.795Z||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-14T06:03:05.795Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T06:03:05.805Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:03:05.806Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T06:03:05.915Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:03:05.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:03:05.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618380181562,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T06:03:05.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-14T06:03:06.694Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T06:03:06.695Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T06:03:06.698Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T06:03:06.698Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618380185020,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T06:03:06.798Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T06:03:06.799Z||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-14T06:03:06.799Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T06:03:06.807Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:03:06.807Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-14T06:03:07.699Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "2d0931d8-f075-4565-b21e-10e2cae1b919",
"serviceDescription": "service",
"serviceInvariantUUID": "e6748a0d-04a1-43eb-a2cf-544c13dc290d",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "beb91b50-6336-4c4b-bf33-88d5d932121f",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "b18b7b5a-d488-48fb-8436-0f9e44b6a5cf",
"resourceInvariantUUID": "00f02470-7668-4e2b-a1bc-4cff148e2bc8",
"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": "ZGVhYTcwYzFjZTdiYzY1ODcxNjg4NjQ0YTkzODExNWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "499a519e-44bd-4c71-a84b-f34556aba400"
}
],
"workloadContext": "Production"
}
2021-04-14T06:03:07.699Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-14T06:03:07.700Z|fa4819fd-6c57-477d-8b7c-00b82327f55f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2d0931d8-f075-4565-b21e-10e2cae1b919 ASDC
2021-04-14T06:03:07.700Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:b68eaca8-16ce-479a-825f-e03c159e9738
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2d0931d8-f075-4565-b21e-10e2cae1b919
ServiceInvariantUUID:e6748a0d-04a1-43eb-a2cf-544c13dc290d
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:499a519e-44bd-4c71-a84b-f34556aba400
ArtifactChecksum:ZGVhYTcwYzFjZTdiYzY1ODcxNjg4NjQ0YTkzODExNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:beb91b50-6336-4c4b-bf33-88d5d932121f
ResourceInvariantUUID:00f02470-7668-4e2b-a1bc-4cff148e2bc8
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b18b7b5a-d488-48fb-8436-0f9e44b6a5cf
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-04-14T06:03:07.700Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d0931d8-f075-4565-b21e-10e2cae1b919 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-14T06:03:07.720Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T06:03:07.721Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-14T06:03:07.721Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-14T06:03:07.721Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 499a519e-44bd-4c71-a84b-f34556aba400 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-14T06:03:07.721Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-14T06:03:07.721Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-14T06:03:08.152Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-14T06:03:08.157Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 499a519e-44bd-4c71-a84b-f34556aba400 52221
2021-04-14T06:03:08.157Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||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-14T06:03:08.157Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||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-14T06:03:08.157Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T06:03:08.158Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T06:03:08.159Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T06:03:08.159Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618380188157,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T06:03:08.259Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T06:03:08.260Z||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-14T06:03:08.260Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T06:03:08.270Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:03:08.270Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-14T06:03:09.160Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T06:03:09.162Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-14T06:03:09.162Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 499a519e-44bd-4c71-a84b-f34556aba400, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-14T06:03:09.162Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-14T06:03:09.163Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-14T06:03:09.163Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-14T06:03:09.296Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3958914103747287702/Definitions/service-BasicNetwork-template.yml
2021-04-14T06:03:09.710Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-14T06:03:09.710Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-14T06:03:09.710Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-14T06:03:09.710Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-14T06:03:09.710Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||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-14T06:03:09.710Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||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-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||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-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||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-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||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-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||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-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||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-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T06:03:09.711Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T06:03:09.712Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T06:03:09.712Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-14T06:03:09.712Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-14T06:03:09.712Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T06:03:09.712Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T06:03:09.712Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T06:03:09.712Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T06:03:09.712Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T06:03:09.713Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T06:03:09.713Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T06:03:09.713Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T06:03:09.713Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T06:03:09.713Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T06:03:09.713Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T06:03:09.713Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:2d0931d8-f075-4565-b21e-10e2cae1b919
Model Version:NULL
Model InvariantUuid:e6748a0d-04a1-43eb-a2cf-544c13dc290d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:00f02470-7668-4e2b-a1bc-4cff148e2bc8
Model UUID:33569c61-144e-4ffb-a88c-067de12d38cf
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:beb91b50-6336-4c4b-bf33-88d5d932121f
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-14T06:03:09.719Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: b18b7b5a-d488-48fb-8436-0f9e44b6a5cf
2021-04-14T06:03:09.720Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||No resources found for Service: 2d0931d8-f075-4565-b21e-10e2cae1b919
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-14T06:03:09.724Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||
2021-04-14T06:03:09.724Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-04-14T06:03:09.725Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 2d0931d8-f075-4565-b21e-10e2cae1b919
2021-04-14T06:03:09.725Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 2d0931d8-f075-4565-b21e-10e2cae1b919
2021-04-14T06:03:09.725Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-04-14T06:03:09.726Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||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-14T06:03:09.734Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T06:03:09.734Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T06:03:09.735Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T06:03:09.735Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T06:03:09.735Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 2d0931d8-f075-4565-b21e-10e2cae1b919: Generic NeutronNet
2021-04-14T06:03:09.735Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T06:03:09.735Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T06:03:09.736Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T06:03:09.736Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||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-14T06:03:09.776Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T06:03:09.777Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T06:03:09.777Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T06:03:09.777Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T06:03:09.778Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T06:03:09.778Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T06:03:09.778Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||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-14T06:03:09.860Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-04-14T06:03:09.861Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||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-14T06:03:09.861Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||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-14T06:03:09.861Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T06:03:09.861Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T06:03:09.862Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T06:03:09.863Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618380189860,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-14T06:03:09.963Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T06:03:09.963Z||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-14T06:03:09.964Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T06:03:09.974Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:03:09.975Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T06:03:10.863Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738
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-14T06:03:10.870Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738
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-14T06:03:10.871Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T06:03:10.871Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-14T06:03:10.871Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-14T06:03:40.872Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738
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-14T06:03:40.879Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738
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-14T06:03:40.881Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T06:03:40.881Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-14T06:03:40.881Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-14T06:04:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T06:04:05.029Z||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-14T06:04:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T06:04:05.047Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:04:05.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:04:05.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618380185020,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T06:04:05.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-14T06:04:10.881Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738
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-14T06:04:10.887Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738
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-14T06:04:10.889Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T06:04:10.889Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-14T06:04:10.889Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-14T06:04:40.889Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738
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-14T06:04:40.895Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738
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-14T06:04:40.897Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T06:04:40.897Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-14T06:04:40.897Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-14T06:05:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T06:05:05.029Z||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-14T06:05:05.030Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T06:05:05.050Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:05:05.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:05:05.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "aai-ml",
"timestamp": 1618380183409,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T06:05:05.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-14T06:05:05.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:05:05.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618380184685,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T06:05:05.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-14T06:05:05.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:05:05.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "dcae-sch",
"timestamp": 1618380183454,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T06:05:05.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-14T06:05:05.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:05:05.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "ves-openapi-manager",
"timestamp": 1618380179585,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T06:05:05.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-14T06:05:05.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:05:05.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "policy-id",
"timestamp": 1618380180427,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T06:05:05.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-14T06:05:05.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:05:05.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "cds",
"timestamp": 1618380179692,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T06:05:05.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-14T06:05:10.897Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738
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-14T06:05:10.902Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738
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-14T06:05:10.903Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T06:05:10.904Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-14T06:05:10.904Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-14T06:05:40.904Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738
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-14T06:05:40.910Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738
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-14T06:05:40.914Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T06:05:40.914Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-14T06:05:40.914Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-14T06:06:05.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T06:06:05.029Z||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-14T06:06:05.029Z||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 sie5pFJ8z73cc9X5) ...
2021-04-14T06:06:05.050Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:06:05.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618380181562,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T06:06:05.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-14T06:06:05.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "aai-ml",
"timestamp": 1618380183409,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T06:06:05.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-14T06:06:05.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618380185020,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T06:06:05.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-14T06:06:05.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618380184685,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T06:06:05.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-14T06:06:05.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "ves-openapi-manager",
"timestamp": 1618380179585,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-14T06:06:05.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-14T06:06:05.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "dcae-sch",
"timestamp": 1618380183454,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-14T06:06:05.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-14T06:06:05.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "policy-id",
"timestamp": 1618380180427,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T06:06:05.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-14T06:06:05.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "cds",
"timestamp": 1618380179692,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T06:06:05.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-14T06:06:05.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618380188157,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T06:06:05.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T06:06:05.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "aai-ml",
"timestamp": 1618380188166,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T06:06:05.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T06:06:05.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "cds",
"timestamp": 1618380188255,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T06:06:05.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T06:06:05.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "policy-id",
"timestamp": 1618380188244,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T06:06:05.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T06:06:05.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "cds",
"timestamp": 1618380189261,
"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-14T06:06:05.059Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b68eaca8-16ce-479a-825f-e03c159e9738
2021-04-14T06:06:05.059Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b68eaca8-16ce-479a-825f-e03c159e9738 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-14T06:06:05.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "policy-id",
"timestamp": 1618380189248,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-14T06:06:05.065Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T06:06:05.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618380189045,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T06:06:05.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-14T06:06:05.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618380189860,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-14T06:06:05.065Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T06:06:05.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "policy-id",
"timestamp": 1618380190251,
"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-14T06:06:05.068Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b68eaca8-16ce-479a-825f-e03c159e9738
2021-04-14T06:06:05.068Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b68eaca8-16ce-479a-825f-e03c159e9738 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-14T06:06:05.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618380189045,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T06:06:05.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-14T06:06:05.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618380190507,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T06:06:05.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-14T06:06:05.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "clamp",
"timestamp": 1618380190659,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T06:06:05.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-14T06:06:05.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "aai-ml",
"timestamp": 1618380191502,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-14T06:06:05.074Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T06:06:05.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618380190507,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T06:06:05.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-14T06:06:05.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "clamp",
"timestamp": 1618380190659,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T06:06:05.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-14T06:06:05.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "aai-ml",
"timestamp": 1618380192505,
"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-14T06:06:05.076Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b68eaca8-16ce-479a-825f-e03c159e9738
2021-04-14T06:06:05.076Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b68eaca8-16ce-479a-825f-e03c159e9738 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-14T06:06:05.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618380193601,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T06:06:05.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T06:06:05.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618380195050,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-14T06:06:05.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T06:06:05.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618380196054,
"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-14T06:06:05.083Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b68eaca8-16ce-479a-825f-e03c159e9738
2021-04-14T06:06:05.083Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b68eaca8-16ce-479a-825f-e03c159e9738 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-14T06:06:05.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "clamp",
"timestamp": 1618380196505,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T06:06:05.089Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T06:06:05.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "clamp",
"timestamp": 1618380197524,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-14T06:06:05.090Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T06:06:05.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-14T06:06:05.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "clamp",
"timestamp": 1618380198527,
"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-14T06:06:05.092Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b68eaca8-16ce-479a-825f-e03c159e9738
2021-04-14T06:06:05.093Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b68eaca8-16ce-479a-825f-e03c159e9738 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-14T06:06:10.915Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738
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-14T06:06:10.922Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738
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-14T06:06:10.925Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T06:06:10.925Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-14T06:06:10.925Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-14T06:06:10.925Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-14T06:06:10.925Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-14T06:06:10.925Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-14T06:06:10.925Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-14T06:06:10.925Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-14T06:06:10.925Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-14T06:06:10.925Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-14T06:06:10.925Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-14T06:06:10.927Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-14T06:06:40.928Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b68eaca8-16ce-479a-825f-e03c159e9738 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-14T06:06:40.931Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b68eaca8-16ce-479a-825f-e03c159e9738 and serviceModelVersionId: 2d0931d8-f075-4565-b21e-10e2cae1b919
2021-04-14T06:06:40.931Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e6748a0d-04a1-43eb-a2cf-544c13dc290d
2021-04-14T06:06:40.932Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e6748a0d-04a1-43eb-a2cf-544c13dc290d/model-vers/model-ver/2d0931d8-f075-4565-b21e-10e2cae1b919?depth=0
2021-04-14T06:06:40.937Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-14T06:06:40.984Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e6748a0d-04a1-43eb-a2cf-544c13dc290d/model-vers/model-ver/2d0931d8-f075-4565-b21e-10e2cae1b919?depth=0|INFO|500||Invoke
2021-04-14T06:06:40.984Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e6748a0d-04a1-43eb-a2cf-544c13dc290d/model-vers/model-ver/2d0931d8-f075-4565-b21e-10e2cae1b919?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e6748a0d-04a1-43eb-a2cf-544c13dc290d/model-vers/model-ver/2d0931d8-f075-4565-b21e-10e2cae1b919?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b68eaca8-16ce-479a-825f-e03c159e9738], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4cfa9b42-29f8-48b1-b571-ada3d43dbff9], X-ECOMP-RequestID=[b68eaca8-16ce-479a-825f-e03c159e9738], X-TransactionId=[], X-ONAP-RequestID=[b68eaca8-16ce-479a-825f-e03c159e9738], Content-Type=[application/merge-patch+json]}
2021-04-14T06:06:41.005Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e6748a0d-04a1-43eb-a2cf-544c13dc290d/model-vers/model-ver/2d0931d8-f075-4565-b21e-10e2cae1b919?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-14T06:06:41.951Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e6748a0d-04a1-43eb-a2cf-544c13dc290d/model-vers/model-ver/2d0931d8-f075-4565-b21e-10e2cae1b919?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/e6748a0d-04a1-43eb-a2cf-544c13dc290d/model-vers/model-ver/2d0931d8-f075-4565-b21e-10e2cae1b919?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210414-06:06:41:010-81837], vertex-id=[204896], Content-Length=[0], Date=[Wed, 14 Apr 2021 06:06:41 GMT], Content-Type=[application/json]}
2021-04-14T06:06:41.951Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e6748a0d-04a1-43eb-a2cf-544c13dc290d/model-vers/model-ver/2d0931d8-f075-4565-b21e-10e2cae1b919?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-14T06:06:41.952Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e6748a0d-04a1-43eb-a2cf-544c13dc290d/model-vers/model-ver/2d0931d8-f075-4565-b21e-10e2cae1b919?depth=0|INFO|500||InvokeReturn
2021-04-14T06:06:41.952Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-14T06:06:41.952Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-14T06:06:41.956Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-14T06:06:41.956Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b68eaca8-16ce-479a-825f-e03c159e9738 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-14T06:06:41.956Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-14T06:06:41.957Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T06:06:41.958Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T06:06:41.958Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b68eaca8-16ce-479a-825f-e03c159e9738",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618380401956,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-14T06:06:42.058Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T06:06:42.059Z||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-14T06:06:42.060Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T06:06:42.073Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:06:42.073Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-14T06:06:42.965Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T06:06:42.966Z|b68eaca8-16ce-479a-825f-e03c159e9738|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-14T06:06:42.966Z|b68eaca8-16ce-479a-825f-e03c159e9738|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 sie5pFJ8z73cc9X5) ...
2021-04-14T06:06:47.242Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:06:47.243Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-14T06:06:47.243Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f0cdbf85-49b1-4c79-b4bc-faef82e7cd88","serviceName":"Demo_pNF_DU9L9xr4DazkO6yWFj7l","serviceVersion":"1.0","serviceUUID":"3891e5cc-380d-4e70-986f-13618b6d6150","serviceDescription":"catalog service description","serviceInvariantUUID":"e9a0b0f3-b9c4-417b-945d-9e3cbee1be30","resources":[{"resourceInstanceName":"pNF eab225b6-36b1 0","resourceName":"pNF eab225b6-36b1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"24b588db-4ec2-47d3-a453-1f4d1abd9bcf","resourceInvariantUUID":"0af24b2a-fb9a-41ce-8427-a7ed139911a1","resourceCustomizationUUID":"c8985d8e-3f0f-48de-8ca8-bca209e19bcc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vf-license-model.xml","artifactChecksum":"OTc0YjFmNDlkMzk4YTBmNDJkZjA4OTk4MjQxMGY4NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7708d79-f7bd-43cf-9a7d-5146253c7ee9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/pNF.csar","artifactChecksum":"ZjM3NDFmMjM3YTUwNzY5MDRiMWZkMzIzZmQ4Y2NiYmQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"63ab6e75-f96f-4762-b897-f07d1005f5e4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d88e54e3-bbb1-448b-8195-d80460211702","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vendor-license-model.xml","artifactChecksum":"ODc4YWY5NTA5ODdhZjdiZjNlNmE4MGJlYTQ4ZGRkYjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bc7cc641-cb5e-41f6-bf0d-b18d207b8d5b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2ed22e4b-86a8-427a-9818-5e6f7e493a34","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1ebb248c-e59f-47b2-ac82-55bfd7d44edb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDu9l9xr4dazko6ywfj7l-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-template.yml","artifactChecksum":"YWQzYWY2OTAwNGJjNDlhODFkMzRlMWQzZWYwMGM2ZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4b1c9eb5-883d-4711-a5f8-539a0703b370","artifactVersion":"1"},{"artifactName":"service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar","artifactChecksum":"MjdiMzM3ZGNkOTU0OTQzNTc4Zjk4Y2I5NGJkMTczZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60b0dbe8-d198-401b-a675-364c8c7041d8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-14T06:06:47.246Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T06:06:47.246Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T06:06:47.248Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T06:06:47.248Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618380402965,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T06:06:47.348Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-14T06:06:47.349Z||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-14T06:06:47.349Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T06:06:47.358Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:06:47.359Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-14T06:06:48.249Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T06:06:48.250Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T06:06:48.251Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T06:06:48.252Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618380402965,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-14T06:06:48.352Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T06:06:48.352Z||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-14T06:06:48.353Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T06:06:48.362Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:06:48.362Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-14T06:06:49.253Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T06:06:49.254Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T06:06:49.258Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T06:06:49.259Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618380402965,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-14T06:06:49.358Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-04-14T06:06:49.359Z||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-14T06:06:49.359Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T06:06:49.369Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:06:49.370Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T06:06:50.260Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T06:06:50.261Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T06:06:50.263Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T06:06:50.263Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618380402965,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-14T06:06:50.364Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T06:06:50.365Z||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-14T06:06:50.365Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T06:06:50.374Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:06:50.374Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-14T06:06:51.264Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T06:06:51.265Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T06:06:51.267Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T06:06:51.267Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618380402965,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-14T06:06:51.367Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T06:06:51.368Z||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-14T06:06:51.368Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T06:06:51.378Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:06:51.378Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-14T06:06:52.268Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T06:06:52.268Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T06:06:52.270Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T06:06:52.270Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618380402965,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/resourceInstances/pnfeab225b636b10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-14T06:06:52.370Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T06:06:52.371Z||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-14T06:06:52.371Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T06:06:52.381Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:06:52.382Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T06:06:53.271Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T06:06:53.272Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T06:06:53.274Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T06:06:53.274Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618380402965,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-14T06:06:53.374Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-14T06:06:53.375Z||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-14T06:06:53.375Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T06:06:53.385Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:06:53.385Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T06:06:54.275Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T06:06:54.276Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T06:06:54.279Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T06:06:54.279Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618380402965,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar",
"status": "NOTIFIED"
}
2021-04-14T06:06:54.379Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T06:06:54.380Z||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-14T06:06:54.380Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T06:06:54.389Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:06:54.390Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T06:06:55.280Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88",
"serviceName": "Demo_pNF_DU9L9xr4DazkO6yWFj7l",
"serviceVersion": "1.0",
"serviceUUID": "3891e5cc-380d-4e70-986f-13618b6d6150",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e9a0b0f3-b9c4-417b-945d-9e3cbee1be30",
"resources": [
{
"resourceInstanceName": "pNF eab225b6-36b1 0",
"resourceCustomizationUUID": "c8985d8e-3f0f-48de-8ca8-bca209e19bcc",
"resourceName": "pNF eab225b6-36b1",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "24b588db-4ec2-47d3-a453-1f4d1abd9bcf",
"resourceInvariantUUID": "0af24b2a-fb9a-41ce-8427-a7ed139911a1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar",
"artifactChecksum": "MjdiMzM3ZGNkOTU0OTQzNTc4Zjk4Y2I5NGJkMTczZjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "60b0dbe8-d198-401b-a675-364c8c7041d8"
}
],
"workloadContext": "Production"
}
2021-04-14T06:06:55.281Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-14T06:06:55.281Z|b68eaca8-16ce-479a-825f-e03c159e9738|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3891e5cc-380d-4e70-986f-13618b6d6150 ASDC
2021-04-14T06:06:55.281Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f0cdbf85-49b1-4c79-b4bc-faef82e7cd88
ServiceName:Demo_pNF_DU9L9xr4DazkO6yWFj7l
ServiceVersion:1.0
ServiceUUID:3891e5cc-380d-4e70-986f-13618b6d6150
ServiceInvariantUUID:e9a0b0f3-b9c4-417b-945d-9e3cbee1be30
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar
ArtifactUUID:60b0dbe8-d198-401b-a675-364c8c7041d8
ArtifactChecksum:MjdiMzM3ZGNkOTU0OTQzNTc4Zjk4Y2I5NGJkMTczZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF eab225b6-36b1 0
ResourceCustomizationUUID:c8985d8e-3f0f-48de-8ca8-bca209e19bcc
ResourceInvariantUUID:0af24b2a-fb9a-41ce-8427-a7ed139911a1
ResourceName:pNF eab225b6-36b1
ResourceType:PNF
ResourceUUID:24b588db-4ec2-47d3-a453-1f4d1abd9bcf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-04-14T06:06:55.281Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3891e5cc-380d-4e70-986f-13618b6d6150 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-14T06:06:55.299Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T06:06:55.299Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-14T06:06:55.299Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-14T06:06:55.299Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 60b0dbe8-d198-401b-a675-364c8c7041d8 from URL: /sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar
2021-04-14T06:06:55.300Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-14T06:06:55.300Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar
2021-04-14T06:06:55.809Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-14T06:06:55.812Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar 60b0dbe8-d198-401b-a675-364c8c7041d8 83307
2021-04-14T06:06:55.812Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar ASDC sendASDCNotification
2021-04-14T06:06:55.812Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar
2021-04-14T06:06:55.812Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T06:06:55.813Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T06:06:55.814Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T06:06:55.814Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f0cdbf85-49b1-4c79-b4bc-faef82e7cd88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618380415812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-14T06:06:55.914Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T06:06:55.915Z||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-14T06:06:55.915Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sie5pFJ8z73cc9X5) ...
2021-04-14T06:06:55.926Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-14T06:06:55.926Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T06:06:56.815Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T06:06:56.816Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-14T06:06:56.816Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 60b0dbe8-d198-401b-a675-364c8c7041d8, URL: /sdc/v1/catalog/services/DemoPnfDu9l9xr4dazko6ywfj7l/1.0/artifacts/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar to file: /app/ASDC/1/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar
2021-04-14T06:06:56.817Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar
2021-04-14T06:06:56.817Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar
2021-04-14T06:06:56.817Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar
2021-04-14T06:06:56.905Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11996363013480033787/Definitions/service-DemoPnfDu9l9xr4dazko6ywfj7l-template.yml
2021-04-14T06:06:57.621Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-14T06:06:57.622Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-14T06:06:57.622Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar
2021-04-14T06:06:57.622Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-14T06:06:57.622Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF eab225b6-36b1 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar
2021-04-14T06:06:57.622Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||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-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar
2021-04-14T06:06:57.622Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar
2021-04-14T06:06:57.622Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||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-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar
2021-04-14T06:06:57.623Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar
2021-04-14T06:06:57.623Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar
2021-04-14T06:06:57.623Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF eab225b6-36b1 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-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar
2021-04-14T06:06:57.623Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDu9l9xr4dazko6ywfj7l-csar.csar
2021-04-14T06:06:57.623Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-14T06:06:57.623Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T06:06:57.623Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_DU9L9xr4DazkO6yWFj7l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T06:06:57.623Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Node template pNF eab225b6-36b1 0 is matching search criteria
2021-04-14T06:06:57.624Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-14T06:06:57.624Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF eab225b6-36b1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T06:06:57.624Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T06:06:57.624Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_DU9L9xr4DazkO6yWFj7l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T06:06:57.624Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Node template pNF eab225b6-36b1 0 is matching search criteria
2021-04-14T06:06:57.624Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-14T06:06:57.625Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF eab225b6-36b1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T06:06:57.625Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T06:06:57.625Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_DU9L9xr4DazkO6yWFj7l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T06:06:57.625Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T06:06:57.625Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_DU9L9xr4DazkO6yWFj7l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T06:06:57.625Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T06:06:57.626Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_DU9L9xr4DazkO6yWFj7l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T06:06:57.626Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T06:06:57.626Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_DU9L9xr4DazkO6yWFj7l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T06:06:57.626Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T06:06:57.626Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_DU9L9xr4DazkO6yWFj7l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T06:06:57.626Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_DU9L9xr4DazkO6yWFj7l
Description:catalog service description
Model UUID:3891e5cc-380d-4e70-986f-13618b6d6150
Model Version:NULL
Model InvariantUuid:e9a0b0f3-b9c4-417b-945d-9e3cbee1be30
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-14T06:06:57.630Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 24b588db-4ec2-47d3-a453-1f4d1abd9bcf
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-14T06:06:57.633Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||pNF eab225b6-36b1 0
2021-04-14T06:06:57.633Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 24b588db-4ec2-47d3-a453-1f4d1abd9bcf
2021-04-14T06:06:57.633Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 3891e5cc-380d-4e70-986f-13618b6d6150
2021-04-14T06:06:57.633Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3891e5cc-380d-4e70-986f-13618b6d6150
2021-04-14T06:06:57.633Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF eab225b6-36b1 0 24b588db-4ec2-47d3-a453-1f4d1abd9bcf 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-14T06:06:57.636Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-14T06:06:57.636Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_DU9L9xr4DazkO6yWFj7l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T06:06:57.637Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3891e5cc-380d-4e70-986f-13618b6d6150: pNF eab225b6-36b1
2021-04-14T06:06:57.637Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||INFO|500||Processing PNF resource: 24b588db-4ec2-47d3-a453-1f4d1abd9bcf
2021-04-14T06:06:57.637Z|f0cdbf85-49b1-4c79-b4bc-faef82e7cd88|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery