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-09-25T21:34:49.630Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5f489b4fdd-sm2qg with PID 14 (/app/app.jar started by so in /app)
2021-09-25T21:34:49.636Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-09-25T21:34:49.636Z||main|||||INFO|500||The following profiles are active: basic
2021-09-25T21:34:56.439Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-25T21:34:56.440Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-25T21:34:56.529Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-25T21:34:58.013Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-25T21:34:58.169Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-25T21:34:58.529Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-25T21:34:58.654Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-25T21:34:59.087Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-25T21:34:59.999Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-25T21:35:00.492Z||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-09-25T21:35:02.772Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-25T21:35:02.925Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-25T21:35:02.931Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-25T21:35:02.939Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-25T21:35:03.388Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-25T21:35:03.839Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-25T21:35:04.666Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-25T21:35:04.683Z||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$$799d2960.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-09-25T21:35:04.683Z||main|||||WARN|500||The sdc end point is not alive
2021-09-25T21:35:06.520Z||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-09-25T21:35:08.705Z||main|||||WARN|500||---
2021-09-25T21:35:08.705Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-25T21:35:08.720Z||main|||||WARN|500||---
2021-09-25T21:35:09.024Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-25T21:35:11.756Z||main|||||INFO|500||Started Application in 24.007 seconds (JVM running for 25.125)
2021-09-25T21:35:11.756Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T21:35:11.757Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T21:35:11.767Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T21:35:11.821Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T21:35:11.863Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bf3e3ebf-a239-488f-918b-cec3739d6a8d url= /sdc/v1/artifactTypes
2021-09-25T21:35:11.864Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T21:35:12.988Z||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.35.175] 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-09-25T21:35:12.993Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4fd7ecf1
2021-09-25T21:35:12.993Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-25T21:35:13.003Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-25T21:35:13.005Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-25T21:35:13.007Z||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-09-25T21:36:01.752Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T21:36:01.753Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T21:36:01.753Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T21:36:01.756Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T21:36:01.761Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 20e24092-de50-46a0-a98f-0274fcf578d1 url= /sdc/v1/artifactTypes
2021-09-25T21:36:01.761Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T21:36:02.779Z||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.35.175] 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-09-25T21:36:02.779Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a253a23
2021-09-25T21:36:02.780Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-25T21:36:02.780Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-25T21:36:02.780Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-25T21:36:02.780Z||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-09-25T21:36:51.752Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T21:36:51.752Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T21:36:51.753Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T21:36:51.756Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T21:36:51.762Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8ac60b78-9cde-4802-aa46-a245fdc32187 url= /sdc/v1/artifactTypes
2021-09-25T21:36:51.762Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T21:36:52.795Z||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.35.175] 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-09-25T21:36:52.796Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@64672647
2021-09-25T21:36:52.796Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-25T21:36:52.796Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-25T21:36:52.797Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-25T21:36:52.798Z||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-09-25T21:37:41.752Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T21:37:41.753Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T21:37:41.753Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T21:37:41.756Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T21:37:41.762Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bcf7a392-2de8-40d6-8943-34043ce2e798 url= /sdc/v1/artifactTypes
2021-09-25T21:37:41.762Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T21:37:42.779Z||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.35.175] 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-09-25T21:37:42.779Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31e7119b
2021-09-25T21:37:42.780Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-25T21:37:42.780Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-25T21:37:42.780Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-25T21:37:42.781Z||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-09-25T21:38:31.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T21:38:31.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T21:38:31.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T21:38:31.760Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T21:38:31.765Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 59ef7eff-d4e1-40d4-8d71-980d4721501d url= /sdc/v1/artifactTypes
2021-09-25T21:38:31.765Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T21:38:32.799Z||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.35.175] 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-09-25T21:38:32.800Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4bbec0ee
2021-09-25T21:38:32.800Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-25T21:38:32.801Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-25T21:38:32.801Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-25T21:38:32.801Z||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-09-25T21:39:21.752Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T21:39:21.752Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T21:39:21.753Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T21:39:21.756Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T21:39:21.762Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= adacf8b4-ceb3-49ec-a8f4-386b8b0cca69 url= /sdc/v1/artifactTypes
2021-09-25T21:39:21.762Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T21:39:22.779Z||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.35.175] 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-09-25T21:39:22.779Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74158654
2021-09-25T21:39:22.779Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-25T21:39:22.779Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-25T21:39:22.780Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-25T21:39:22.780Z||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-09-25T21:40:11.752Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T21:40:11.753Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T21:40:11.753Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T21:40:11.757Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T21:40:11.763Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba42459c-7be2-4cce-bcbc-3284a9fd3147 url= /sdc/v1/artifactTypes
2021-09-25T21:40:11.764Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T21:40:12.799Z||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.35.175] 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-09-25T21:40:12.799Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@747c2ba2
2021-09-25T21:40:12.800Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-25T21:40:12.800Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-25T21:40:12.801Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-25T21:40:12.801Z||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-09-25T21:41:01.752Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T21:41:01.752Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T21:41:01.753Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T21:41:01.755Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T21:41:01.760Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0eae7d9f-5a0e-4ab7-a04b-b80db7e39972 url= /sdc/v1/artifactTypes
2021-09-25T21:41:01.760Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T21:41:02.779Z||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.35.175] 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-09-25T21:41:02.779Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5da9a5ba
2021-09-25T21:41:02.779Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-25T21:41:02.779Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-25T21:41:02.780Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-25T21:41:02.780Z||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-09-25T21:41:51.752Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T21:41:51.752Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T21:41:51.753Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T21:41:51.756Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T21:41:51.761Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c02a1ce-18f3-4819-8789-9c82c973f0ed url= /sdc/v1/artifactTypes
2021-09-25T21:41:51.762Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T21:41:52.795Z||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.35.175] 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-09-25T21:41:52.796Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5ed4bc1d
2021-09-25T21:41:52.796Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-25T21:41:52.796Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-25T21:41:52.797Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-25T21:41:52.797Z||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-09-25T21:42:41.752Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T21:42:41.752Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T21:42:41.752Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T21:42:41.755Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T21:42:41.760Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 06fd5e8b-9da8-4ee1-85c6-aac336fcdd2e url= /sdc/v1/artifactTypes
2021-09-25T21:42:41.760Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T21:42:42.783Z||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.35.175] 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-09-25T21:42:42.783Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7f54d3c8
2021-09-25T21:42:42.783Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-25T21:42:42.784Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-25T21:42:42.784Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-25T21:42:42.784Z||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-09-25T21:43:31.752Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T21:43:31.752Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T21:43:31.752Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T21:43:31.755Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T21:43:31.760Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 60f5fd88-27aa-47ff-b125-a5e483dd269c url= /sdc/v1/artifactTypes
2021-09-25T21:43:31.760Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T21:43:31.921Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-25T21:43:31.928Z||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-09-25T21:43:31.949Z||scheduling-1|||||DEBUG|500||create keys
2021-09-25T21:43:31.956Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-25T21:43:31.978Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:43:31.995Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cb1a4c46-732f-4747-b4ca-7f65a4bbc36d url= /sdc/v1/registerForDistribution
2021-09-25T21:43:32.120Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= cb1a4c46-732f-4747-b4ca-7f65a4bbc36d url= /sdc/v1/registerForDistribution
2021-09-25T21:43:32.120Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-25T21:43:32.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:43:32.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:43:32.132Z||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-09-25T21:43:32.132Z||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-09-25T21:43:32.132Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:43:32.132Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:43:32.133Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-25T21:43:42.362Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:43:42.367Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:44:32.126Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:44:32.128Z||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-09-25T21:44:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:44:32.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:44:32.130Z||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-09-25T21:44:32.130Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:44:41.676Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:44:41.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:44:57.087Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-25T21:45:32.126Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:45:32.127Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T21:45:32.127Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T21:45:32.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:45:32.129Z||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-09-25T21:45:32.130Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:45:41.680Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:45:41.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:46:32.127Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:46:32.128Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T21:46:32.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:46:32.128Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T21:46:32.129Z||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-09-25T21:46:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:46:41.677Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:46:41.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:47:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:47:32.127Z||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-09-25T21:47:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:47:32.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:47:32.129Z||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-09-25T21:47:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:47:41.669Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:47:41.671Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:48:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:48:32.127Z||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-09-25T21:48:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:48:32.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:48:32.129Z||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-09-25T21:48:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:48:41.673Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:48:41.678Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:49:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:49:32.127Z||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-09-25T21:49:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:49:32.128Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:49:32.129Z||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-09-25T21:49:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:49:41.676Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:49:41.683Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:50:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:50:32.127Z||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-09-25T21:50:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:50:32.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:50:32.129Z||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-09-25T21:50:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:50:41.673Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:50:41.676Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:51:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:51:32.128Z||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-09-25T21:51:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:51:32.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:51:32.129Z||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-09-25T21:51:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:51:41.675Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:51:41.676Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:52:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:52:32.127Z||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-09-25T21:52:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:52:32.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:52:32.128Z||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-09-25T21:52:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:52:41.671Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:52:41.675Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:53:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:53:32.127Z||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-09-25T21:53:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:53:32.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:53:32.128Z||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-09-25T21:53:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:53:41.672Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:53:41.674Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:54:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:54:32.127Z||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-09-25T21:54:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:54:32.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:54:32.129Z||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-09-25T21:54:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:54:41.674Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:54:41.675Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:55:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:55:32.127Z||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-09-25T21:55:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:55:32.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:55:32.129Z||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-09-25T21:55:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:55:41.674Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:55:41.678Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:56:32.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:56:32.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:56:32.131Z||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-09-25T21:56:32.131Z||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-09-25T21:56:32.131Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:56:32.131Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:56:41.681Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:56:41.693Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:57:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:57:32.127Z||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-09-25T21:57:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:57:32.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:57:32.129Z||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-09-25T21:57:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:57:41.673Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:57:41.676Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:58:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:58:32.128Z||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-09-25T21:58:32.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:58:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:58:32.128Z||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-09-25T21:58:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:58:41.676Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:58:41.679Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:59:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:59:32.127Z||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-09-25T21:59:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:59:32.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:59:32.129Z||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-09-25T21:59:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:59:41.680Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T21:59:41.697Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:00:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:00:32.127Z||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-09-25T22:00:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:00:32.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:00:32.129Z||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-09-25T22:00:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:00:41.673Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:00:41.683Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:01:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:01:32.127Z||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-09-25T22:01:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:01:32.128Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:01:32.129Z||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-09-25T22:01:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:01:41.673Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:01:41.674Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:02:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:02:32.127Z||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-09-25T22:02:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:02:32.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:02:32.129Z||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-09-25T22:02:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:02:41.675Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:02:41.677Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:03:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:03:32.127Z||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-09-25T22:03:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:03:32.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:03:32.129Z||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-09-25T22:03:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:03:41.675Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:03:41.676Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:04:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:04:32.127Z||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-09-25T22:04:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:04:32.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:04:32.129Z||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-09-25T22:04:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:04:41.687Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:04:41.699Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:05:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:05:32.127Z||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-09-25T22:05:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:05:32.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:05:32.129Z||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-09-25T22:05:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:05:41.674Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:05:41.675Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:06:32.127Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:06:32.128Z||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-09-25T22:06:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:06:32.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:06:32.129Z||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-09-25T22:06:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:06:41.673Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:06:41.682Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:07:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:07:32.127Z||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-09-25T22:07:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:07:32.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:07:32.129Z||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-09-25T22:07:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:07:41.676Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:07:41.680Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:08:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:08:32.127Z||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-09-25T22:08:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:08:32.128Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:08:32.129Z||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-09-25T22:08:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:08:41.675Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:08:41.675Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:09:32.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:09:32.127Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T22:09:32.127Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:09:32.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:09:32.129Z||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-09-25T22:09:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:09:41.673Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:09:41.675Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:10:32.127Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:10:32.127Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T22:10:32.128Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:10:32.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:10:32.129Z||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-09-25T22:10:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:10:41.673Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:10:41.678Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:11:32.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:11:32.127Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T22:11:32.127Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:11:32.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:11:32.128Z||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-09-25T22:11:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:11:41.675Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:11:41.675Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:12:32.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:12:32.127Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T22:12:32.127Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:12:32.128Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:12:32.129Z||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-09-25T22:12:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:12:41.672Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:12:41.674Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:13:32.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:13:32.127Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T22:13:32.128Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:13:32.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:13:32.129Z||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-09-25T22:13:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:13:41.671Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:13:41.672Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:14:32.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:14:32.127Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T22:14:32.127Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:14:32.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:14:32.129Z||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-09-25T22:14:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:14:41.676Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:14:41.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:15:32.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:15:32.127Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T22:15:32.127Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:15:32.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:15:32.129Z||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-09-25T22:15:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:15:41.674Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:15:41.676Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:16:32.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:16:32.127Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T22:16:32.127Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:16:32.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:16:32.128Z||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-09-25T22:16:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:16:41.673Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:16:41.675Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:17:32.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:17:32.127Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T22:17:32.127Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:17:32.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:17:32.128Z||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-09-25T22:17:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:17:41.670Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:17:41.670Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:18:32.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:18:32.127Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T22:18:32.128Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:18:32.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:18:32.129Z||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-09-25T22:18:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:18:41.672Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:18:41.675Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:19:32.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:19:32.127Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T22:19:32.127Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:19:32.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:19:32.128Z||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-09-25T22:19:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:19:41.677Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:19:41.677Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:20:32.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:20:32.127Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T22:20:32.127Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:20:32.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:20:32.129Z||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-09-25T22:20:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:20:41.674Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:20:41.675Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:21:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:21:32.127Z||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-09-25T22:21:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:21:32.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:21:32.129Z||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-09-25T22:21:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:21:41.673Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:21:41.675Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:22:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:22:32.127Z||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-09-25T22:22:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:22:32.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:22:32.128Z||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-09-25T22:22:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:22:41.670Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:22:41.672Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:23:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:23:32.127Z||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-09-25T22:23:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:23:32.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:23:32.129Z||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-09-25T22:23:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:23:41.669Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:23:41.674Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:24:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:24:32.127Z||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-09-25T22:24:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:24:32.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:24:32.128Z||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-09-25T22:24:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:24:41.669Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:24:41.673Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:25:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:25:32.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:25:32.128Z||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-09-25T22:25:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:25:32.129Z||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-09-25T22:25:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:25:41.675Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:25:41.675Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:26:32.127Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:26:32.128Z||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-09-25T22:26:32.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:26:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:26:32.129Z||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-09-25T22:26:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:26:41.673Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:26:41.675Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:27:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:27:32.127Z||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-09-25T22:27:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:27:32.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:27:32.129Z||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-09-25T22:27:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:27:41.672Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:27:41.696Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:28:32.127Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:28:32.128Z||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-09-25T22:28:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:28:32.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:28:32.129Z||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-09-25T22:28:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:28:41.674Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:28:41.680Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:29:32.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:29:32.127Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:29:32.135Z||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-09-25T22:29:32.135Z||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-09-25T22:29:32.136Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:29:32.136Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:29:41.680Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:29:41.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:30:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:30:32.128Z||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-09-25T22:30:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:30:32.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:30:32.129Z||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-09-25T22:30:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:30:41.673Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:30:41.673Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:31:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:31:32.127Z||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-09-25T22:31:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:31:32.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:31:32.128Z||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-09-25T22:31:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:31:41.669Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:31:41.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:32:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:32:32.128Z||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-09-25T22:32:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:32:32.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:32:32.129Z||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-09-25T22:32:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:32:41.672Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:32:41.674Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:33:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:33:32.127Z||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-09-25T22:33:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:33:32.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:33:32.129Z||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-09-25T22:33:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:33:41.673Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:33:41.675Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:34:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:34:32.127Z||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-09-25T22:34:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:34:32.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:34:32.129Z||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-09-25T22:34:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:34:41.672Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:34:41.672Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:35:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:35:32.127Z||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-09-25T22:35:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:35:32.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:35:32.128Z||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-09-25T22:35:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:35:41.665Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:35:41.675Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:36:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:36:32.127Z||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-09-25T22:36:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:36:32.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:36:32.128Z||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-09-25T22:36:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:36:41.675Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:36:41.676Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:37:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:37:32.127Z||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-09-25T22:37:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:37:32.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:37:32.128Z||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-09-25T22:37:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:37:41.678Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:37:41.679Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:38:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:38:32.127Z||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-09-25T22:38:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:32.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:38:32.129Z||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-09-25T22:38:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:32.263Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:38:32.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "cds",
"timestamp": 1632609492387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609486475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609486961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "clamp",
"timestamp": 1632609489542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609494832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609486475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
"status": "NOTIFIED"
}
2021-09-25T22:38:32.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609486961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
"status": "NOTIFIED"
}
2021-09-25T22:38:32.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "cds",
"timestamp": 1632609492387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "clamp",
"timestamp": 1632609489542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
"status": "NOTIFIED"
}
2021-09-25T22:38:32.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609494832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
"status": "NOTIFIED"
}
2021-09-25T22:38:32.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609486475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-25T22:38:32.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609486961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-25T22:38:32.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "cds",
"timestamp": 1632609492387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "clamp",
"timestamp": 1632609489542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "aai-ml",
"timestamp": 1632609495660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "policy-id",
"timestamp": 1632609495937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609494832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-25T22:38:32.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609486961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "cds",
"timestamp": 1632609492387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609486475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "aai-ml",
"timestamp": 1632609495660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "clamp",
"timestamp": 1632609489542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "policy-id",
"timestamp": 1632609495937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609494832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609486961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-25T22:38:32.308Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609486475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-25T22:38:32.309Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "cds",
"timestamp": 1632609492387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.309Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "aai-ml",
"timestamp": 1632609495660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.310Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "clamp",
"timestamp": 1632609489542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.310Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "policy-id",
"timestamp": 1632609495937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-25T22:38:32.311Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609494832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-25T22:38:32.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609486475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609486961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "cds",
"timestamp": 1632609492387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "aai-ml",
"timestamp": 1632609495660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "clamp",
"timestamp": 1632609489542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "policy-id",
"timestamp": 1632609495937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "dcae-sch",
"timestamp": 1632609499252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609494832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609486961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:38:32.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609486475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:38:32.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "aai-ml",
"timestamp": 1632609495660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "cds",
"timestamp": 1632609492387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:38:32.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "clamp",
"timestamp": 1632609489542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:38:32.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "policy-id",
"timestamp": 1632609495937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "dcae-sch",
"timestamp": 1632609499252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609494832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:38:32.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "aai-ml",
"timestamp": 1632609495660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "policy-id",
"timestamp": 1632609495937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "dcae-sch",
"timestamp": 1632609499252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609502186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.323Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609502185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.323Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "cds",
"timestamp": 1632609502272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.324Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "aai-ml",
"timestamp": 1632609495660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:38:32.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "policy-id",
"timestamp": 1632609495937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:38:32.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "dcae-sch",
"timestamp": 1632609499252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "cds",
"timestamp": 1632609503287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-25T22:38:32.475Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c4043830-f53a-473e-8ebd-5bca260a937b
2021-09-25T22:38:32.490Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4043830-f53a-473e-8ebd-5bca260a937b 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-09-25T22:38:32.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "ves-openapi-manager",
"timestamp": 1632609502669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "dcae-sch",
"timestamp": 1632609499252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "ves-openapi-manager",
"timestamp": 1632609502669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609504525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.526Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "dcae-sch",
"timestamp": 1632609499252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609505244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "ves-openapi-manager",
"timestamp": 1632609502669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609505494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "aai-ml",
"timestamp": 1632609505518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "policy-id",
"timestamp": 1632609505514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "dcae-sch",
"timestamp": 1632609499252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632609505458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "ves-openapi-manager",
"timestamp": 1632609502669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "policy-id",
"timestamp": 1632609506522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T22:38:32.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609506735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609507108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632609505458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609507328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "ves-openapi-manager",
"timestamp": 1632609502669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "policy-id",
"timestamp": 1632609507526,
"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-09-25T22:38:32.544Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4043830-f53a-473e-8ebd-5bca260a937b
2021-09-25T22:38:32.545Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4043830-f53a-473e-8ebd-5bca260a937b 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-09-25T22:38:32.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609508113,
"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-09-25T22:38:32.553Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4043830-f53a-473e-8ebd-5bca260a937b
2021-09-25T22:38:32.553Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4043830-f53a-473e-8ebd-5bca260a937b 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-09-25T22:38:32.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632609505458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "ves-openapi-manager",
"timestamp": 1632609502669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609508338,
"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-09-25T22:38:32.563Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4043830-f53a-473e-8ebd-5bca260a937b
2021-09-25T22:38:32.563Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4043830-f53a-473e-8ebd-5bca260a937b 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-09-25T22:38:32.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609508380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.566Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609509117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T22:38:32.567Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632609505458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "ves-openapi-manager",
"timestamp": 1632609502669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609509343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T22:38:32.568Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632609505458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609510141,
"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-09-25T22:38:32.571Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4043830-f53a-473e-8ebd-5bca260a937b
2021-09-25T22:38:32.571Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4043830-f53a-473e-8ebd-5bca260a937b 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-09-25T22:38:32.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632609505458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:38:32.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609511145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T22:38:32.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.753Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:38:32.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c4043830-f53a-473e-8ebd-5bca260a937b","serviceName":"vFW 2021-09-25 22-35-12","serviceVersion":"1.0","serviceUUID":"e8d32af6-63bf-4cca-a432-e92a9250ed34","serviceDescription":"catalog service description","serviceInvariantUUID":"598805d1-6e35-49c7-982d-66a8271fc402","resources":[{"resourceInstanceName":"vFW 70a618ac-7710 0","resourceName":"vFW 70a618ac-7710","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e13f6de9-9950-4f0d-9adf-93d13fa7dbc4","resourceInvariantUUID":"d2ff6888-e9d8-4aff-95f4-75b127f9428a","resourceCustomizationUUID":"13ecb118-74c2-43ad-b6ee-e00ef8571608","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml","artifactChecksum":"MjgwMTViNzgyMjU4Nzc1Njg3ZGJiN2RkNzg0MzE5N2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6b115d73-23e3-4b84-841b-a4df96f29674","artifactVersion":"1"},{"artifactName":"vfw70a618ac77100_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json","artifactChecksum":"Mjg0MDA5M2QzMTY5ZGY1NDYzZDUxMDUxNjNiYmU1MDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b773e51d-11c9-4973-ba4d-535f56eb2c6e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2c71741a-8437-4df8-8e4e-f6e9bc7c9ac3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml","artifactChecksum":"MTYxZjMwYTNmODFkNjIxNDgxY2I0NThjMjM0YzkwYjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eea7106a-15fd-4d24-aab6-b9161eaba9c0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"829e3969-4f0c-47c9-baef-2f686f9a60cb","artifactVersion":"2","generatedFromUUID":"2c71741a-8437-4df8-8e4e-f6e9bc7c9ac3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210925223512-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml","artifactChecksum":"NjM0NGEyYTYxNzUxZTk1ZThmMDNiOWM0ZDQ2ZmVjYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e4e1a26e-13d2-4f04-a454-deb831cb8ab7","artifactVersion":"1"},{"artifactName":"service-Vfw20210925223512-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar","artifactChecksum":"MmE3M2JiNzk1ZGU3ZjE4MGY3OTFjMWU4NTY1ZjFkNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7687b036-9df0-47cc-82f2-5753bab65741","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T22:38:32.759Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:38:32.764Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:32.772Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:32.772Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609512126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.873Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-25T22:38:32.877Z||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-09-25T22:38:32.878Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:32.888Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:38:32.889Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:38:33.777Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:38:33.777Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:33.778Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:33.779Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609512126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
"status": "NOTIFIED"
}
2021-09-25T22:38:33.879Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:33.880Z||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-09-25T22:38:33.880Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:33.889Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:38:33.890Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:38:34.779Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:38:34.780Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:34.782Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:34.783Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609512126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-25T22:38:34.883Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:34.884Z||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-09-25T22:38:34.884Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:34.893Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:38:34.894Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:38:35.783Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:38:35.784Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:35.785Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:35.786Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609512126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:35.886Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:35.887Z||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-09-25T22:38:35.887Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:35.899Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:38:35.899Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:38:36.786Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:38:36.787Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:36.788Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:36.789Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609512126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-25T22:38:36.889Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:36.889Z||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-09-25T22:38:36.889Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:36.898Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:38:36.898Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:38:37.789Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:38:37.790Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:37.791Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:37.791Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609512126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:38:37.892Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-25T22:38:37.892Z||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-09-25T22:38:37.893Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:37.902Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:38:37.902Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:38:38.792Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:38:38.793Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:38.795Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:38.795Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609512126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:38:38.895Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T22:38:38.896Z||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-09-25T22:38:38.896Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:38.907Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:38:38.908Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:38:39.797Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"serviceName": "vFW 2021-09-25 22-35-12",
"serviceVersion": "1.0",
"serviceUUID": "e8d32af6-63bf-4cca-a432-e92a9250ed34",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "598805d1-6e35-49c7-982d-66a8271fc402",
"resources": [
{
"resourceInstanceName": "vFW 70a618ac-7710 0",
"resourceCustomizationUUID": "13ecb118-74c2-43ad-b6ee-e00ef8571608",
"resourceName": "vFW 70a618ac-7710",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e13f6de9-9950-4f0d-9adf-93d13fa7dbc4",
"resourceInvariantUUID": "d2ff6888-e9d8-4aff-95f4-75b127f9428a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw70a618ac77100_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
"artifactChecksum": "Mjg0MDA5M2QzMTY5ZGY1NDYzZDUxMDUxNjNiYmU1MDE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b773e51d-11c9-4973-ba4d-535f56eb2c6e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2c71741a-8437-4df8-8e4e-f6e9bc7c9ac3",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "829e3969-4f0c-47c9-baef-2f686f9a60cb",
"generatedFromUUID": "2c71741a-8437-4df8-8e4e-f6e9bc7c9ac3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "829e3969-4f0c-47c9-baef-2f686f9a60cb",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210925223512-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"artifactChecksum": "MmE3M2JiNzk1ZGU3ZjE4MGY3OTFjMWU4NTY1ZjFkNDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7687b036-9df0-47cc-82f2-5753bab65741"
}
],
"workloadContext": "Production"
}
2021-09-25T22:38:39.798Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T22:38:39.798Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e8d32af6-63bf-4cca-a432-e92a9250ed34 ASDC
2021-09-25T22:38:39.926Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c4043830-f53a-473e-8ebd-5bca260a937b
ServiceName:vFW 2021-09-25 22-35-12
ServiceVersion:1.0
ServiceUUID:e8d32af6-63bf-4cca-a432-e92a9250ed34
ServiceInvariantUUID:598805d1-6e35-49c7-982d-66a8271fc402
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210925223512-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar
ArtifactUUID:7687b036-9df0-47cc-82f2-5753bab65741
ArtifactChecksum:MmE3M2JiNzk1ZGU3ZjE4MGY3OTFjMWU4NTY1ZjFkNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 70a618ac-7710 0
ResourceCustomizationUUID:13ecb118-74c2-43ad-b6ee-e00ef8571608
ResourceInvariantUUID:d2ff6888-e9d8-4aff-95f4-75b127f9428a
ResourceName:vFW 70a618ac-7710
ResourceType:VF
ResourceUUID:e13f6de9-9950-4f0d-9adf-93d13fa7dbc4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw70a618ac77100_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json
ArtifactUUID:b773e51d-11c9-4973-ba4d-535f56eb2c6e
ArtifactChecksum:Mjg0MDA5M2QzMTY5ZGY1NDYzZDUxMDUxNjNiYmU1MDE=
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/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml
ArtifactUUID:2c71741a-8437-4df8-8e4e-f6e9bc7c9ac3
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/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env
ArtifactUUID:829e3969-4f0c-47c9-baef-2f686f9a60cb
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/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env
ArtifactUUID:829e3969-4f0c-47c9-baef-2f686f9a60cb
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-25T22:38:39.926Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8d32af6-63bf-4cca-a432-e92a9250ed34 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-09-25T22:38:39.965Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:38:39.966Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-25T22:38:39.967Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-25T22:38:39.967Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7687b036-9df0-47cc-82f2-5753bab65741 from URL: /sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:39.967Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-25T22:38:39.968Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:40.552Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-25T22:38:40.570Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar 7687b036-9df0-47cc-82f2-5753bab65741 110023
2021-09-25T22:38:40.571Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar ASDC sendASDCNotification
2021-09-25T22:38:40.571Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:40.571Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:38:40.572Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:40.574Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:40.574Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609520570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:38:40.674Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:40.675Z||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-09-25T22:38:40.675Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:40.686Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:38:40.687Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:38:41.575Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:38:41.576Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-25T22:38:41.576Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7687b036-9df0-47cc-82f2-5753bab65741, URL: /sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar to file: /app/ASDC/1/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:41.577Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210925223512-csar.csar
2021-09-25T22:38:41.696Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:41.696Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:42.368Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10143529262555245422/Definitions/service-Vfw20210925223512-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_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-09-25T22:38:44.583Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T22:38:44.588Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-25T22:38:44.588Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.588Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-09-25T22:38:44.588Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||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-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.588Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||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-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.588Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||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-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.588Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.589Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 70a618ac-7710 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-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.589Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.589Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||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-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.589Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||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-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.589Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||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-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.589Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.589Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||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-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.589Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.589Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||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-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.589Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 70a618ac-7710 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.589Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-25T22:38:44.595Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:44.596Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:44.599Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is matching search criteria
2021-09-25T22:38:44.599Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-25T22:38:44.601Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 70a618ac-7710 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:38:44.602Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:44.602Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:44.602Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is matching search criteria
2021-09-25T22:38:44.602Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-25T22:38:44.602Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 70a618ac-7710 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:38:44.603Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:44.603Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:44.606Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:44.606Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is not matching search criteria
2021-09-25T22:38:44.606Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T22:38:44.606Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-25T22:38:44.606Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.606Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:44.607Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-25T22:38:44.607Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.607Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T22:38:44.607Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-25T22:38:44.607Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-25T22:38:44.607Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.607Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:44.607Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-25T22:38:44.607Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:44.607Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-25T22:38:44.608Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.608Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-25T22:38:44.608Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:44.608Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T22:38:44.609Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:44.609Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is matching search criteria
2021-09-25T22:38:44.609Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 70a618ac-7710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:38:44.609Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:44.610Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is matching search criteria
2021-09-25T22:38:44.610Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 70a618ac-7710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:38:44.610Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:44.610Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is matching search criteria
2021-09-25T22:38:44.610Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 70a618ac-7710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:38:44.610Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:44.611Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is not matching search criteria
2021-09-25T22:38:44.611Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T22:38:44.611Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-25T22:38:44.611Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T22:38:44.611Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-25T22:38:44.611Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-25T22:38:44.611Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.611Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:44.611Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-25T22:38:44.612Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:44.612Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-25T22:38:44.612Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.620Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dbcc7469-446d-4bc2-99fc-9893e6766143
2021-09-25T22:38:44.620Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:44.620Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is not matching search criteria
2021-09-25T22:38:44.620Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T22:38:44.620Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-25T22:38:44.621Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.621Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:44.621Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-25T22:38:44.621Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.621Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T22:38:44.621Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-25T22:38:44.621Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-25T22:38:44.621Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:44.621Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-25T22:38:44.621Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.622Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9c5d308b-c289-41e6-8539-c7332c562151
2021-09-25T22:38:44.622Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:44.622Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is not matching search criteria
2021-09-25T22:38:44.622Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T22:38:44.622Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-25T22:38:44.622Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.622Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:44.622Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-25T22:38:44.623Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.623Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T22:38:44.623Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-25T22:38:44.623Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-25T22:38:44.623Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.623Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:44.623Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-25T22:38:44.623Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=75ca81d3-6113-4c26-9f96-1d44f5f6c6b3
2021-09-25T22:38:44.623Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:44.624Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:44.624Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:44.624Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:44.624Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:44.624Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:44.624Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:44.625Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:44.625Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-25 22-35-12
Description:catalog service description
Model UUID:e8d32af6-63bf-4cca-a432-e92a9250ed34
Model Version:NULL
Model InvariantUuid:598805d1-6e35-49c7-982d-66a8271fc402
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 70a618ac-7710
Model UUID:bbb43c00-e039-4f05-a411-dcb8f6e8a175
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d2ff6888-e9d8-4aff-95f4-75b127f9428a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:13ecb118-74c2-43ad-b6ee-e00ef8571608
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:593bef87-4e43-493d-81b3-e1d7e7b61b9b
ModelName:Vfw70a618ac7710..base_vfw..module-0
ModelUuid:e9ae60b9-ca3a-4aea-af3f-184057ad13cb
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:dbcc7469-446d-4bc2-99fc-9893e6766143
ModelInvariantUuid:7e57bac5-163f-4faa-a4cb-f9a085c467ce
ModelName:vFW 70a618ac-7710-nodes.vfwCvfc
ModelUuid:50e7d101-b6c6-445b-aa11-3f192bd2f5da
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:54186f2a-cb7a-4f11-99a1-88c509a15a45
ModelInvariantUuid:b7c3a3a7-e28e-4697-8195-457a0e21d268
ModelName:Vfw70a618ac7710.compute.nodes.heat.vfw
ModelUuid:70f342a6-d8ff-490e-addd-e58088cbba78
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9c5d308b-c289-41e6-8539-c7332c562151
ModelInvariantUuid:331d203d-24cc-40d1-be89-ee13e818bef8
ModelName:vFW 70a618ac-7710-nodes.vsnCvfc
ModelUuid:390f43c7-1b6c-4ba0-9d15-16cc411bb796
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:660265ac-e379-4091-b9ba-50ebc4f9b7e8
ModelInvariantUuid:14ec9a3f-b3a5-4d3a-bb30-655785b9b47a
ModelName:Vfw70a618ac7710.compute.nodes.heat.vsn
ModelUuid:6c87126d-eba2-4895-b0fd-ea0e16e19482
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:75ca81d3-6113-4c26-9f96-1d44f5f6c6b3
ModelInvariantUuid:673cd7a9-4c06-48dd-b76c-15c7b96b347b
ModelName:vFW 70a618ac-7710-nodes.vpgCvfc
ModelUuid:107b060d-f262-408c-8c87-2b584de0da2e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a5186993-1172-4df6-ba0b-ec24af3a11ff
ModelInvariantUuid:a58ee722-e6b2-40f4-9882-0a355f42c42d
ModelName:Vfw70a618ac7710.compute.nodes.heat.vpg
ModelUuid:27525dda-c93f-49b3-9c95-6f96cfb37d2a
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-09-25T22:38:44.641Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: e13f6de9-9950-4f0d-9adf-93d13fa7dbc4
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-09-25T22:38:44.721Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||vFW 70a618ac-7710 0
2021-09-25T22:38:44.727Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e13f6de9-9950-4f0d-9adf-93d13fa7dbc4
2021-09-25T22:38:44.727Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b773e51d-11c9-4973-ba4d-535f56eb2c6e from URL: /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json
2021-09-25T22:38:44.727Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-25T22:38:44.727Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json
2021-09-25T22:38:45.674Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-25T22:38:45.674Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json b773e51d-11c9-4973-ba4d-535f56eb2c6e 785
2021-09-25T22:38:45.674Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json ASDC sendASDCNotification
2021-09-25T22:38:45.675Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json
2021-09-25T22:38:45.675Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:38:45.675Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:45.677Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:45.677Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609525674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:38:45.777Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:45.778Z||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-09-25T22:38:45.778Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:45.788Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:38:45.789Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:38:46.678Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw70a618ac7710..base_vfw..module-0",
"vfModuleModelInvariantUUID": "593bef87-4e43-493d-81b3-e1d7e7b61b9b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e9ae60b9-ca3a-4aea-af3f-184057ad13cb",
"vfModuleModelCustomizationUUID": "086b417d-9e5e-4342-ad71-679d78a4d1f5",
"isBase": true,
"artifacts": [
"2c71741a-8437-4df8-8e4e-f6e9bc7c9ac3",
"829e3969-4f0c-47c9-baef-2f686f9a60cb"
],
"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-09-25T22:38:46.700Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw70a618ac7710..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e9ae60b9-ca3a-4aea-af3f-184057ad13cb
VfModuleModelInvariantUUID:593bef87-4e43-493d-81b3-e1d7e7b61b9b
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c71741a-8437-4df8-8e4e-f6e9bc7c9ac3
,
829e3969-4f0c-47c9-baef-2f686f9a60cb
}
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-09-25T22:38:46.702Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw70a618ac7710..base_vfw..module-0",
"vfModuleModelInvariantUUID": "593bef87-4e43-493d-81b3-e1d7e7b61b9b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e9ae60b9-ca3a-4aea-af3f-184057ad13cb",
"vfModuleModelCustomizationUUID": "086b417d-9e5e-4342-ad71-679d78a4d1f5",
"isBase": true,
"artifacts": [
"2c71741a-8437-4df8-8e4e-f6e9bc7c9ac3",
"829e3969-4f0c-47c9-baef-2f686f9a60cb"
],
"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-09-25T22:38:46.702Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw70a618ac7710..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e9ae60b9-ca3a-4aea-af3f-184057ad13cb
VfModuleModelInvariantUUID:593bef87-4e43-493d-81b3-e1d7e7b61b9b
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c71741a-8437-4df8-8e4e-f6e9bc7c9ac3
,
829e3969-4f0c-47c9-baef-2f686f9a60cb
}
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-09-25T22:38:46.703Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2c71741a-8437-4df8-8e4e-f6e9bc7c9ac3 from URL: /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml
2021-09-25T22:38:46.703Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-25T22:38:46.703Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml
2021-09-25T22:38:47.426Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-25T22:38:47.426Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml 2c71741a-8437-4df8-8e4e-f6e9bc7c9ac3 20368
2021-09-25T22:38:47.427Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-25T22:38:47.427Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml
2021-09-25T22:38:47.427Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:38:47.427Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:47.429Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:47.429Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609527427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:38:47.530Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:47.530Z||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-09-25T22:38:47.531Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:47.539Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:38:47.539Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:38:48.430Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 829e3969-4f0c-47c9-baef-2f686f9a60cb from URL: /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env
2021-09-25T22:38:48.431Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-25T22:38:48.431Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env
2021-09-25T22:38:48.790Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-25T22:38:48.790Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env 829e3969-4f0c-47c9-baef-2f686f9a60cb 2098
2021-09-25T22:38:48.790Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-25T22:38:48.790Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env
2021-09-25T22:38:48.790Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:38:48.791Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:48.792Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:48.792Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609528790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:38:48.892Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:48.893Z||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-09-25T22:38:48.893Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:48.903Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:38:48.903Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:38:49.793Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e8d32af6-63bf-4cca-a432-e92a9250ed34
2021-09-25T22:38:49.793Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 70a618ac-7710 0 e13f6de9-9950-4f0d-9adf-93d13fa7dbc4 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-09-25T22:38:49.829Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:49.829Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:49.829Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-09-25T22:38:49.830Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 13ecb118-74c2-43ad-b6ee-e00ef8571608
2021-09-25T22:38:49.830Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 13ecb118-74c2-43ad-b6ee-e00ef8571608 matches Tosca VF Customization UUID: 13ecb118-74c2-43ad-b6ee-e00ef8571608
2021-09-25T22:38:49.830Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 13ecb118-74c2-43ad-b6ee-e00ef8571608 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-09-25T22:38:49.834Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:49.834Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:49.835Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 13ecb118-74c2-43ad-b6ee-e00ef8571608: {\"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-09-25T22:38:49.835Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48c306d7
2021-09-25T22:38:49.836Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:49.836Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T22:38:49.836Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 086b417d-9e5e-4342-ad71-679d78a4d1f5
2021-09-25T22:38:49.837Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 086b417d-9e5e-4342-ad71-679d78a4d1f5
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-09-25T22:38:49.841Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:49.841Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is matching search criteria
2021-09-25T22:38:49.841Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 70a618ac-7710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:38:49.842Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:49.842Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is matching search criteria
2021-09-25T22:38:49.842Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 70a618ac-7710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:38:49.842Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:49.842Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is not matching search criteria
2021-09-25T22:38:49.843Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T22:38:49.843Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-25T22:38:49.843Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T22:38:49.843Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-25T22:38:49.843Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-25T22:38:49.843Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-25T22:38:49.843Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:49.843Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-25T22:38:49.843Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:49.844Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-25T22:38:49.844Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T22:38:49.844Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dbcc7469-446d-4bc2-99fc-9893e6766143
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-09-25T22:38:49.854Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:49.854Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is matching search criteria
2021-09-25T22:38:49.854Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 70a618ac-7710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:38:49.854Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:49.854Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is not matching search criteria
2021-09-25T22:38:49.854Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T22:38:49.854Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-25T22:38:49.855Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-25T22:38:49.855Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:49.855Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-25T22:38:49.855Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T22:38:49.855Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T22:38:49.855Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-25T22:38:49.855Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-25T22:38:49.855Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:49.855Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-25T22:38:49.856Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T22:38:49.856Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9c5d308b-c289-41e6-8539-c7332c562151
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-09-25T22:38:49.857Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:49.858Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is matching search criteria
2021-09-25T22:38:49.858Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 70a618ac-7710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:38:49.859Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:49.860Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is not matching search criteria
2021-09-25T22:38:49.860Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T22:38:49.860Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-25T22:38:49.860Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-25T22:38:49.860Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:49.860Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-25T22:38:49.860Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T22:38:49.860Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T22:38:49.861Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-25T22:38:49.861Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-25T22:38:49.861Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-25T22:38:49.861Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:49.861Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-25T22:38:49.861Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=75ca81d3-6113-4c26-9f96-1d44f5f6c6b3
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-09-25T22:38:49.863Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:49.863Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is matching search criteria
2021-09-25T22:38:49.863Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 70a618ac-7710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:38:49.863Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:49.863Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is matching search criteria
2021-09-25T22:38:49.863Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 70a618ac-7710 0] matching following query criteria: sdcType=VF, customizationUUID=13ecb118-74c2-43ad-b6ee-e00ef8571608
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-09-25T22:38:49.865Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:49.865Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:49.865Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e8d32af6-63bf-4cca-a432-e92a9250ed34: vFW 70a618ac-7710
2021-09-25T22:38:49.865Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:49.866Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:49.866Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:49.866Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:49.866Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:49.866Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:49.866Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:49.866Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:49.866Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:38:49.867Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:49.867Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-09-25 22-35-12
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-09-25T22:38:50.128Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 70a618ac-7710 e13f6de9-9950-4f0d-9adf-93d13fa7dbc4 1 ASDC deployResourceStructure
2021-09-25T22:38:50.128Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json ASDC sendASDCNotification
2021-09-25T22:38:50.128Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json
2021-09-25T22:38:50.128Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:38:50.129Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:50.130Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:50.130Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609530128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T22:38:50.230Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:50.231Z||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-09-25T22:38:50.231Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:50.242Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:38:50.242Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:38:51.132Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-25T22:38:51.132Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml
2021-09-25T22:38:51.132Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:38:51.133Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:51.134Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:51.134Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609531132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-25T22:38:51.235Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:51.236Z||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-09-25T22:38:51.236Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:51.246Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:38:51.246Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:38:52.136Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-25T22:38:52.136Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env
2021-09-25T22:38:52.136Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:38:52.137Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:52.138Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:52.138Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609532136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-25T22:38:52.239Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:52.239Z||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-09-25T22:38:52.239Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:52.248Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:38:52.248Z||pool-16-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:38:53.139Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar ASDC sendASDCNotification
2021-09-25T22:38:53.140Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:53.140Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:38:53.140Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:53.142Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:53.142Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609533139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T22:38:53.243Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:53.244Z||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-09-25T22:38:53.244Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:53.254Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:38:53.254Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:38:54.144Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4043830-f53a-473e-8ebd-5bca260a937b
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-09-25T22:38:54.153Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4043830-f53a-473e-8ebd-5bca260a937b
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-09-25T22:38:54.155Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:38:54.155Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T22:38:54.155Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T22:39:24.156Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4043830-f53a-473e-8ebd-5bca260a937b
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-09-25T22:39:24.162Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4043830-f53a-473e-8ebd-5bca260a937b
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-09-25T22:39:24.164Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:39:24.164Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T22:39:24.164Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T22:39:32.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:39:32.129Z||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-09-25T22:39:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:39:32.152Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:39:32.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:39:32.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632609505458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:39:32.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:39:54.164Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4043830-f53a-473e-8ebd-5bca260a937b
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-09-25T22:39:54.171Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4043830-f53a-473e-8ebd-5bca260a937b
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-09-25T22:39:54.173Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:39:54.173Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T22:39:54.173Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T22:40:24.173Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4043830-f53a-473e-8ebd-5bca260a937b
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-09-25T22:40:24.182Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4043830-f53a-473e-8ebd-5bca260a937b
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-09-25T22:40:24.183Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:40:24.183Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T22:40:24.183Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T22:40:32.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:40:32.129Z||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-09-25T22:40:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:40:32.153Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:40:32.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609512126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:40:32.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:40:32.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609512126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
"status": "NOTIFIED"
}
2021-09-25T22:40:32.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:40:32.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632609514499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:40:32.156Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609512126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-25T22:40:32.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:40:32.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "clamp",
"timestamp": 1632609515706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:40:32.157Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609512126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:40:32.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:40:32.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "clamp",
"timestamp": 1632609516760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T22:40:32.158Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609512126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-25T22:40:32.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:40:32.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "clamp",
"timestamp": 1632609517766,
"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-09-25T22:40:32.162Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c4043830-f53a-473e-8ebd-5bca260a937b
2021-09-25T22:40:32.162Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4043830-f53a-473e-8ebd-5bca260a937b 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-09-25T22:40:32.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609512126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:40:32.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:40:32.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609512126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:40:32.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:40:32.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632609518977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T22:40:32.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "aai-ml",
"timestamp": 1632609519827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T22:40:32.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632609519981,
"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-09-25T22:40:32.172Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c4043830-f53a-473e-8ebd-5bca260a937b
2021-09-25T22:40:32.172Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4043830-f53a-473e-8ebd-5bca260a937b 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-09-25T22:40:32.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609520570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:40:32.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "aai-ml",
"timestamp": 1632609520831,
"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-09-25T22:40:32.194Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c4043830-f53a-473e-8ebd-5bca260a937b
2021-09-25T22:40:32.194Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4043830-f53a-473e-8ebd-5bca260a937b 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-09-25T22:40:32.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609525674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:40:32.199Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609527427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:40:32.199Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609528790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609530128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609531132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609532136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609533139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T22:40:32.201Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:54.184Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4043830-f53a-473e-8ebd-5bca260a937b
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-09-25T22:40:54.190Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4043830-f53a-473e-8ebd-5bca260a937b
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-09-25T22:40:54.192Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:40:54.192Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T22:40:54.192Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T22:40:54.192Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T22:40:54.193Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T22:40:54.193Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T22:40:54.193Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T22:40:54.193Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T22:40:54.193Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T22:40:54.193Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T22:40:54.193Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||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-09-25T22:40:54.195Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T22:41:24.196Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c4043830-f53a-473e-8ebd-5bca260a937b 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-09-25T22:41:24.202Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c4043830-f53a-473e-8ebd-5bca260a937b and serviceModelVersionId: e8d32af6-63bf-4cca-a432-e92a9250ed34
2021-09-25T22:41:24.202Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 598805d1-6e35-49c7-982d-66a8271fc402
2021-09-25T22:41:32.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:41:32.129Z||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-09-25T22:41:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:32.650Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:41:32.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.653Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609574832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.654Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "policy-id",
"timestamp": 1632609575937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "dcae-sch",
"timestamp": 1632609579252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "clamp",
"timestamp": 1632609579542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609574832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T22:41:32.656Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "policy-id",
"timestamp": 1632609575937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.656Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "dcae-sch",
"timestamp": 1632609579252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.657Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "clamp",
"timestamp": 1632609579542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T22:41:32.657Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609574832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-25T22:41:32.657Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "policy-id",
"timestamp": 1632609575937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-25T22:41:32.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "dcae-sch",
"timestamp": 1632609579252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "clamp",
"timestamp": 1632609579542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609574832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "policy-id",
"timestamp": 1632609575937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "dcae-sch",
"timestamp": 1632609579252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "cds",
"timestamp": 1632609582387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "clamp",
"timestamp": 1632609579542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609574832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-25T22:41:32.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "ves-openapi-manager",
"timestamp": 1632609582669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "policy-id",
"timestamp": 1632609575937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "dcae-sch",
"timestamp": 1632609579252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "cds",
"timestamp": 1632609582387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "clamp",
"timestamp": 1632609579542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609574832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "ves-openapi-manager",
"timestamp": 1632609582669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "policy-id",
"timestamp": 1632609575937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "dcae-sch",
"timestamp": 1632609579252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "cds",
"timestamp": 1632609582387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "clamp",
"timestamp": 1632609579542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609574832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:41:32.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "ves-openapi-manager",
"timestamp": 1632609582669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "policy-id",
"timestamp": 1632609575937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:41:32.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "dcae-sch",
"timestamp": 1632609579252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "cds",
"timestamp": 1632609582387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "clamp",
"timestamp": 1632609579542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:41:32.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "aai-ml",
"timestamp": 1632609585660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "ves-openapi-manager",
"timestamp": 1632609582669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609586535,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.667Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "policy-id",
"timestamp": 1632609586543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "cds",
"timestamp": 1632609582387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609586475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "aai-ml",
"timestamp": 1632609585660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "ves-openapi-manager",
"timestamp": 1632609582669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "policy-id",
"timestamp": 1632609587548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T22:41:32.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609586961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "cds",
"timestamp": 1632609582387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609588047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609586475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T22:41:32.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "aai-ml",
"timestamp": 1632609585660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "ves-openapi-manager",
"timestamp": 1632609582669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "policy-id",
"timestamp": 1632609588551,
"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=?
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-09-25T22:41:32.682Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f53413a6-f971-4242-b670-a21c44f494ed
2021-09-25T22:41:32.682Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f53413a6-f971-4242-b670-a21c44f494ed 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-09-25T22:41:32.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609586961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T22:41:32.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "cds",
"timestamp": 1632609582387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:41:32.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609586475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "aai-ml",
"timestamp": 1632609585660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "ves-openapi-manager",
"timestamp": 1632609582669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609589450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609586961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609586475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "aai-ml",
"timestamp": 1632609585660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "cds",
"timestamp": 1632609590409,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609590463,
"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-09-25T22:41:32.691Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f53413a6-f971-4242-b670-a21c44f494ed
2021-09-25T22:41:32.691Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f53413a6-f971-4242-b670-a21c44f494ed 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-09-25T22:41:32.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609586961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "clamp",
"timestamp": 1632609590704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.694Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609586475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-25T22:41:32.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "aai-ml",
"timestamp": 1632609585660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "cds",
"timestamp": 1632609591414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-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-09-25T22:41:32.697Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f53413a6-f971-4242-b670-a21c44f494ed
2021-09-25T22:41:32.697Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f53413a6-f971-4242-b670-a21c44f494ed 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-09-25T22:41:32.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632609591466,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T22:41:32.702Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609586961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-25T22:41:32.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609586475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "aai-ml",
"timestamp": 1632609585660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609586961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "clamp",
"timestamp": 1632609592711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609586475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609586961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:41:32.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "clamp",
"timestamp": 1632609593713,
"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-09-25T22:41:32.705Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f53413a6-f971-4242-b670-a21c44f494ed
2021-09-25T22:41:32.706Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f53413a6-f971-4242-b670-a21c44f494ed 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-09-25T22:41:32.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "aai-ml",
"timestamp": 1632609594032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.724Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609594927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.724Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609595331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.724Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632609595458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609596642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632609595458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609597316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632609595458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609598619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.726Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632609595458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.726Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609599128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.726Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609599627,
"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-09-25T22:41:32.728Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f53413a6-f971-4242-b670-a21c44f494ed
2021-09-25T22:41:32.728Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f53413a6-f971-4242-b670-a21c44f494ed 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-09-25T22:41:32.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632609595458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609600133,
"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-09-25T22:41:32.733Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f53413a6-f971-4242-b670-a21c44f494ed
2021-09-25T22:41:32.733Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f53413a6-f971-4242-b670-a21c44f494ed 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-09-25T22:41:32.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632609600631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T22:41:32.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "aai-ml",
"timestamp": 1632609600723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T22:41:32.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632609595458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632609601138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T22:41:32.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "aai-ml",
"timestamp": 1632609601726,
"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-09-25T22:41:32.738Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f53413a6-f971-4242-b670-a21c44f494ed
2021-09-25T22:41:32.738Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f53413a6-f971-4242-b670-a21c44f494ed 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-09-25T22:41:32.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632609595458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:41:32.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:41:32.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632609604995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632609607244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T22:41:32.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632609608246,
"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-09-25T22:41:32.746Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f53413a6-f971-4242-b670-a21c44f494ed
2021-09-25T22:41:32.746Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f53413a6-f971-4242-b670-a21c44f494ed 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-09-25T22:41:34.916Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/598805d1-6e35-49c7-982d-66a8271fc402/model-vers/model-ver/e8d32af6-63bf-4cca-a432-e92a9250ed34?depth=0
2021-09-25T22:41:35.009Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T22:41:35.435Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/598805d1-6e35-49c7-982d-66a8271fc402/model-vers/model-ver/e8d32af6-63bf-4cca-a432-e92a9250ed34?depth=0|INFO|500||Invoke
2021-09-25T22:41:35.443Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/598805d1-6e35-49c7-982d-66a8271fc402/model-vers/model-ver/e8d32af6-63bf-4cca-a432-e92a9250ed34?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/598805d1-6e35-49c7-982d-66a8271fc402/model-vers/model-ver/e8d32af6-63bf-4cca-a432-e92a9250ed34?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c4043830-f53a-473e-8ebd-5bca260a937b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[07b4b0e0-a60c-477d-b337-16dd36f9663b], X-ECOMP-RequestID=[c4043830-f53a-473e-8ebd-5bca260a937b], X-TransactionId=[], X-ONAP-RequestID=[c4043830-f53a-473e-8ebd-5bca260a937b], Content-Type=[application/merge-patch+json]}
2021-09-25T22:41:35.632Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/598805d1-6e35-49c7-982d-66a8271fc402/model-vers/model-ver/e8d32af6-63bf-4cca-a432-e92a9250ed34?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-25T22:41:36.151Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/598805d1-6e35-49c7-982d-66a8271fc402/model-vers/model-ver/e8d32af6-63bf-4cca-a432-e92a9250ed34?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/598805d1-6e35-49c7-982d-66a8271fc402/model-vers/model-ver/e8d32af6-63bf-4cca-a432-e92a9250ed34?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210925-22:41:35:641-84276], vertex-id=[184544], Content-Length=[0], Date=[Sat, 25 Sep 2021 22:41:35 GMT], Content-Type=[application/json]}
2021-09-25T22:41:36.152Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/598805d1-6e35-49c7-982d-66a8271fc402/model-vers/model-ver/e8d32af6-63bf-4cca-a432-e92a9250ed34?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-25T22:41:36.153Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/598805d1-6e35-49c7-982d-66a8271fc402/model-vers/model-ver/e8d32af6-63bf-4cca-a432-e92a9250ed34?depth=0|INFO|500||InvokeReturn
2021-09-25T22:41:36.156Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T22:41:36.156Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||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-09-25T22:41:36.162Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||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-09-25T22:41:36.168Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c4043830-f53a-473e-8ebd-5bca260a937b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T22:41:36.169Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T22:41:36.169Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:36.171Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:36.171Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609696169,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T22:41:36.271Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:36.272Z||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-09-25T22:41:36.272Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:36.281Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:41:36.281Z||pool-18-thread-1|||||INFO|500||cambria reply ok (9 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-09-25T22:41:37.178Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:41:37.178Z|c4043830-f53a-473e-8ebd-5bca260a937b|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-09-25T22:41:37.178Z|c4043830-f53a-473e-8ebd-5bca260a937b|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:41.495Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:41:41.496Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:41:41.496Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f53413a6-f971-4242-b670-a21c44f494ed","serviceName":"basic_onboard_VcVBCU","serviceVersion":"1.0","serviceUUID":"b31d64b7-8981-48b1-b875-6e504792d6e8","serviceDescription":"service","serviceInvariantUUID":"5fac4bb1-6144-44e8-b643-b70374cacd30","resources":[{"resourceInstanceName":"basic_onboard_VcVBCU 0","resourceName":"basic_onboard_VcVBCU","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a0d4ae75-67f4-4393-8e63-7fc6b41aac7d","resourceInvariantUUID":"8dc0a226-eb60-4fdd-b475-acaeb816e232","resourceCustomizationUUID":"8f9bfc3b-0935-4bc9-88fa-337eb1dd0f9d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml","artifactChecksum":"YzVjN2ZhNThlNzAyNTJlMTAzYTUwYjM0ZDE2NWQ2ODI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5ba6d779-0114-4045-aec9-8f36305e3cfc","artifactVersion":"1"},{"artifactName":"basic_onboard_vcvbcu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json","artifactChecksum":"ZjVkZTMwNDc0OTUwMGJiMzQ0MzQxZDg0ODQxODA1NTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ff73ae4d-73d6-4539-bf91-b2d8cb71691c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c21fc2f6-4a49-4f4b-931d-68ef87cf923b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7dd17ee1-df9a-4950-b988-25205dacfb58","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0f0a937c-2c9a-495d-9477-d904036858c3","artifactVersion":"2","generatedFromUUID":"c21fc2f6-4a49-4f4b-931d-68ef87cf923b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVcvbcu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml","artifactChecksum":"NDhmMzM5NDg1YThjMmEzOWFmMTllMTY1YmQxNDY5ODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a9329f94-c650-403b-bc91-7a885841e523","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVcvbcu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar","artifactChecksum":"YjBiZGEwMDUwZGZlOTU3YWQ1OWI2ZWRhYjcyYTgwNmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37fef7b5-e074-4033-9141-1aa98c39a434","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T22:41:41.499Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:41:41.499Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:41.501Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:41.502Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609697178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:41.602Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:41.602Z||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-09-25T22:41:41.602Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:41.611Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:41:41.611Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:42.502Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:41:42.503Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:42.505Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:42.505Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609697178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T22:41:42.605Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:42.606Z||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-09-25T22:41:42.606Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:42.615Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:41:42.616Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:43.505Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:41:43.506Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:43.508Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:43.508Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609697178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-25T22:41:43.608Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:43.609Z||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-09-25T22:41:43.609Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:43.619Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:41:43.619Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:44.509Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:41:44.509Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:44.511Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:44.511Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609697178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:44.612Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-25T22:41:44.614Z||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-09-25T22:41:44.614Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:44.623Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:41:44.623Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:45.512Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:41:45.513Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:45.515Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:45.515Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609697178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-25T22:41:45.615Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:45.616Z||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-09-25T22:41:45.616Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:45.625Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:41:45.625Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:46.515Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:41:46.516Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:46.518Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:46.518Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609697178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:41:46.618Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:46.619Z||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-09-25T22:41:46.619Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:46.628Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:41:46.629Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:47.518Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:41:47.519Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:47.521Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:47.521Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609697178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:41:47.621Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:47.622Z||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-09-25T22:41:47.622Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:47.631Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:41:47.632Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:48.522Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"serviceName": "basic_onboard_VcVBCU",
"serviceVersion": "1.0",
"serviceUUID": "b31d64b7-8981-48b1-b875-6e504792d6e8",
"serviceDescription": "service",
"serviceInvariantUUID": "5fac4bb1-6144-44e8-b643-b70374cacd30",
"resources": [
{
"resourceInstanceName": "basic_onboard_VcVBCU 0",
"resourceCustomizationUUID": "8f9bfc3b-0935-4bc9-88fa-337eb1dd0f9d",
"resourceName": "basic_onboard_VcVBCU",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a0d4ae75-67f4-4393-8e63-7fc6b41aac7d",
"resourceInvariantUUID": "8dc0a226-eb60-4fdd-b475-acaeb816e232",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_vcvbcu0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
"artifactChecksum": "ZjVkZTMwNDc0OTUwMGJiMzQ0MzQxZDg0ODQxODA1NTk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ff73ae4d-73d6-4539-bf91-b2d8cb71691c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c21fc2f6-4a49-4f4b-931d-68ef87cf923b",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0f0a937c-2c9a-495d-9477-d904036858c3",
"generatedFromUUID": "c21fc2f6-4a49-4f4b-931d-68ef87cf923b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0f0a937c-2c9a-495d-9477-d904036858c3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardVcvbcu-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"artifactChecksum": "YjBiZGEwMDUwZGZlOTU3YWQ1OWI2ZWRhYjcyYTgwNmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "37fef7b5-e074-4033-9141-1aa98c39a434"
}
],
"workloadContext": "Production"
}
2021-09-25T22:41:48.522Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T22:41:48.522Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b31d64b7-8981-48b1-b875-6e504792d6e8 ASDC
2021-09-25T22:41:48.523Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f53413a6-f971-4242-b670-a21c44f494ed
ServiceName:basic_onboard_VcVBCU
ServiceVersion:1.0
ServiceUUID:b31d64b7-8981-48b1-b875-6e504792d6e8
ServiceInvariantUUID:5fac4bb1-6144-44e8-b643-b70374cacd30
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVcvbcu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar
ArtifactUUID:37fef7b5-e074-4033-9141-1aa98c39a434
ArtifactChecksum:YjBiZGEwMDUwZGZlOTU3YWQ1OWI2ZWRhYjcyYTgwNmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_VcVBCU 0
ResourceCustomizationUUID:8f9bfc3b-0935-4bc9-88fa-337eb1dd0f9d
ResourceInvariantUUID:8dc0a226-eb60-4fdd-b475-acaeb816e232
ResourceName:basic_onboard_VcVBCU
ResourceType:VF
ResourceUUID:a0d4ae75-67f4-4393-8e63-7fc6b41aac7d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vcvbcu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json
ArtifactUUID:ff73ae4d-73d6-4539-bf91-b2d8cb71691c
ArtifactChecksum:ZjVkZTMwNDc0OTUwMGJiMzQ0MzQxZDg0ODQxODA1NTk=
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/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c21fc2f6-4a49-4f4b-931d-68ef87cf923b
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/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env
ArtifactUUID:0f0a937c-2c9a-495d-9477-d904036858c3
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/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env
ArtifactUUID:0f0a937c-2c9a-495d-9477-d904036858c3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-25T22:41:48.523Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b31d64b7-8981-48b1-b875-6e504792d6e8 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-09-25T22:41:48.549Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:41:48.549Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-25T22:41:48.549Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-25T22:41:48.550Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 37fef7b5-e074-4033-9141-1aa98c39a434 from URL: /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:48.550Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-25T22:41:48.550Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:49.051Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-25T22:41:49.055Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar 37fef7b5-e074-4033-9141-1aa98c39a434 74834
2021-09-25T22:41:49.055Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar ASDC sendASDCNotification
2021-09-25T22:41:49.055Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:49.055Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:41:49.056Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:49.057Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:49.057Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609709055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:41:49.158Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:49.158Z||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-09-25T22:41:49.159Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:49.167Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:41:49.168Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:50.058Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:41:50.059Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-25T22:41:50.060Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 37fef7b5-e074-4033-9141-1aa98c39a434, URL: /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar to file: /app/ASDC/1/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:50.060Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:50.060Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:50.060Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:50.447Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8014031145678308816/Definitions/service-BasicOnboardVcvbcu-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-09-25T22:41:51.568Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T22:41:51.568Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-25T22:41:51.569Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:51.569Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-09-25T22:41:51.569Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VcVBCU 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:51.569Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||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-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:51.569Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||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-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:51.569Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||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-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:51.570Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||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-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:51.570Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:51.570Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:51.570Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||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-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:51.570Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VcVBCU 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-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:51.570Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||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-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:51.571Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-25T22:41:51.571Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:51.571Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:51.572Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is matching search criteria
2021-09-25T22:41:51.572Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-25T22:41:51.573Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VcVBCU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:41:51.573Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:51.573Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:51.573Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is matching search criteria
2021-09-25T22:41:51.573Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-25T22:41:51.574Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VcVBCU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:41:51.574Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:51.574Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:51.574Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:51.575Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is not matching search criteria
2021-09-25T22:41:51.575Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-25T22:41:51.575Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-25T22:41:51.575Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-25T22:41:51.575Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-25T22:41:51.576Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-25T22:41:51.576Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:51.576Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T22:41:51.577Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:51.577Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is matching search criteria
2021-09-25T22:41:51.577Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VcVBCU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:41:51.577Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:51.578Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is matching search criteria
2021-09-25T22:41:51.578Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VcVBCU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:41:51.578Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:51.582Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is matching search criteria
2021-09-25T22:41:51.620Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VcVBCU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:41:51.620Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:51.621Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is not matching search criteria
2021-09-25T22:41:51.621Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-25T22:41:51.621Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-25T22:41:51.621Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d6946f96-bb7f-40f8-bee5-84f690cd5919
2021-09-25T22:41:51.621Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:51.621Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:51.622Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:51.622Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:51.622Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:51.622Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:51.622Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:51.622Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:51.623Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_VcVBCU
Description:service
Model UUID:b31d64b7-8981-48b1-b875-6e504792d6e8
Model Version:NULL
Model InvariantUuid:5fac4bb1-6144-44e8-b643-b70374cacd30
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_VcVBCU
Model UUID:cd34a8ab-a6f4-4f7c-b2bb-dcf945ea3b3b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8dc0a226-eb60-4fdd-b475-acaeb816e232
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8f9bfc3b-0935-4bc9-88fa-337eb1dd0f9d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3e54636b-2325-4819-9093-50ea825fc371
ModelName:BasicOnboardVcvbcu..base_ubuntu18..module-0
ModelUuid:b44cb0c6-ff0e-4d22-b42d-17600383f852
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d6946f96-bb7f-40f8-bee5-84f690cd5919
ModelInvariantUuid:daaf9159-b30e-4516-9b80-fdac82404554
ModelName:basic_onboard_VcVBCU-nodes.ubuntu18Cvfc
ModelUuid:a3002b3c-2b34-4d22-b42e-8aadc806967e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:43d97cdf-30bf-4002-bc71-a8cd8babff52
ModelInvariantUuid:52a77d95-d946-43f4-8fb0-b59a9a649000
ModelName:BasicOnboardVcvbcu.compute.nodes.heat.ubuntu18
ModelUuid:4bdcc60c-031c-49e0-a84c-b9ee7941e229
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-09-25T22:41:51.629Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a0d4ae75-67f4-4393-8e63-7fc6b41aac7d
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-09-25T22:41:51.631Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||basic_onboard_VcVBCU 0
2021-09-25T22:41:51.631Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a0d4ae75-67f4-4393-8e63-7fc6b41aac7d
2021-09-25T22:41:51.631Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ff73ae4d-73d6-4539-bf91-b2d8cb71691c from URL: /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json
2021-09-25T22:41:51.632Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-25T22:41:51.632Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json
2021-09-25T22:41:53.133Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-25T22:41:53.134Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json ff73ae4d-73d6-4539-bf91-b2d8cb71691c 798
2021-09-25T22:41:53.135Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json ASDC sendASDCNotification
2021-09-25T22:41:53.135Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json
2021-09-25T22:41:53.135Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:41:53.135Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:53.137Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:53.137Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609713134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:41:53.237Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T22:41:53.238Z||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-09-25T22:41:53.239Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:53.248Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:41:53.249Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:54.138Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVcvbcu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3e54636b-2325-4819-9093-50ea825fc371",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b44cb0c6-ff0e-4d22-b42d-17600383f852",
"vfModuleModelCustomizationUUID": "b106d840-fbf7-4be0-8973-7c4363f7bb43",
"isBase": true,
"artifacts": [
"c21fc2f6-4a49-4f4b-931d-68ef87cf923b",
"0f0a937c-2c9a-495d-9477-d904036858c3"
],
"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-09-25T22:41:54.143Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVcvbcu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b44cb0c6-ff0e-4d22-b42d-17600383f852
VfModuleModelInvariantUUID:3e54636b-2325-4819-9093-50ea825fc371
VfModuleModelDescription:NULL
Artifacts UUID List:{
c21fc2f6-4a49-4f4b-931d-68ef87cf923b
,
0f0a937c-2c9a-495d-9477-d904036858c3
}
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-09-25T22:41:54.146Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVcvbcu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3e54636b-2325-4819-9093-50ea825fc371",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b44cb0c6-ff0e-4d22-b42d-17600383f852",
"vfModuleModelCustomizationUUID": "b106d840-fbf7-4be0-8973-7c4363f7bb43",
"isBase": true,
"artifacts": [
"c21fc2f6-4a49-4f4b-931d-68ef87cf923b",
"0f0a937c-2c9a-495d-9477-d904036858c3"
],
"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-09-25T22:41:54.146Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVcvbcu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b44cb0c6-ff0e-4d22-b42d-17600383f852
VfModuleModelInvariantUUID:3e54636b-2325-4819-9093-50ea825fc371
VfModuleModelDescription:NULL
Artifacts UUID List:{
c21fc2f6-4a49-4f4b-931d-68ef87cf923b
,
0f0a937c-2c9a-495d-9477-d904036858c3
}
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-09-25T22:41:54.146Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c21fc2f6-4a49-4f4b-931d-68ef87cf923b from URL: /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml
2021-09-25T22:41:54.146Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-25T22:41:54.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml
2021-09-25T22:41:54.936Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-25T22:41:54.936Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml c21fc2f6-4a49-4f4b-931d-68ef87cf923b 5033
2021-09-25T22:41:54.937Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-25T22:41:54.937Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml
2021-09-25T22:41:54.937Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:41:54.937Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:54.938Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:54.939Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609714937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:41:55.039Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:55.040Z||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-09-25T22:41:55.040Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:55.049Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:41:55.049Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:55.939Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0f0a937c-2c9a-495d-9477-d904036858c3 from URL: /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env
2021-09-25T22:41:55.940Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-25T22:41:55.940Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env
2021-09-25T22:41:56.715Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-25T22:41:56.716Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env 0f0a937c-2c9a-495d-9477-d904036858c3 909
2021-09-25T22:41:56.716Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-25T22:41:56.716Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env
2021-09-25T22:41:56.716Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:41:56.716Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:56.718Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:56.718Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609716716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:41:56.819Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T22:41:56.819Z||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-09-25T22:41:56.819Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:56.827Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:41:56.827Z||pool-29-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:57.719Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b31d64b7-8981-48b1-b875-6e504792d6e8
2021-09-25T22:41:57.720Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VcVBCU 0 a0d4ae75-67f4-4393-8e63-7fc6b41aac7d 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-09-25T22:41:57.732Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:57.732Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:57.732Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-09-25T22:41:57.732Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 8f9bfc3b-0935-4bc9-88fa-337eb1dd0f9d
2021-09-25T22:41:57.733Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8f9bfc3b-0935-4bc9-88fa-337eb1dd0f9d matches Tosca VF Customization UUID: 8f9bfc3b-0935-4bc9-88fa-337eb1dd0f9d
2021-09-25T22:41:57.733Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 8f9bfc3b-0935-4bc9-88fa-337eb1dd0f9d 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-09-25T22:41:57.735Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:57.735Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:57.735Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 8f9bfc3b-0935-4bc9-88fa-337eb1dd0f9d: {\"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-09-25T22:41:57.735Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2cb02a13
2021-09-25T22:41:57.735Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:57.736Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T22:41:57.736Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b106d840-fbf7-4be0-8973-7c4363f7bb43
2021-09-25T22:41:57.736Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b106d840-fbf7-4be0-8973-7c4363f7bb43
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-09-25T22:41:57.738Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:57.738Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is matching search criteria
2021-09-25T22:41:57.738Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VcVBCU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:41:57.739Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:57.739Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is matching search criteria
2021-09-25T22:41:57.739Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VcVBCU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:41:57.739Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:57.739Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is not matching search criteria
2021-09-25T22:41:57.739Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-25T22:41:57.740Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-25T22:41:57.740Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d6946f96-bb7f-40f8-bee5-84f690cd5919
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-09-25T22:41:57.742Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:57.742Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is matching search criteria
2021-09-25T22:41:57.742Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VcVBCU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:41:57.742Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:57.743Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is matching search criteria
2021-09-25T22:41:57.743Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VcVBCU 0] matching following query criteria: sdcType=VF, customizationUUID=8f9bfc3b-0935-4bc9-88fa-337eb1dd0f9d
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-09-25T22:41:57.744Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:57.745Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:57.745Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b31d64b7-8981-48b1-b875-6e504792d6e8: basic_onboard_VcVBCU
2021-09-25T22:41:57.745Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:57.745Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:57.745Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:57.745Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:57.745Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:57.746Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:57.746Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:57.746Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:57.746Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:41:57.746Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:57.746Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_VcVBCU
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-09-25T22:41:57.816Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VcVBCU a0d4ae75-67f4-4393-8e63-7fc6b41aac7d 1 ASDC deployResourceStructure
2021-09-25T22:41:57.817Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json ASDC sendASDCNotification
2021-09-25T22:41:57.817Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json
2021-09-25T22:41:57.817Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:41:57.817Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:57.818Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:57.819Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609717817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T22:41:57.919Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:57.920Z||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-09-25T22:41:57.920Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:57.927Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:41:57.927Z||pool-30-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:58.820Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-25T22:41:58.820Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml
2021-09-25T22:41:58.820Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:41:58.820Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:58.822Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:58.822Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609718819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-25T22:41:58.922Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:58.923Z||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-09-25T22:41:58.923Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:58.933Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:41:58.933Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:41:59.823Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-25T22:41:59.823Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env
2021-09-25T22:41:59.824Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:41:59.824Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:59.825Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:59.825Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609719823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-25T22:41:59.926Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:59.926Z||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-09-25T22:41:59.927Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:59.937Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:41:59.937Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:42:00.826Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar ASDC sendASDCNotification
2021-09-25T22:42:00.827Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:42:00.827Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:42:00.827Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:42:00.829Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:42:00.829Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609720826,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T22:42:00.929Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:42:00.930Z||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-09-25T22:42:00.930Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:42:00.940Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:42:00.940Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:42:01.830Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f53413a6-f971-4242-b670-a21c44f494ed
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-09-25T22:42:01.837Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f53413a6-f971-4242-b670-a21c44f494ed
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-09-25T22:42:01.840Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:42:01.840Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T22:42:01.840Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T22:42:01.840Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T22:42:01.840Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T22:42:01.840Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T22:42:01.840Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T22:42:01.840Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T22:42:01.840Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T22:42:01.840Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T22:42:01.840Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||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-09-25T22:42:01.842Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T22:42:31.843Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f53413a6-f971-4242-b670-a21c44f494ed 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-09-25T22:42:31.846Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f53413a6-f971-4242-b670-a21c44f494ed and serviceModelVersionId: b31d64b7-8981-48b1-b875-6e504792d6e8
2021-09-25T22:42:31.846Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5fac4bb1-6144-44e8-b643-b70374cacd30
2021-09-25T22:42:31.847Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5fac4bb1-6144-44e8-b643-b70374cacd30/model-vers/model-ver/b31d64b7-8981-48b1-b875-6e504792d6e8?depth=0
2021-09-25T22:42:31.850Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T22:42:31.886Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fac4bb1-6144-44e8-b643-b70374cacd30/model-vers/model-ver/b31d64b7-8981-48b1-b875-6e504792d6e8?depth=0|INFO|500||Invoke
2021-09-25T22:42:31.887Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fac4bb1-6144-44e8-b643-b70374cacd30/model-vers/model-ver/b31d64b7-8981-48b1-b875-6e504792d6e8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fac4bb1-6144-44e8-b643-b70374cacd30/model-vers/model-ver/b31d64b7-8981-48b1-b875-6e504792d6e8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f53413a6-f971-4242-b670-a21c44f494ed], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e1017ead-0508-49d9-b7a1-3b1dfdd4a9ea], X-ECOMP-RequestID=[f53413a6-f971-4242-b670-a21c44f494ed], X-TransactionId=[], X-ONAP-RequestID=[f53413a6-f971-4242-b670-a21c44f494ed], Content-Type=[application/merge-patch+json]}
2021-09-25T22:42:31.906Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fac4bb1-6144-44e8-b643-b70374cacd30/model-vers/model-ver/b31d64b7-8981-48b1-b875-6e504792d6e8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-25T22:42:32.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:42:32.129Z||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-09-25T22:42:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:42:32.219Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fac4bb1-6144-44e8-b643-b70374cacd30/model-vers/model-ver/b31d64b7-8981-48b1-b875-6e504792d6e8?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/5fac4bb1-6144-44e8-b643-b70374cacd30/model-vers/model-ver/b31d64b7-8981-48b1-b875-6e504792d6e8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210925-22:42:31:914-17894], vertex-id=[213240], Content-Length=[0], Date=[Sat, 25 Sep 2021 22:42:31 GMT], Content-Type=[application/json]}
2021-09-25T22:42:32.219Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fac4bb1-6144-44e8-b643-b70374cacd30/model-vers/model-ver/b31d64b7-8981-48b1-b875-6e504792d6e8?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-25T22:42:32.220Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fac4bb1-6144-44e8-b643-b70374cacd30/model-vers/model-ver/b31d64b7-8981-48b1-b875-6e504792d6e8?depth=0|INFO|500||InvokeReturn
2021-09-25T22:42:32.220Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T22:42:32.220Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||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-09-25T22:42:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||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-09-25T22:42:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f53413a6-f971-4242-b670-a21c44f494ed and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T22:42:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T22:42:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:42:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:42:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609752225,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T22:42:32.327Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:42:32.328Z||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-09-25T22:42:32.328Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:42:32.336Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:42:32.336Z||pool-34-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:42:32.347Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:42:32.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609696169,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T22:42:32.348Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:42:32.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609697178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:42:32.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:42:32.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609697178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609697178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609697178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609697178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609697178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609697178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609709055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609713134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609714937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609716716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609717817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T22:42:32.351Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:42:32.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609718819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-25T22:42:32.351Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:42:32.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609719823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-25T22:42:32.351Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:42:32.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609720826,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T22:42:32.351Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-25T22:42:33.236Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:42:33.236Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T22:42:33.236Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:42:42.778Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:42:42.778Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:42:42.779Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T22:42:42.779Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:42:52.320Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:42:52.321Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:42:52.321Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T22:42:52.322Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:43:01.866Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:43:32.126Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:43:32.128Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T22:43:32.128Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:43:32.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:43:32.129Z||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-09-25T22:43:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:43:32.651Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:43:32.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:43:32.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632609752225,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T22:43:32.652Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:43:41.674Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:44:32.127Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:44:32.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:44:32.128Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T22:44:32.128Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:44:32.129Z||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-09-25T22:44:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:44:41.669Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:44:41.670Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:45:32.126Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:45:32.127Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T22:45:32.127Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:45:32.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:45:32.128Z||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-09-25T22:45:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:45:41.676Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:45:41.680Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:46:32.126Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:46:32.127Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T22:46:32.127Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:46:32.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:46:32.128Z||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-09-25T22:46:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:46:41.669Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:46:41.677Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:47:32.126Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:47:32.127Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T22:47:32.127Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:47:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:47:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T22:47:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:47:41.673Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:47:41.675Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:48:32.126Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:48:32.127Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T22:48:32.127Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:48:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:48:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T22:48:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:48:32.753Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:48:32.754Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:48:32.754Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.754Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "dcae-sch",
"timestamp": 1632610079252,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1952e9d9-1b95-42d2-bd67-f9ddb81b537a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b297ecd4-eff3-4bd3-a244-55acf8b9635b","serviceDescription":"service","serviceInvariantUUID":"e5518999-dafc-4b23-880d-0a03f0ab889f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"14201ba0-7854-4b8f-884d-ee1277db49ce","resourceInvariantUUID":"8cd7fc93-0434-443a-b842-7b5dac3c9dc1","resourceCustomizationUUID":"7aef363d-8aab-4723-b191-f16447c8b94d","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":"NTFjNDhhMGI0MWE0NGQ1OTJkZGY4M2MxYmIyNjJlNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88c7bff8-24f9-42d2-be92-817257731c28","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzBkNzc3OTE5Y2ZhYWVmZmQ2NzIzNjhlNWIwYWYzNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aa643e78-1154-4851-a924-9b0edb56f5c1","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T22:48:32.754Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T22:48:32.754Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.754Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "cds",
"timestamp": 1632610077387,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.754Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T22:48:32.754Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632610074832,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632610075458,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "policy-id",
"timestamp": 1632610075937,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.755Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632610074832,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "cds",
"timestamp": 1632610077387,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:48:32.755Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "dcae-sch",
"timestamp": 1632610079252,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632610075458,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "policy-id",
"timestamp": 1632610075937,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "ves-openapi-manager",
"timestamp": 1632610082669,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "ves-openapi-manager",
"timestamp": 1632610082669,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T22:48:32.757Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.757Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "cds",
"timestamp": 1632610085328,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:48:32.757Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:48:32.757Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.757Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632610085331,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:48:32.757Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:48:32.757Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.757Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:48:32.757Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "policy-id",
"timestamp": 1632610085352,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:48:32.757Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632610112126,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.757Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:48:32.757Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.757Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "cds",
"timestamp": 1632610086334,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-25T22:48:32.765Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1952e9d9-1b95-42d2-bd67-f9ddb81b537a
2021-09-25T22:48:32.765Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1952e9d9-1b95-42d2-bd67-f9ddb81b537a 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-09-25T22:48:32.769Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.769Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "policy-id",
"timestamp": 1632610086355,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T22:48:32.770Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:48:32.770Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.770Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632610086709,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T22:48:32.770Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:48:32.770Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.770Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632610086475,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.770Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T22:48:32.770Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.770Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "policy-id",
"timestamp": 1632610087357,
"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-09-25T22:48:32.772Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1952e9d9-1b95-42d2-bd67-f9ddb81b537a
2021-09-25T22:48:32.772Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1952e9d9-1b95-42d2-bd67-f9ddb81b537a 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-09-25T22:48:32.776Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.777Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632610086961,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.777Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T22:48:32.777Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.777Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632610087713,
"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-09-25T22:48:32.779Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1952e9d9-1b95-42d2-bd67-f9ddb81b537a
2021-09-25T22:48:32.779Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1952e9d9-1b95-42d2-bd67-f9ddb81b537a 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-09-25T22:48:32.783Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.783Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632610086475,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:48:32.783Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T22:48:32.783Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.783Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632610086961,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:48:32.783Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T22:48:32.783Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.783Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "clamp",
"timestamp": 1632610089542,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.783Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T22:48:32.783Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.783Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "clamp",
"timestamp": 1632610089542,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:48:32.784Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T22:48:32.784Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.784Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "aai-ml",
"timestamp": 1632610095660,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.784Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T22:48:32.784Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.784Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "clamp",
"timestamp": 1632610096586,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:48:32.784Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:48:32.784Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.784Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "aai-ml",
"timestamp": 1632610095660,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:48:32.784Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T22:48:32.784Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.785Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "clamp",
"timestamp": 1632610097771,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T22:48:32.785Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:48:32.785Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.785Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "clamp",
"timestamp": 1632610098775,
"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-09-25T22:48:32.786Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1952e9d9-1b95-42d2-bd67-f9ddb81b537a
2021-09-25T22:48:32.787Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1952e9d9-1b95-42d2-bd67-f9ddb81b537a 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-09-25T22:48:32.791Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.791Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "aai-ml",
"timestamp": 1632610099252,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:48:32.791Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:48:32.791Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.791Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "aai-ml",
"timestamp": 1632610102205,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T22:48:32.791Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:48:32.791Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.791Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "aai-ml",
"timestamp": 1632610103208,
"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-09-25T22:48:32.793Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1952e9d9-1b95-42d2-bd67-f9ddb81b537a
2021-09-25T22:48:32.793Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1952e9d9-1b95-42d2-bd67-f9ddb81b537a 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-09-25T22:48:32.857Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:48:32.858Z||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-09-25T22:48:32.858Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:48:32.867Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:48:32.867Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:48:33.757Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:48:33.759Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:48:33.760Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:48:33.760Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632610112126,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:48:33.861Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:48:33.861Z||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-09-25T22:48:33.861Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:48:33.871Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:48:33.871Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:48:34.761Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "b297ecd4-eff3-4bd3-a244-55acf8b9635b",
"serviceDescription": "service",
"serviceInvariantUUID": "e5518999-dafc-4b23-880d-0a03f0ab889f",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "7aef363d-8aab-4723-b191-f16447c8b94d",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "14201ba0-7854-4b8f-884d-ee1277db49ce",
"resourceInvariantUUID": "8cd7fc93-0434-443a-b842-7b5dac3c9dc1",
"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": "YzBkNzc3OTE5Y2ZhYWVmZmQ2NzIzNjhlNWIwYWYzNWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "aa643e78-1154-4851-a924-9b0edb56f5c1"
}
],
"workloadContext": "Production"
}
2021-09-25T22:48:34.762Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T22:48:34.762Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b297ecd4-eff3-4bd3-a244-55acf8b9635b ASDC
2021-09-25T22:48:34.762Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1952e9d9-1b95-42d2-bd67-f9ddb81b537a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b297ecd4-eff3-4bd3-a244-55acf8b9635b
ServiceInvariantUUID:e5518999-dafc-4b23-880d-0a03f0ab889f
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:aa643e78-1154-4851-a924-9b0edb56f5c1
ArtifactChecksum:YzBkNzc3OTE5Y2ZhYWVmZmQ2NzIzNjhlNWIwYWYzNWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7aef363d-8aab-4723-b191-f16447c8b94d
ResourceInvariantUUID:8cd7fc93-0434-443a-b842-7b5dac3c9dc1
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:14201ba0-7854-4b8f-884d-ee1277db49ce
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-25T22:48:34.762Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b297ecd4-eff3-4bd3-a244-55acf8b9635b 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-09-25T22:48:34.778Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:48:34.778Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:48:34.778Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:48:34.778Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: aa643e78-1154-4851-a924-9b0edb56f5c1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-25T22:48:34.778Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-25T22:48:34.779Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-25T22:48:35.626Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-25T22:48:35.628Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar aa643e78-1154-4851-a924-9b0edb56f5c1 52218
2021-09-25T22:48:35.628Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-25T22:48:35.628Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-25T22:48:35.629Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:48:35.629Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:48:35.630Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:48:35.630Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632610115628,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:48:35.730Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:48:35.731Z||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-09-25T22:48:35.731Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:48:35.739Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:48:35.739Z||pool-37-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:48:36.631Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:48:36.632Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:48:36.632Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: aa643e78-1154-4851-a924-9b0edb56f5c1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T22:48:36.632Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-25T22:48:36.632Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T22:48:36.632Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T22:48:36.711Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4941240688307355912/Definitions/service-BasicNetwork-template.yml
2021-09-25T22:48:37.020Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||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-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||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-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||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-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||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-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||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-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||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-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||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-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:48:37.022Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.022Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-25T22:48:37.022Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-25T22:48:37.022Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:48:37.022Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:48:37.022Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.022Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-25T22:48:37.022Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-25T22:48:37.022Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:48:37.022Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:48:37.022Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.023Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:48:37.023Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.023Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:48:37.023Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.023Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:48:37.023Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.023Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:48:37.023Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.023Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:b297ecd4-eff3-4bd3-a244-55acf8b9635b
Model Version:NULL
Model InvariantUuid:e5518999-dafc-4b23-880d-0a03f0ab889f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8cd7fc93-0434-443a-b842-7b5dac3c9dc1
Model UUID:5c320a7e-61a1-4c58-af85-644a5ef5d219
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:7aef363d-8aab-4723-b191-f16447c8b94d
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-09-25T22:48:37.030Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 14201ba0-7854-4b8f-884d-ee1277db49ce
2021-09-25T22:48:37.030Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||No resources found for Service: b297ecd4-eff3-4bd3-a244-55acf8b9635b
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-09-25T22:48:37.033Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||
2021-09-25T22:48:37.033Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-25T22:48:37.033Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||No resources found for Service: b297ecd4-eff3-4bd3-a244-55acf8b9635b
2021-09-25T22:48:37.033Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b297ecd4-eff3-4bd3-a244-55acf8b9635b
2021-09-25T22:48:37.033Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-25T22:48:37.033Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||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-09-25T22:48:37.038Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:48:37.038Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.038Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:48:37.038Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.038Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b297ecd4-eff3-4bd3-a244-55acf8b9635b: Generic NeutronNet
2021-09-25T22:48:37.038Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:48:37.038Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.038Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:48:37.038Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||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-09-25T22:48:37.063Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:48:37.064Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.064Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:48:37.064Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.064Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:48:37.064Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.064Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||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-09-25T22:48:37.111Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-25T22:48:37.111Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-25T22:48:37.112Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-25T22:48:37.112Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:48:37.112Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:48:37.113Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:48:37.113Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632610117111,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T22:48:37.213Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:48:37.214Z||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-09-25T22:48:37.214Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:48:37.222Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:48:37.222Z||pool-38-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:48:38.114Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1952e9d9-1b95-42d2-bd67-f9ddb81b537a
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-09-25T22:48:38.120Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1952e9d9-1b95-42d2-bd67-f9ddb81b537a
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-09-25T22:48:38.122Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:48:38.122Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T22:48:38.122Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T22:48:38.122Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T22:48:38.122Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T22:48:38.122Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T22:48:38.122Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T22:48:38.122Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T22:48:38.122Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T22:48:38.122Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T22:48:38.122Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-25T22:48:38.125Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T22:49:08.125Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1952e9d9-1b95-42d2-bd67-f9ddb81b537a 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-09-25T22:49:08.128Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1952e9d9-1b95-42d2-bd67-f9ddb81b537a and serviceModelVersionId: b297ecd4-eff3-4bd3-a244-55acf8b9635b
2021-09-25T22:49:08.128Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e5518999-dafc-4b23-880d-0a03f0ab889f
2021-09-25T22:49:08.129Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e5518999-dafc-4b23-880d-0a03f0ab889f/model-vers/model-ver/b297ecd4-eff3-4bd3-a244-55acf8b9635b?depth=0
2021-09-25T22:49:08.132Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T22:49:08.167Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5518999-dafc-4b23-880d-0a03f0ab889f/model-vers/model-ver/b297ecd4-eff3-4bd3-a244-55acf8b9635b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-25T22:49:08.168Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5518999-dafc-4b23-880d-0a03f0ab889f/model-vers/model-ver/b297ecd4-eff3-4bd3-a244-55acf8b9635b?depth=0|INFO|500||Invoke
2021-09-25T22:49:08.186Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5518999-dafc-4b23-880d-0a03f0ab889f/model-vers/model-ver/b297ecd4-eff3-4bd3-a244-55acf8b9635b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-25T22:49:08.329Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5518999-dafc-4b23-880d-0a03f0ab889f/model-vers/model-ver/b297ecd4-eff3-4bd3-a244-55acf8b9635b?depth=0|INFO|500||InvokeReturn
2021-09-25T22:49:08.330Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5518999-dafc-4b23-880d-0a03f0ab889f/model-vers/model-ver/b297ecd4-eff3-4bd3-a244-55acf8b9635b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210925-22:49:08:192-42019], vertex-id=[245920], Content-Length=[0], Date=[Sat, 25 Sep 2021 22:49:08 GMT], Content-Type=[application/json]}
2021-09-25T22:49:08.330Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-25T22:49:08.330Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T22:49:08.330Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T22:49:08.336Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-25T22:49:08.336Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1952e9d9-1b95-42d2-bd67-f9ddb81b537a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T22:49:08.336Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T22:49:08.337Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:49:08.338Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:49:08.338Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632610148336,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T22:49:08.439Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:49:08.439Z||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-09-25T22:49:08.439Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:49:08.454Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:49:08.454Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-25T22:49:32.126Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:49:32.127Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T22:49:32.127Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:49:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:49:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T22:49:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:49:32.246Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:49:32.246Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:49:32.247Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632610112126,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:49:32.247Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T22:49:41.672Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:50:32.126Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:50:32.127Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T22:50:32.127Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:50:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:50:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T22:50:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:50:32.648Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:50:32.649Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:50:32.649Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632610112126,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:50:32.649Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T22:50:32.650Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:50:32.650Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632610115628,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:50:32.650Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:50:32.650Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:50:32.650Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632610117111,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T22:50:32.650Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:50:32.650Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:50:32.650Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632610148336,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T22:50:32.650Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:50:41.673Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:51:32.126Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:51:32.127Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T22:51:32.127Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:51:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:51:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T22:51:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:51:41.666Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:51:41.682Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:52:32.126Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:52:32.127Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T22:52:32.127Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:52:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T22:52:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:40.578Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:52:40.579Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T22:52:40.579Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ee0c934-76fd-47bf-b980-52c86d97d7ef","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"34d02351-3a4b-44d5-bac7-94c3c7dc92e4","serviceDescription":"service","serviceInvariantUUID":"70145e7b-34c7-455f-a800-ba4b2d1fa2a2","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3cb40d6f-e89b-4b67-8068-ebb7a077ed04","resourceInvariantUUID":"d755708f-38cc-4003-b9a7-271a6ac2029a","resourceCustomizationUUID":"25b175c6-6e55-496f-be83-d39621587507","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d7c22ff1-78f8-4e4d-9e27-c60ab23503c0","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"OTM1YjNhMDIyMDRkM2E3NzNmMzJkNzYyOGM1ZTU5ZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"644d641d-1bf9-44b9-b9d7-3f3675fc622b","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"YTRmYmIxN2FjZGM1YTI2OThjOTdlMDQyZDU0NzAxNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5cf2cc7-9b5e-49ec-95d0-4a226c0f0de0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d7a06862-7902-4b74-a4b8-0f105dcad70c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e6f31ae0-6469-46bd-8dd5-97b913e9bb2f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4d53f0f8-1106-477f-a78d-ac4f2703fceb","artifactVersion":"2","generatedFromUUID":"d7a06862-7902-4b74-a4b8-0f105dcad70c"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"M2M0OGIwN2RmMWJhN2Q1MGMxMmE1ZGJlZTVhMTYwYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13d1e9e8-8e86-4bc0-b82b-27380b463bfd","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MDhkYTY0MzY0Y2MzZjU4MjFjNGM4ZWU1ZDkxOTJiMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0545bb72-72b0-4240-9e8c-bdf6a5fb95f6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T22:52:40.581Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:52:40.582Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:52:40.583Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:52:40.583Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632610352126,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:52:40.683Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:52:40.684Z||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-09-25T22:52:40.684Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:40.690Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:52:40.690Z||pool-40-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:52:40.793Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:52:40.794Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:52:40.794Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
"consumerID": "dcae-sch",
"timestamp": 1632610359252,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOTIFIED"
}
2021-09-25T22:52:40.795Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T22:52:41.584Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:52:41.584Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:52:41.586Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:52:41.586Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632610352126,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:52:41.686Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:52:41.687Z||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-09-25T22:52:41.687Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:41.693Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:52:41.693Z||pool-41-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:52:42.586Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:52:42.587Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:52:42.589Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:52:42.589Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632610352126,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T22:52:42.689Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:52:42.690Z||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-09-25T22:52:42.690Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:42.698Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:52:42.698Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:52:43.589Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:52:43.590Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:52:43.591Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:52:43.592Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632610352126,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-25T22:52:43.692Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:52:43.692Z||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-09-25T22:52:43.693Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:43.702Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:52:43.702Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:52:44.592Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:52:44.593Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:52:44.595Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:52:44.595Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632610352126,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:52:44.696Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-25T22:52:44.697Z||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-09-25T22:52:44.697Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:44.705Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:52:44.705Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:52:45.595Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:52:45.596Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:52:45.598Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:52:45.598Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632610352126,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-25T22:52:45.698Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:52:45.699Z||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-09-25T22:52:45.699Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:45.705Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:52:45.705Z||pool-45-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:52:46.599Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:52:46.599Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:52:46.601Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:52:46.601Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632610352126,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T22:52:46.701Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:52:46.702Z||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-09-25T22:52:46.702Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:46.709Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:52:46.709Z||pool-46-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:52:47.602Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:52:47.602Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:52:47.604Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:52:47.604Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632610352126,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T22:52:47.704Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:52:47.705Z||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-09-25T22:52:47.705Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:47.712Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:52:47.712Z||pool-47-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:52:48.606Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
"serviceName": "basicclamp",
"serviceVersion": "1.0",
"serviceUUID": "34d02351-3a4b-44d5-bac7-94c3c7dc92e4",
"serviceDescription": "service",
"serviceInvariantUUID": "70145e7b-34c7-455f-a800-ba4b2d1fa2a2",
"resources": [
{
"resourceInstanceName": "basicclamp 0",
"resourceCustomizationUUID": "25b175c6-6e55-496f-be83-d39621587507",
"resourceName": "basicclamp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3cb40d6f-e89b-4b67-8068-ebb7a077ed04",
"resourceInvariantUUID": "d755708f-38cc-4003-b9a7-271a6ac2029a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basicclamp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"artifactChecksum": "YTRmYmIxN2FjZGM1YTI2OThjOTdlMDQyZDU0NzAxNmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e5cf2cc7-9b5e-49ec-95d0-4a226c0f0de0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d7a06862-7902-4b74-a4b8-0f105dcad70c",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4d53f0f8-1106-477f-a78d-ac4f2703fceb",
"generatedFromUUID": "d7a06862-7902-4b74-a4b8-0f105dcad70c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4d53f0f8-1106-477f-a78d-ac4f2703fceb",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Basicclamp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"artifactChecksum": "MDhkYTY0MzY0Y2MzZjU4MjFjNGM4ZWU1ZDkxOTJiMTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0545bb72-72b0-4240-9e8c-bdf6a5fb95f6"
}
],
"workloadContext": "Production"
}
2021-09-25T22:52:48.606Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T22:52:48.606Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 34d02351-3a4b-44d5-bac7-94c3c7dc92e4 ASDC
2021-09-25T22:52:48.606Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3ee0c934-76fd-47bf-b980-52c86d97d7ef
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:34d02351-3a4b-44d5-bac7-94c3c7dc92e4
ServiceInvariantUUID:70145e7b-34c7-455f-a800-ba4b2d1fa2a2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:0545bb72-72b0-4240-9e8c-bdf6a5fb95f6
ArtifactChecksum:MDhkYTY0MzY0Y2MzZjU4MjFjNGM4ZWU1ZDkxOTJiMTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:25b175c6-6e55-496f-be83-d39621587507
ResourceInvariantUUID:d755708f-38cc-4003-b9a7-271a6ac2029a
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:3cb40d6f-e89b-4b67-8068-ebb7a077ed04
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:e5cf2cc7-9b5e-49ec-95d0-4a226c0f0de0
ArtifactChecksum:YTRmYmIxN2FjZGM1YTI2OThjOTdlMDQyZDU0NzAxNmI=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d7a06862-7902-4b74-a4b8-0f105dcad70c
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:4d53f0f8-1106-477f-a78d-ac4f2703fceb
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:4d53f0f8-1106-477f-a78d-ac4f2703fceb
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-25T22:52:48.606Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 34d02351-3a4b-44d5-bac7-94c3c7dc92e4 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-09-25T22:52:48.625Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:52:48.626Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:52:48.626Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:52:48.626Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0545bb72-72b0-4240-9e8c-bdf6a5fb95f6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-25T22:52:48.626Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-25T22:52:48.626Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-25T22:52:49.226Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-25T22:52:49.229Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 0545bb72-72b0-4240-9e8c-bdf6a5fb95f6 76922
2021-09-25T22:52:49.229Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-25T22:52:49.229Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-25T22:52:49.229Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:52:49.229Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:52:49.231Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:52:49.231Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632610369229,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T22:52:49.332Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:52:49.332Z||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-09-25T22:52:49.332Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:49.341Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T22:52:49.341Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:52:50.232Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:52:50.233Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:52:50.233Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0545bb72-72b0-4240-9e8c-bdf6a5fb95f6, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-25T22:52:50.233Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-25T22:52:50.233Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-25T22:52:50.234Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-25T22:52:50.349Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP202451949605871899/Definitions/service-Basicclamp-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-09-25T22:52:51.152Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2021-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-25T22:52:51.154Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-25T22:52:51.154Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-25T22:52:51.154Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:52:51.154Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:52:51.154Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-25T22:52:51.154Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-25T22:52:51.154Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:52:51.154Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:52:51.154Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:52:51.154Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-25T22:52:51.155Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-25T22:52:51.155Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:52:51.155Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:52:51.155Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:52:51.155Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:52:51.155Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-25T22:52:51.155Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-25T22:52:51.155Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-25T22:52:51.155Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-25T22:52:51.156Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-25T22:52:51.156Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-25T22:52:51.156Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:52:51.156Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T22:52:51.156Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:52:51.156Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-25T22:52:51.156Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:52:51.156Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:52:51.157Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-25T22:52:51.157Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:52:51.157Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T22:52:51.157Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-25T22:52:51.157Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:52:51.157Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery