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-07-23T23:35:25.519Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-4dxbn with PID 14 (/app/app.jar started by so in /app)
2021-07-23T23:35:25.525Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-07-23T23:35:25.525Z||main|||||INFO|500||The following profiles are active: basic
2021-07-23T23:35:33.664Z||main|||||INFO|500||Starting service [Tomcat]
2021-07-23T23:35:33.698Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-07-23T23:35:33.827Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-07-23T23:35:35.254Z||main|||||INFO|500||catdb-pool - Starting...
2021-07-23T23:35:35.410Z||main|||||INFO|500||catdb-pool - Start completed.
2021-07-23T23:35:35.841Z||main|||||INFO|500||reqdb-pool - Starting...
2021-07-23T23:35:35.848Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-07-23T23:35:35.933Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-07-23T23:35:36.048Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-07-23T23:35:36.475Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-07-23T23:35:37.814Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-23T23:35:39.667Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-23T23:35:39.717Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-07-23T23:35:40.109Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-23T23:35:40.327Z||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-07-23T23:35:41.521Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-23T23:35:42.438Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-07-23T23:35:42.456Z||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$$afaf231c.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-07-23T23:35:42.457Z||main|||||WARN|500||The sdc end point is not alive
2021-07-23T23:35:44.793Z||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-07-23T23:35:47.039Z||main|||||WARN|500||---
2021-07-23T23:35:47.040Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-07-23T23:35:47.040Z||main|||||WARN|500||---
2021-07-23T23:35:47.351Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-07-23T23:35:50.633Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-23T23:35:50.635Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-23T23:35:50.635Z||main|||||INFO|500||Started Application in 26.966 seconds (JVM running for 28.525)
2021-07-23T23:35:50.648Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-23T23:35:50.703Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-23T23:35:50.794Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 00b4318a-66c0-453a-a199-cc219b3b94ba url= /sdc/v1/artifactTypes
2021-07-23T23:35:50.795Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-23T23:35:51.894Z||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.9.168] 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-07-23T23:35:51.898Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6afff209
2021-07-23T23:35:51.898Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-23T23:35:51.908Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-23T23:35:51.910Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-23T23:35:51.913Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-07-23T23:36:40.627Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-23T23:36:40.627Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-23T23:36:40.627Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-23T23:36:40.631Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-23T23:36:40.648Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f2724bb1-d398-4591-9f0e-498789517a39 url= /sdc/v1/artifactTypes
2021-07-23T23:36:40.648Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-23T23:36:41.686Z||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.9.168] 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-07-23T23:36:41.687Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5003477d
2021-07-23T23:36:41.687Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-23T23:36:41.687Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-23T23:36:41.687Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-23T23:36:41.688Z||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-07-23T23:37:30.627Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-23T23:37:30.627Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-23T23:37:30.628Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-23T23:37:30.632Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-23T23:37:30.644Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2514a068-4747-4567-9ab1-d3d2ddab7622 url= /sdc/v1/artifactTypes
2021-07-23T23:37:30.645Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-23T23:37:31.671Z||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.9.168] 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-07-23T23:37:31.672Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a104c3
2021-07-23T23:37:31.673Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-23T23:37:31.673Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-23T23:37:31.673Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-23T23:37:31.673Z||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-07-23T23:38:20.627Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-23T23:38:20.627Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-23T23:38:20.628Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-23T23:38:20.632Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-23T23:38:20.638Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 314eb3ea-34d2-4cd0-a931-bea0dd458555 url= /sdc/v1/artifactTypes
2021-07-23T23:38:20.639Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-23T23:38:21.653Z||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.9.168] 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-07-23T23:38:21.654Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d78c271
2021-07-23T23:38:21.654Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-23T23:38:21.654Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-23T23:38:21.655Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-23T23:38:21.656Z||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-07-23T23:39:10.628Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-23T23:39:10.629Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-23T23:39:10.629Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-23T23:39:10.635Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-23T23:39:10.643Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2521db44-7107-4158-ac8b-1faf344d580d url= /sdc/v1/artifactTypes
2021-07-23T23:39:10.643Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-23T23:39:11.678Z||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.9.168] 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-07-23T23:39:11.679Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@425b7122
2021-07-23T23:39:11.679Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-23T23:39:11.679Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-23T23:39:11.679Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-23T23:39:11.680Z||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-07-23T23:40:00.627Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-23T23:40:00.627Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-23T23:40:00.627Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-23T23:40:00.631Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-23T23:40:00.649Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0544ff3c-d593-488f-8dfe-03a82ed22c33 url= /sdc/v1/artifactTypes
2021-07-23T23:40:00.650Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-23T23:40:01.687Z||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.9.168] 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-07-23T23:40:01.687Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1940df2
2021-07-23T23:40:01.688Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-23T23:40:01.688Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-23T23:40:01.688Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-23T23:40:01.688Z||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-07-23T23:40:50.627Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-23T23:40:50.629Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-23T23:40:50.629Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-23T23:40:50.634Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-23T23:40:50.644Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3971ea4-8bad-40cc-a369-2746dcf41fd5 url= /sdc/v1/artifactTypes
2021-07-23T23:40:50.644Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-23T23:40:51.672Z||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.9.168] 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-07-23T23:40:51.674Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69d10d1f
2021-07-23T23:40:51.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-23T23:40:51.674Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-23T23:40:51.675Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-23T23:40:51.675Z||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-07-23T23:41:40.627Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-23T23:41:40.628Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-23T23:41:40.629Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-23T23:41:40.633Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-23T23:41:40.640Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d16a3e0e-dde7-4891-ae1a-00711a5149ca url= /sdc/v1/artifactTypes
2021-07-23T23:41:40.640Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-23T23:41:40.860Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-07-23T23:41:40.878Z||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-07-23T23:41:40.970Z||scheduling-1|||||DEBUG|500||create keys
2021-07-23T23:41:40.980Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-07-23T23:41:41.009Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:41:41.028Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7e802751-c4c5-4dbb-aaa1-3148d6cddf34 url= /sdc/v1/registerForDistribution
2021-07-23T23:41:41.189Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7e802751-c4c5-4dbb-aaa1-3148d6cddf34 url= /sdc/v1/registerForDistribution
2021-07-23T23:41:41.190Z||scheduling-1|||||INFO|500||start DistributionClient
2021-07-23T23:41:41.201Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:41:41.201Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:41:41.223Z||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-07-23T23:41:41.224Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:41:41.224Z||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-07-23T23:41:41.224Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:41:41.226Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-07-23T23:41:51.451Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:41:51.462Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:42:41.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:42:41.201Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:42:41.201Z||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-07-23T23:42:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:42:41.202Z||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-07-23T23:42:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:42:50.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:42:50.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:43:41.199Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:43:41.201Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:43:41.201Z||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-07-23T23:43:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:43:41.202Z||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-07-23T23:43:41.203Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:43:50.757Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:43:50.759Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:44:41.199Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:44:41.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:44:41.201Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-23T23:44:41.201Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-23T23:44:41.202Z||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-07-23T23:44:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:44:50.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:44:50.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:45:27.187Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-07-23T23:45:41.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:45:41.200Z||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-07-23T23:45:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:45:41.200Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:45:41.202Z||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-07-23T23:45:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:45:50.753Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:45:50.753Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:46:41.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:46:41.200Z||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-07-23T23:46:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:46:41.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:46:41.201Z||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-07-23T23:46:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:46:50.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:46:50.794Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:47:41.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:47:41.200Z||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-07-23T23:47:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:47:41.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:47:41.202Z||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-07-23T23:47:41.203Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:47:50.751Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:47:50.751Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:48:41.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:48:41.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:48:41.201Z||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-07-23T23:48:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:48:41.201Z||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-07-23T23:48:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:48:50.772Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:48:50.774Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:49:41.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:49:41.200Z||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-07-23T23:49:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:49:41.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:49:41.201Z||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-07-23T23:49:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:49:50.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:49:50.751Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:50:41.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:50:41.200Z||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-07-23T23:50:41.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:50:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:50:41.201Z||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-07-23T23:50:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:50:50.752Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:50:50.752Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:51:41.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:51:41.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:51:41.200Z||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-07-23T23:51:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:51:41.201Z||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-07-23T23:51:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:51:50.750Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:51:50.752Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:52:41.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:52:41.200Z||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-07-23T23:52:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:52:41.200Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:52:41.202Z||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-07-23T23:52:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:52:50.753Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:52:50.753Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:53:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:53:41.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-23T23:53:41.200Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-23T23:53:41.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:53:41.201Z||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-07-23T23:53:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:53:50.751Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:53:50.754Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:54:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:54:41.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-23T23:54:41.200Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-23T23:54:41.200Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:54:41.201Z||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-07-23T23:54:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:54:50.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:54:50.758Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:55:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:55:41.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-23T23:55:41.200Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-23T23:55:41.200Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:55:41.201Z||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-07-23T23:55:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:55:50.750Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:55:50.751Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:56:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:56:41.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-23T23:56:41.200Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-23T23:56:41.200Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:56:41.201Z||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-07-23T23:56:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:56:50.751Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:56:50.755Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:57:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:57:41.201Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:57:41.202Z||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-07-23T23:57:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:57:41.202Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-23T23:57:41.203Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-23T23:57:50.765Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:57:50.766Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:58:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:58:41.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:58:41.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-23T23:58:41.201Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-23T23:58:41.201Z||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-07-23T23:58:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:58:50.753Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:58:50.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:59:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:59:41.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-23T23:59:41.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-23T23:59:41.201Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-23T23:59:41.201Z||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-07-23T23:59:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-23T23:59:50.745Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-23T23:59:50.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:00:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:00:41.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:00:41.201Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:00:41.201Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:00:41.202Z||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-07-24T00:00:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:00:50.751Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:00:50.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:01:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:01:41.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:01:41.201Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:01:41.201Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:01:41.202Z||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-07-24T00:01:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:01:50.748Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:01:50.749Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:02:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:02:41.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:02:41.200Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:02:41.200Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:02:41.201Z||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-07-24T00:02:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:02:50.766Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:02:50.775Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:03:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:03:41.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:03:41.200Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:03:41.200Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:03:41.201Z||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-07-24T00:03:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:03:50.749Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:03:50.750Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:04:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:04:41.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:04:41.200Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:04:41.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:04:41.201Z||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-07-24T00:04:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:04:50.745Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:04:50.749Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:05:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:05:41.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:05:41.200Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:05:41.201Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:05:41.201Z||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-07-24T00:05:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:05:50.751Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:05:50.754Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:06:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:06:41.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:06:41.200Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:06:41.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:06:41.201Z||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-07-24T00:06:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:06:50.752Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:06:50.753Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:07:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:07:41.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:07:41.200Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:07:41.200Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:07:41.201Z||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-07-24T00:07:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:07:50.750Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:07:50.754Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:08:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:08:41.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:08:41.200Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:08:41.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:08:41.201Z||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-07-24T00:08:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:08:50.748Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:08:50.749Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:09:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:09:41.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:09:41.200Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:09:41.201Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:09:41.201Z||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-07-24T00:09:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:09:50.751Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:09:50.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:10:41.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:10:41.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:10:41.200Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:10:41.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:10:41.201Z||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-07-24T00:10:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:10:50.742Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:10:50.742Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:11:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:11:41.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:11:41.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:11:41.201Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:11:41.201Z||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-07-24T00:11:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:11:50.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:11:50.751Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:12:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:12:41.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:12:41.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:12:41.201Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:12:41.201Z||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-07-24T00:12:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:12:50.754Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:12:50.755Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:13:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:13:41.200Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:13:41.201Z||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-07-24T00:13:41.201Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:13:41.201Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:13:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:13:50.759Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:13:50.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:14:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:14:41.201Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:14:41.201Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:14:41.201Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:14:41.201Z||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-07-24T00:14:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:14:50.751Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:14:50.752Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:15:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:15:41.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:15:41.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:15:41.200Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:15:41.201Z||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-07-24T00:15:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:15:50.750Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:15:50.751Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:16:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:16:41.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:16:41.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:16:41.201Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:16:41.201Z||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-07-24T00:16:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:16:50.754Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:16:50.754Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:17:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:17:41.200Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:17:41.201Z||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-07-24T00:17:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:17:41.201Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:17:41.201Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:17:50.751Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:17:50.766Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:18:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:18:41.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:18:41.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:18:41.200Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:18:41.201Z||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-07-24T00:18:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:18:50.762Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:18:50.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:19:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:19:41.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:19:41.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:19:41.200Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:19:41.201Z||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-07-24T00:19:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:19:50.751Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:19:50.753Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:20:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:20:41.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:20:41.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:20:41.201Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:20:41.202Z||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-07-24T00:20:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:20:50.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:20:50.753Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:21:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:21:41.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:21:41.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:21:41.200Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:21:41.201Z||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-07-24T00:21:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:21:50.747Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:21:50.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:22:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:22:41.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:22:41.200Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:22:41.201Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:22:41.201Z||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-07-24T00:22:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:22:50.750Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:22:50.751Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:23:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:23:41.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:23:41.200Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:23:41.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:23:41.201Z||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-07-24T00:23:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:23:50.749Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:23:50.753Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:24:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:24:41.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:24:41.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:24:41.201Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:24:41.201Z||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-07-24T00:24:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:24:50.748Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:24:50.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:25:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:25:41.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:25:41.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:25:41.200Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:25:41.201Z||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-07-24T00:25:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:25:50.750Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:25:50.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:26:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:26:41.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:26:41.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:26:41.200Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:26:41.201Z||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-07-24T00:26:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:26:50.752Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:26:50.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:27:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:27:41.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:27:41.201Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:27:41.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:27:41.202Z||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-07-24T00:27:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:27:50.747Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:27:50.749Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:28:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:28:41.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:28:41.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:28:41.200Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:28:41.201Z||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-07-24T00:28:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:28:50.749Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:28:50.755Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:29:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:29:41.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:29:41.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:29:41.200Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:29:41.201Z||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-07-24T00:29:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:29:50.751Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:29:50.751Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:30:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:30:41.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:30:41.201Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:30:41.201Z||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-07-24T00:30:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:30:41.201Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:30:50.747Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:30:50.748Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:31:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:31:41.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:31:41.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:31:41.201Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:31:41.201Z||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-07-24T00:31:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:31:50.748Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:31:50.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:32:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:32:41.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:32:41.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:32:41.201Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:32:41.201Z||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-07-24T00:32:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:32:50.750Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:32:50.753Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:33:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:33:41.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:33:41.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:33:41.200Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:33:41.201Z||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-07-24T00:33:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:33:50.751Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:33:50.755Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:34:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:34:41.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:34:41.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:34:41.200Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:34:41.201Z||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-07-24T00:34:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:34:50.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:34:50.758Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:35:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:35:41.201Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:35:41.201Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:35:41.201Z||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-07-24T00:35:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:35:41.201Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:35:50.753Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:35:50.755Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:36:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:36:41.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:36:41.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:36:41.201Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:36:41.201Z||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-07-24T00:36:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:36:50.745Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:36:50.755Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:37:41.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:37:41.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-24T00:37:41.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:37:41.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:37:41.201Z||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-07-24T00:37:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:37:50.747Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:37:50.749Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:38:41.199Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:38:41.200Z||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-07-24T00:38:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:38:41.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:38:41.201Z||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-07-24T00:38:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:38:50.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:38:50.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:39:41.199Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:39:41.200Z||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-07-24T00:39:41.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:39:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:39:41.201Z||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-07-24T00:39:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:39:50.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:39:50.756Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:40:41.200Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:40:41.200Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:40:41.201Z||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-07-24T00:40:41.201Z||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-07-24T00:40:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:40:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:40:50.751Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:40:50.753Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:41:41.199Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:41:41.200Z||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-07-24T00:41:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:41:41.200Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:41:41.201Z||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-07-24T00:41:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:41:50.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:41:50.751Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:42:41.199Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:42:41.200Z||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-07-24T00:42:41.200Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:41.200Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:42:41.201Z||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-07-24T00:42:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:41.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:42:41.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9","serviceName":"basic_onboard_WrblOT","serviceVersion":"1.0","serviceUUID":"fb66f90d-4d79-4a2c-a8a3-09743a0fc466","serviceDescription":"service","serviceInvariantUUID":"50ae950a-318b-4996-be63-42a07bd9040a","resources":[{"resourceInstanceName":"basic_onboard_WrblOT 0","resourceName":"basic_onboard_WrblOT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"391ec35e-d3cb-49d0-8fbf-69a92156e3f7","resourceInvariantUUID":"6cba9856-d725-42e1-b868-dd82e7a9696e","resourceCustomizationUUID":"e02280ce-66cf-459e-ae24-630f6f560513","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml","artifactChecksum":"YTFjOTdkMzg0MzcxNzY0NDJlMmE3NDY1ZDg0ODIyYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb9e95e3-557e-4205-a8dd-1b6638ce186d","artifactVersion":"1"},{"artifactName":"basic_onboard_wrblot0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json","artifactChecksum":"MGNkYTMzN2UwNjMyYmI3NzRiNDIzZWMxYWQ3NmEzNDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d8caf11-03d7-4046-a38e-59de34021929","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4f2fb220-4e81-4517-ac41-2fbecfe4b371","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cc3a1cc-70dc-410c-9a56-d7af7c980ad3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f16d2cf7-e099-4f7c-b901-bffe319e2d14","artifactVersion":"2","generatedFromUUID":"4f2fb220-4e81-4517-ac41-2fbecfe4b371"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWrblot-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml","artifactChecksum":"YWQzZGIxYTk2ZjQ4ZTViMGIwMzIwMjQxMTdmMzE5NmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"01cd9c22-bcdb-40e5-838a-8ad8bd26f415","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWrblot-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar","artifactChecksum":"NjQ4OGFiNmRmOTA2NTk4NWNhOWZlOGNkMDA2MThkNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"22a7e94f-b852-43c6-8d5b-ce4ad7e75a66","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T00:42:41.837Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:42:41.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087344902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.846Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:42:41.860Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:42:41.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087340724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1627087344094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "cds",
"timestamp": 1627087342749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "policy-id",
"timestamp": 1627087347962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087342784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087340724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T00:42:41.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087344902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T00:42:41.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1627087344094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "cds",
"timestamp": 1627087342749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "policy-id",
"timestamp": 1627087347962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087342784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087340724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087344902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-24T00:42:41.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1627087344094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "cds",
"timestamp": 1627087342749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "policy-id",
"timestamp": 1627087347962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-24T00:42:41.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087342784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087340724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087344902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1627087344094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "cds",
"timestamp": 1627087342749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "policy-id",
"timestamp": 1627087347962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087342784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087340724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-24T00:42:41.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087344902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-24T00:42:41.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1627087344094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.871Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:42:41.871Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087361199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "cds",
"timestamp": 1627087342749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "policy-id",
"timestamp": 1627087347962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087342784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087352381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087340724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087344902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1627087344094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "cds",
"timestamp": 1627087342749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "policy-id",
"timestamp": 1627087347962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087342784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087352381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T00:42:41.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "clamp",
"timestamp": 1627087354028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087340724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:42:41.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087344902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:42:41.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1627087344094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "cds",
"timestamp": 1627087342749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "policy-id",
"timestamp": 1627087347962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087342784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087352381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "dcae-sch",
"timestamp": 1627087354391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "clamp",
"timestamp": 1627087354028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T00:42:41.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087352381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "dcae-sch",
"timestamp": 1627087354391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "clamp",
"timestamp": 1627087354028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.879Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087356890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:42:41.879Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:41.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087356900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:42:41.880Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:41.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087356911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:42:41.881Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:41.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "policy-id",
"timestamp": 1627087356908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:42:41.881Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:41.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "cds",
"timestamp": 1627087357000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:42:41.881Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:41.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087352381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-24T00:42:41.881Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "dcae-sch",
"timestamp": 1627087354391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "clamp",
"timestamp": 1627087354028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:41.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:41.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "policy-id",
"timestamp": 1627087357915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T00:42:41.883Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:41.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:41.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "cds",
"timestamp": 1627087358019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-07-24T00:42:41.976Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-07-24T00:42:42.092Z||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-07-24T00:42:42.092Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:42.104Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:42:42.106Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: 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-07-24T00:42:42.694Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
2021-07-24T00:42:42.718Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9 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-07-24T00:42:42.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087352381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:42.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:42.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "dcae-sch",
"timestamp": 1627087354391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:42.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:42.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "clamp",
"timestamp": 1627087354028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:42.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:42.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087358694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:42:42.793Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:42.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087358787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:42:42.794Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:42.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "policy-id",
"timestamp": 1627087358918,
"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-07-24T00:42:42.809Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
2021-07-24T00:42:42.809Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9 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-07-24T00:42:42.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087352381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:42:42.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:42.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "dcae-sch",
"timestamp": 1627087354391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:42.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:42.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "clamp",
"timestamp": 1627087354028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:42.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:42.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087359886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:42:42.821Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:42.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087359978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:42:42.822Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:42.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "dcae-sch",
"timestamp": 1627087354391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:42.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:42.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087360326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:42:42.823Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:42.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "clamp",
"timestamp": 1627087354028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:42:42.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:42.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087360769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T00:42:42.825Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:42:42.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087360892,
"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-07-24T00:42:42.831Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
2021-07-24T00:42:42.831Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9 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-07-24T00:42:42.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087360988,
"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-07-24T00:42:42.846Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
2021-07-24T00:42:42.846Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9 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-07-24T00:42:42.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:42:42.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "dcae-sch",
"timestamp": 1627087354391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:42.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:42:42.883Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:42:42.883Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:42:42.886Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:42:42.886Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087361199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T00:42:42.987Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:42:42.990Z||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-07-24T00:42:42.990Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:43.009Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:42:43.010Z||pool-4-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2021-07-24T00:42:43.887Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:42:43.889Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:42:43.891Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:42:43.891Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087361199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-24T00:42:43.991Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T00:42:43.992Z||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-07-24T00:42:43.993Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:44.002Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:42:44.003Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:42:44.892Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:42:44.893Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:42:44.895Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:42:44.895Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087361199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:44.995Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:42:44.996Z||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-07-24T00:42:44.997Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:45.006Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:42:45.007Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-24T00:42:45.895Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:42:45.897Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:42:45.899Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:42:45.899Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087361199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-24T00:42:45.999Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:42:46.000Z||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-07-24T00:42:46.000Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:46.014Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:42:46.015Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-07-24T00:42:46.900Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:42:46.901Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:42:46.904Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:42:46.904Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087361199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:42:47.004Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:42:47.005Z||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-07-24T00:42:47.005Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:47.019Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:42:47.019Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:42:47.905Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:42:47.906Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:42:47.908Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:42:47.908Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087361199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:42:48.008Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:42:48.009Z||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-07-24T00:42:48.009Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:48.022Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:42:48.022Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:42:48.911Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"serviceName": "basic_onboard_WrblOT",
"serviceVersion": "1.0",
"serviceUUID": "fb66f90d-4d79-4a2c-a8a3-09743a0fc466",
"serviceDescription": "service",
"serviceInvariantUUID": "50ae950a-318b-4996-be63-42a07bd9040a",
"resources": [
{
"resourceInstanceName": "basic_onboard_WrblOT 0",
"resourceCustomizationUUID": "e02280ce-66cf-459e-ae24-630f6f560513",
"resourceName": "basic_onboard_WrblOT",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "391ec35e-d3cb-49d0-8fbf-69a92156e3f7",
"resourceInvariantUUID": "6cba9856-d725-42e1-b868-dd82e7a9696e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_wrblot0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
"artifactChecksum": "MGNkYTMzN2UwNjMyYmI3NzRiNDIzZWMxYWQ3NmEzNDU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0d8caf11-03d7-4046-a38e-59de34021929",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4f2fb220-4e81-4517-ac41-2fbecfe4b371",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f16d2cf7-e099-4f7c-b901-bffe319e2d14",
"generatedFromUUID": "4f2fb220-4e81-4517-ac41-2fbecfe4b371"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f16d2cf7-e099-4f7c-b901-bffe319e2d14",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardWrblot-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"artifactChecksum": "NjQ4OGFiNmRmOTA2NTk4NWNhOWZlOGNkMDA2MThkNWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "22a7e94f-b852-43c6-8d5b-ce4ad7e75a66"
}
],
"workloadContext": "Production"
}
2021-07-24T00:42:48.918Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T00:42:48.918Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fb66f90d-4d79-4a2c-a8a3-09743a0fc466 ASDC
2021-07-24T00:42:49.279Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
ServiceName:basic_onboard_WrblOT
ServiceVersion:1.0
ServiceUUID:fb66f90d-4d79-4a2c-a8a3-09743a0fc466
ServiceInvariantUUID:50ae950a-318b-4996-be63-42a07bd9040a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWrblot-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar
ArtifactUUID:22a7e94f-b852-43c6-8d5b-ce4ad7e75a66
ArtifactChecksum:NjQ4OGFiNmRmOTA2NTk4NWNhOWZlOGNkMDA2MThkNWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_WrblOT 0
ResourceCustomizationUUID:e02280ce-66cf-459e-ae24-630f6f560513
ResourceInvariantUUID:6cba9856-d725-42e1-b868-dd82e7a9696e
ResourceName:basic_onboard_WrblOT
ResourceType:VF
ResourceUUID:391ec35e-d3cb-49d0-8fbf-69a92156e3f7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wrblot0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json
ArtifactUUID:0d8caf11-03d7-4046-a38e-59de34021929
ArtifactChecksum:MGNkYTMzN2UwNjMyYmI3NzRiNDIzZWMxYWQ3NmEzNDU=
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/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4f2fb220-4e81-4517-ac41-2fbecfe4b371
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/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env
ArtifactUUID:f16d2cf7-e099-4f7c-b901-bffe319e2d14
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/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env
ArtifactUUID:f16d2cf7-e099-4f7c-b901-bffe319e2d14
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-07-24T00:42:49.280Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fb66f90d-4d79-4a2c-a8a3-09743a0fc466 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-07-24T00:42:49.378Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T00:42:49.392Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-24T00:42:49.392Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-24T00:42:49.392Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 22a7e94f-b852-43c6-8d5b-ce4ad7e75a66 from URL: /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:49.393Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:42:49.394Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:50.069Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:42:50.083Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar 22a7e94f-b852-43c6-8d5b-ce4ad7e75a66 74841
2021-07-24T00:42:50.087Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar ASDC sendASDCNotification
2021-07-24T00:42:50.087Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:50.114Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:42:50.116Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:42:50.117Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:42:50.117Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087370083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:42:50.218Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:42:50.219Z||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-07-24T00:42:50.219Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:50.229Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:42:50.230Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-07-24T00:42:51.118Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T00:42:51.120Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-24T00:42:51.120Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 22a7e94f-b852-43c6-8d5b-ce4ad7e75a66, URL: /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar to file: /app/ASDC/1/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:51.121Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:51.623Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:51.624Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:52.160Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10110723002905922468/Definitions/service-BasicOnboardWrblot-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-07-24T00:42:53.931Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T00:42:53.934Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WrblOT 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-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WrblOT 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:42:53.935Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-24T00:42:53.941Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:42:53.942Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:42:53.945Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is matching search criteria
2021-07-24T00:42:53.946Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-24T00:42:53.947Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WrblOT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T00:42:53.948Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:42:53.948Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:42:53.948Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is matching search criteria
2021-07-24T00:42:53.948Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-24T00:42:53.948Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WrblOT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T00:42:53.949Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:42:53.949Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:42:53.951Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:42:53.952Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is not matching search criteria
2021-07-24T00:42:53.952Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-07-24T00:42:53.952Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-07-24T00:42:53.952Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-07-24T00:42:53.952Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-24T00:42:53.952Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-24T00:42:53.953Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:42:53.953Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T00:42:53.954Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:42:53.954Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is matching search criteria
2021-07-24T00:42:53.954Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WrblOT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:42:53.955Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:42:53.955Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is matching search criteria
2021-07-24T00:42:53.955Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WrblOT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:42:53.955Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:42:53.956Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is matching search criteria
2021-07-24T00:42:53.956Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WrblOT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:42:53.956Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:42:53.956Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is not matching search criteria
2021-07-24T00:42:53.956Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-24T00:42:53.956Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-24T00:42:53.957Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=011ff02a-16d9-42eb-b614-330a399c2d16
2021-07-24T00:42:53.957Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:42:53.957Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:42:53.957Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:42:53.957Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:42:53.958Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:42:53.958Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:42:53.958Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:42:53.958Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:42:53.973Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_WrblOT
Description:service
Model UUID:fb66f90d-4d79-4a2c-a8a3-09743a0fc466
Model Version:NULL
Model InvariantUuid:50ae950a-318b-4996-be63-42a07bd9040a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_WrblOT
Model UUID:0a81143a-99bf-4ee7-b094-22a08d8d33eb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6cba9856-d725-42e1-b868-dd82e7a9696e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e02280ce-66cf-459e-ae24-630f6f560513
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2b6c1dcc-32f4-46c0-8393-75c3b9934b18
ModelName:BasicOnboardWrblot..base_ubuntu18..module-0
ModelUuid:5810cfa1-7cdf-4998-94c1-27195934c156
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:011ff02a-16d9-42eb-b614-330a399c2d16
ModelInvariantUuid:b3417762-af7d-4998-902e-76e18d583e58
ModelName:basic_onboard_WrblOT-nodes.ubuntu18Cvfc
ModelUuid:44b9b573-9c0a-4592-abff-5d77107e9b96
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b9392565-eac7-4cc7-aa4f-8ec82042221c
ModelInvariantUuid:b6862b4a-00a8-4198-bba0-3587d34f52ea
ModelName:BasicOnboardWrblot.compute.nodes.heat.ubuntu18
ModelUuid:3516c25d-88cf-494d-9c9c-ad88b20e4575
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-07-24T00:42:53.986Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 391ec35e-d3cb-49d0-8fbf-69a92156e3f7
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-07-24T00:42:54.691Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||basic_onboard_WrblOT 0
2021-07-24T00:42:54.699Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 391ec35e-d3cb-49d0-8fbf-69a92156e3f7
2021-07-24T00:42:54.699Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0d8caf11-03d7-4046-a38e-59de34021929 from URL: /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json
2021-07-24T00:42:54.699Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:42:54.699Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json
2021-07-24T00:42:55.773Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:42:55.774Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json 0d8caf11-03d7-4046-a38e-59de34021929 798
2021-07-24T00:42:55.774Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json ASDC sendASDCNotification
2021-07-24T00:42:55.774Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json
2021-07-24T00:42:55.774Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:42:55.775Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:42:55.778Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:42:55.779Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087375774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:42:55.878Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T00:42:55.880Z||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-07-24T00:42:55.881Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:55.893Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:42:55.893Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:42:56.784Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWrblot..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "2b6c1dcc-32f4-46c0-8393-75c3b9934b18",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5810cfa1-7cdf-4998-94c1-27195934c156",
"vfModuleModelCustomizationUUID": "9ac89e78-3516-449f-856a-4339b90ffe7d",
"isBase": true,
"artifacts": [
"4f2fb220-4e81-4517-ac41-2fbecfe4b371",
"f16d2cf7-e099-4f7c-b901-bffe319e2d14"
],
"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-07-24T00:42:56.844Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWrblot..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5810cfa1-7cdf-4998-94c1-27195934c156
VfModuleModelInvariantUUID:2b6c1dcc-32f4-46c0-8393-75c3b9934b18
VfModuleModelDescription:NULL
Artifacts UUID List:{
4f2fb220-4e81-4517-ac41-2fbecfe4b371
,
f16d2cf7-e099-4f7c-b901-bffe319e2d14
}
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-07-24T00:42:56.846Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWrblot..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "2b6c1dcc-32f4-46c0-8393-75c3b9934b18",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5810cfa1-7cdf-4998-94c1-27195934c156",
"vfModuleModelCustomizationUUID": "9ac89e78-3516-449f-856a-4339b90ffe7d",
"isBase": true,
"artifacts": [
"4f2fb220-4e81-4517-ac41-2fbecfe4b371",
"f16d2cf7-e099-4f7c-b901-bffe319e2d14"
],
"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-07-24T00:42:56.846Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWrblot..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5810cfa1-7cdf-4998-94c1-27195934c156
VfModuleModelInvariantUUID:2b6c1dcc-32f4-46c0-8393-75c3b9934b18
VfModuleModelDescription:NULL
Artifacts UUID List:{
4f2fb220-4e81-4517-ac41-2fbecfe4b371
,
f16d2cf7-e099-4f7c-b901-bffe319e2d14
}
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-07-24T00:42:56.847Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4f2fb220-4e81-4517-ac41-2fbecfe4b371 from URL: /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml
2021-07-24T00:42:56.847Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:42:56.847Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml
2021-07-24T00:42:57.680Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:42:57.681Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml 4f2fb220-4e81-4517-ac41-2fbecfe4b371 5033
2021-07-24T00:42:57.681Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-24T00:42:57.681Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml
2021-07-24T00:42:57.681Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:42:57.682Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:42:57.684Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:42:57.684Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087377681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:42:57.784Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:42:57.785Z||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-07-24T00:42:57.785Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:57.795Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:42:57.795Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:42:58.684Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f16d2cf7-e099-4f7c-b901-bffe319e2d14 from URL: /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env
2021-07-24T00:42:58.685Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:42:58.685Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env
2021-07-24T00:42:58.950Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:42:58.951Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env f16d2cf7-e099-4f7c-b901-bffe319e2d14 909
2021-07-24T00:42:58.951Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-24T00:42:58.951Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env
2021-07-24T00:42:58.952Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:42:58.952Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:42:58.955Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:42:58.955Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087378951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:42:59.055Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T00:42:59.057Z||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-07-24T00:42:59.057Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:42:59.069Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:42:59.070Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:42:59.956Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: fb66f90d-4d79-4a2c-a8a3-09743a0fc466
2021-07-24T00:42:59.957Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WrblOT 0 391ec35e-d3cb-49d0-8fbf-69a92156e3f7 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-07-24T00:43:00.000Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:43:00.001Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:43:00.001Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-07-24T00:43:00.001Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= e02280ce-66cf-459e-ae24-630f6f560513
2021-07-24T00:43:00.001Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e02280ce-66cf-459e-ae24-630f6f560513 matches Tosca VF Customization UUID: e02280ce-66cf-459e-ae24-630f6f560513
2021-07-24T00:43:00.001Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: e02280ce-66cf-459e-ae24-630f6f560513 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-07-24T00:43:00.009Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:43:00.009Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:43:00.010Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id e02280ce-66cf-459e-ae24-630f6f560513: {\"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-07-24T00:43:00.011Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54d0e2c7
2021-07-24T00:43:00.011Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:43:00.011Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T00:43:00.012Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9ac89e78-3516-449f-856a-4339b90ffe7d
2021-07-24T00:43:00.013Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9ac89e78-3516-449f-856a-4339b90ffe7d
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-07-24T00:43:00.018Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:43:00.019Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is matching search criteria
2021-07-24T00:43:00.019Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WrblOT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:43:00.020Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:43:00.020Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is matching search criteria
2021-07-24T00:43:00.020Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WrblOT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:43:00.020Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:43:00.020Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is not matching search criteria
2021-07-24T00:43:00.021Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-24T00:43:00.021Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-24T00:43:00.021Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=011ff02a-16d9-42eb-b614-330a399c2d16
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-07-24T00:43:00.027Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:43:00.028Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is matching search criteria
2021-07-24T00:43:00.028Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WrblOT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:43:00.029Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:43:00.029Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WrblOT 0 is matching search criteria
2021-07-24T00:43:00.029Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WrblOT 0] matching following query criteria: sdcType=VF, customizationUUID=e02280ce-66cf-459e-ae24-630f6f560513
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-07-24T00:43:00.034Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:43:00.034Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:43:00.035Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid fb66f90d-4d79-4a2c-a8a3-09743a0fc466: basic_onboard_WrblOT
2021-07-24T00:43:00.035Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:43:00.035Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:43:00.036Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:43:00.036Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:43:00.036Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:43:00.037Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:43:00.037Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:43:00.037Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:43:00.037Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:43:00.037Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WrblOT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:43:00.038Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_WrblOT
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-07-24T00:43:00.280Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_WrblOT 391ec35e-d3cb-49d0-8fbf-69a92156e3f7 1 ASDC deployResourceStructure
2021-07-24T00:43:00.281Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json ASDC sendASDCNotification
2021-07-24T00:43:00.281Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json
2021-07-24T00:43:00.281Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:43:00.282Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:43:00.285Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:43:00.285Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087380280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-24T00:43:00.384Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-07-24T00:43:00.385Z||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-07-24T00:43:00.385Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:43:00.397Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:43:00.398Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:43:01.287Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-24T00:43:01.288Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml
2021-07-24T00:43:01.288Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:43:01.289Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:43:01.292Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:43:01.292Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087381287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-07-24T00:43:01.392Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:43:01.393Z||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-07-24T00:43:01.393Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:43:01.403Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:43:01.404Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:43:02.293Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-24T00:43:02.293Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env
2021-07-24T00:43:02.294Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:43:02.294Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:43:02.295Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:43:02.296Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087382292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-07-24T00:43:02.396Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:43:02.398Z||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-07-24T00:43:02.399Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:43:02.410Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:43:02.411Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:43:03.296Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar ASDC sendASDCNotification
2021-07-24T00:43:03.297Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar
2021-07-24T00:43:03.297Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:43:03.298Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:43:03.301Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:43:03.301Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087383296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T00:43:03.400Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T00:43:03.401Z||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-07-24T00:43:03.401Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:43:03.412Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:43:03.412Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:43:04.302Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
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-07-24T00:43:04.322Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
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-07-24T00:43:04.325Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T00:43:04.325Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T00:43:04.325Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T00:43:34.326Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
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-07-24T00:43:34.336Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
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-07-24T00:43:34.339Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T00:43:34.339Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T00:43:34.340Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T00:43:41.200Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:43:41.201Z||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-07-24T00:43:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:43:41.322Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:43:41.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:43:41.323Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087361776,
"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-07-24T00:43:41.338Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
2021-07-24T00:43:41.338Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9 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-07-24T00:44:04.340Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
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-07-24T00:44:04.349Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
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-07-24T00:44:04.352Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T00:44:04.352Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T00:44:04.352Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T00:44:34.353Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
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-07-24T00:44:34.363Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
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-07-24T00:44:34.366Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T00:44:34.366Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T00:44:34.366Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T00:44:41.201Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:44:41.202Z||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-07-24T00:44:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:44:41.234Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:44:41.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087361897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-24T00:44:41.240Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087361199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:44:41.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:44:41.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087361994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-24T00:44:41.241Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087362191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:44:41.241Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087361199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T00:44:41.242Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:44:41.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087361199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-24T00:44:41.242Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:44:41.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087364664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:44:41.243Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087361199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:44:41.243Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:44:41.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087361199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-24T00:44:41.243Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:44:41.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087366602,
"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-07-24T00:44:41.251Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
2021-07-24T00:44:41.251Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9 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-07-24T00:44:41.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087361199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:44:41.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:44:41.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087367606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-24T00:44:41.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087361199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:44:41.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:44:41.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "aai-ml",
"timestamp": 1627087368245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:44:41.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:44:41.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "aai-ml",
"timestamp": 1627087368245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:44:41.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:44:41.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087370083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "aai-ml",
"timestamp": 1627087368245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "clamp",
"timestamp": 1627087371695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "aai-ml",
"timestamp": 1627087368245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "clamp",
"timestamp": 1627087372786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T00:44:41.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "aai-ml",
"timestamp": 1627087368245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:44:41.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:44:41.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "clamp",
"timestamp": 1627087373790,
"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-07-24T00:44:41.266Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
2021-07-24T00:44:41.266Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9 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-07-24T00:44:41.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "aai-ml",
"timestamp": 1627087368245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:44:41.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:44:41.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "aai-ml",
"timestamp": 1627087368245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:44:41.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:44:41.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087375774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:44:41.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "aai-ml",
"timestamp": 1627087376927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:44:41.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087377681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:44:41.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087378951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:44:41.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087380280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/basic_onboard_wrblot0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-24T00:44:41.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087381287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-07-24T00:44:41.275Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087382292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/resourceInstances/basic_onboard_wrblot0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-07-24T00:44:41.275Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087383296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T00:44:41.275Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "aai-ml",
"timestamp": 1627087389067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWrblot/1.0/artifacts/service-BasicOnboardWrblot-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T00:44:41.276Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:44:41.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:44:41.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "aai-ml",
"timestamp": 1627087390072,
"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-07-24T00:44:41.280Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
2021-07-24T00:44:41.280Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9 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-07-24T00:45:04.367Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
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-07-24T00:45:04.394Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9
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-07-24T00:45:04.396Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T00:45:04.396Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T00:45:04.396Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T00:45:04.397Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T00:45:04.397Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T00:45:04.397Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T00:45:04.397Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T00:45:04.397Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T00:45:04.398Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T00:45:04.398Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T00:45:04.398Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-24T00:45:04.402Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T00:45:34.402Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9 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-07-24T00:45:34.409Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9 and serviceModelVersionId: fb66f90d-4d79-4a2c-a8a3-09743a0fc466
2021-07-24T00:45:34.409Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 50ae950a-318b-4996-be63-42a07bd9040a
2021-07-24T00:45:41.200Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:45:41.201Z||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-07-24T00:45:41.202Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:45:41.731Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:45:41.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "clamp",
"timestamp": 1627087444028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "ves-openapi-manager",
"timestamp": 1627087444093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087444902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087440724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "cds",
"timestamp": 1627087447749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "clamp",
"timestamp": 1627087444028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
"status": "NOTIFIED"
}
2021-07-24T00:45:41.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "ves-openapi-manager",
"timestamp": 1627087444093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087444902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
"status": "NOTIFIED"
}
2021-07-24T00:45:41.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087440724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
"status": "NOTIFIED"
}
2021-07-24T00:45:41.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "policy-id",
"timestamp": 1627087447962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "cds",
"timestamp": 1627087447749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "clamp",
"timestamp": 1627087444028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "ves-openapi-manager",
"timestamp": 1627087444093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087440724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-24T00:45:41.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087444902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-24T00:45:41.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "policy-id",
"timestamp": 1627087447962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "cds",
"timestamp": 1627087447749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "clamp",
"timestamp": 1627087444028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "ves-openapi-manager",
"timestamp": 1627087444093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087440724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087444902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "policy-id",
"timestamp": 1627087447962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "cds",
"timestamp": 1627087447749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "clamp",
"timestamp": 1627087444028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087440724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "ves-openapi-manager",
"timestamp": 1627087444093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087444902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-24T00:45:41.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "policy-id",
"timestamp": 1627087447962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "cds",
"timestamp": 1627087447749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "clamp",
"timestamp": 1627087444028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087440724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "ves-openapi-manager",
"timestamp": 1627087444093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087444902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "policy-id",
"timestamp": 1627087447962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087452381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "cds",
"timestamp": 1627087447749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "clamp",
"timestamp": 1627087444028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087440724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087444902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "ves-openapi-manager",
"timestamp": 1627087444093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "policy-id",
"timestamp": 1627087447962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087452381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
"status": "NOTIFIED"
}
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "cds",
"timestamp": 1627087447749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "policy-id",
"timestamp": 1627087447962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087452381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "dcae-sch",
"timestamp": 1627087454391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087455580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087455625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087452381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "dcae-sch",
"timestamp": 1627087454391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "cds",
"timestamp": 1627087456295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "policy-id",
"timestamp": 1627087456485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087452381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "dcae-sch",
"timestamp": 1627087454391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087457195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "cds",
"timestamp": 1627087457301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-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-07-24T00:45:41.791Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e1fd40bd-6448-4cff-a17c-c1b8d5553bb8
2021-07-24T00:45:41.791Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fd40bd-6448-4cff-a17c-c1b8d5553bb8 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-07-24T00:45:41.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087457389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.811Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "policy-id",
"timestamp": 1627087457488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T00:45:41.812Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087452381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "dcae-sch",
"timestamp": 1627087454391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "policy-id",
"timestamp": 1627087458490,
"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-07-24T00:45:41.828Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1fd40bd-6448-4cff-a17c-c1b8d5553bb8
2021-07-24T00:45:41.828Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fd40bd-6448-4cff-a17c-c1b8d5553bb8 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-07-24T00:45:41.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "aai-ml",
"timestamp": 1627087458245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087458994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087459002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087452381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "dcae-sch",
"timestamp": 1627087454391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "aai-ml",
"timestamp": 1627087458245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087459998,
"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-07-24T00:45:41.844Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1fd40bd-6448-4cff-a17c-c1b8d5553bb8
2021-07-24T00:45:41.845Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fd40bd-6448-4cff-a17c-c1b8d5553bb8 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-07-24T00:45:41.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087460009,
"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-07-24T00:45:41.853Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1fd40bd-6448-4cff-a17c-c1b8d5553bb8
2021-07-24T00:45:41.853Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fd40bd-6448-4cff-a17c-c1b8d5553bb8 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-07-24T00:45:41.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "dcae-sch",
"timestamp": 1627087454391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087460581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "aai-ml",
"timestamp": 1627087458245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087461002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
"status": "DEPLOY_OK"
}
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087461013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
"status": "DEPLOY_OK"
}
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "dcae-sch",
"timestamp": 1627087454391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "clamp",
"timestamp": 1627087461694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "aai-ml",
"timestamp": 1627087458245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087462386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "aai-ml",
"timestamp": 1627087458245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087462784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "clamp",
"timestamp": 1627087463701,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "aai-ml",
"timestamp": 1627087458245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087462784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "clamp",
"timestamp": 1627087464704,
"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-07-24T00:45:41.864Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e1fd40bd-6448-4cff-a17c-c1b8d5553bb8
2021-07-24T00:45:41.864Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fd40bd-6448-4cff-a17c-c1b8d5553bb8 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-07-24T00:45:41.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "aai-ml",
"timestamp": 1627087458245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:45:41.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087464982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.871Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087462784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087465996,
"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-07-24T00:45:41.879Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1fd40bd-6448-4cff-a17c-c1b8d5553bb8
2021-07-24T00:45:41.879Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fd40bd-6448-4cff-a17c-c1b8d5553bb8 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-07-24T00:45:41.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087462784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087467001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
"status": "DEPLOY_OK"
}
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "aai-ml",
"timestamp": 1627087467379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087462784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087462784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087462784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087471278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087474532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T00:45:41.888Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087475536,
"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-07-24T00:45:41.896Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e1fd40bd-6448-4cff-a17c-c1b8d5553bb8
2021-07-24T00:45:41.896Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fd40bd-6448-4cff-a17c-c1b8d5553bb8 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-07-24T00:45:41.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "aai-ml",
"timestamp": 1627087477176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T00:45:41.907Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:45:41.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:45:41.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "aai-ml",
"timestamp": 1627087478180,
"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-07-24T00:45:41.911Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e1fd40bd-6448-4cff-a17c-c1b8d5553bb8
2021-07-24T00:45:41.911Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fd40bd-6448-4cff-a17c-c1b8d5553bb8 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-07-24T00:45:56.893Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/50ae950a-318b-4996-be63-42a07bd9040a/model-vers/model-ver/fb66f90d-4d79-4a2c-a8a3-09743a0fc466?depth=0
2021-07-24T00:45:57.049Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T00:45:57.539Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/50ae950a-318b-4996-be63-42a07bd9040a/model-vers/model-ver/fb66f90d-4d79-4a2c-a8a3-09743a0fc466?depth=0|INFO|500||Invoke
2021-07-24T00:45:57.549Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/50ae950a-318b-4996-be63-42a07bd9040a/model-vers/model-ver/fb66f90d-4d79-4a2c-a8a3-09743a0fc466?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/50ae950a-318b-4996-be63-42a07bd9040a/model-vers/model-ver/fb66f90d-4d79-4a2c-a8a3-09743a0fc466?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[52f49eeb-62db-4862-97f8-8f0e083724a5], X-ECOMP-RequestID=[bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9], X-TransactionId=[], X-ONAP-RequestID=[bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9], Content-Type=[application/merge-patch+json]}
2021-07-24T00:45:57.694Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/50ae950a-318b-4996-be63-42a07bd9040a/model-vers/model-ver/fb66f90d-4d79-4a2c-a8a3-09743a0fc466?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-07-24T00:45:58.010Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/50ae950a-318b-4996-be63-42a07bd9040a/model-vers/model-ver/fb66f90d-4d79-4a2c-a8a3-09743a0fc466?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/50ae950a-318b-4996-be63-42a07bd9040a/model-vers/model-ver/fb66f90d-4d79-4a2c-a8a3-09743a0fc466?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210724-00:45:57:705-22477], vertex-id=[352448], Content-Length=[0], Date=[Sat, 24 Jul 2021 00:45:57 GMT], Content-Type=[application/json]}
2021-07-24T00:45:58.012Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/50ae950a-318b-4996-be63-42a07bd9040a/model-vers/model-ver/fb66f90d-4d79-4a2c-a8a3-09743a0fc466?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-24T00:45:58.012Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/50ae950a-318b-4996-be63-42a07bd9040a/model-vers/model-ver/fb66f90d-4d79-4a2c-a8a3-09743a0fc466?depth=0|INFO|500||InvokeReturn
2021-07-24T00:45:58.017Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T00:45:58.017Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-24T00:45:58.021Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-07-24T00:45:58.023Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T00:45:58.024Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T00:45:58.024Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:45:58.026Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:45:58.027Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087558023,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T00:45:58.127Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:45:58.128Z||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-07-24T00:45:58.128Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:45:58.138Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:45:58.139Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-24T00:45:59.038Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:45:59.038Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|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-07-24T00:45:59.038Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:03.339Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:46:03.341Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T00:46:03.341Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1fd40bd-6448-4cff-a17c-c1b8d5553bb8","serviceName":"vFW 2021-07-24 00-42-17","serviceVersion":"1.0","serviceUUID":"e28eb092-b718-405d-b59a-7275a684d249","serviceDescription":"catalog service description","serviceInvariantUUID":"4bd480f6-b67b-4e4b-8314-0cb51bd523be","resources":[{"resourceInstanceName":"vFW 047ba24e-e202 0","resourceName":"vFW 047ba24e-e202","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"de675fe2-8581-4c5b-957d-e5c0ff0ba1f0","resourceInvariantUUID":"3b92e8b4-1813-4448-8bfe-210f29f121fc","resourceCustomizationUUID":"2dc2d140-95f5-4802-a2a8-24199ea365cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml","artifactChecksum":"N2RjMDRkZmM3MWEwMjk4YmM0OWM4NDA1MDRkMGRjYTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"77023957-ac0f-4ade-ae02-2f8aea26fe24","artifactVersion":"1"},{"artifactName":"vfw047ba24ee2020_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json","artifactChecksum":"MTVkNmJhZGQyZmViMGNmMzc4ZmQ0ZjUwMmM0NjA0N2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ace469b3-c0d2-4526-a972-5108e59f4928","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b95f1d4-1ce4-46eb-856c-20f498635924","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml","artifactChecksum":"MWExNDlmMzUwNjI3ZTNhOTE4ODE3NGVkMzgxMDU3NzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7819c70d-e78f-4186-8cff-a212636fa682","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b96e1c8f-5968-4994-8c10-b6ab171edbb9","artifactVersion":"2","generatedFromUUID":"4b95f1d4-1ce4-46eb-856c-20f498635924"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210724004217-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml","artifactChecksum":"YWQ4NTc2ZDhlNGRiYjZjNzY2NTc3MTM3M2RkOGI2ZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f0e4fa2d-c7a8-4fa1-bee2-fa4bbe425b8b","artifactVersion":"1"},{"artifactName":"service-Vfw20210724004217-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar","artifactChecksum":"MDk5ZWIxYWNjOGZmN2JmZTY4YTYxYjE5YWQ5MzUzYzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"43b27394-5f39-4741-a148-640c36ea4a02","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T00:46:03.344Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:46:03.345Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:03.347Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:03.347Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087559037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:03.447Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:03.449Z||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-07-24T00:46:03.449Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:03.459Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:46:03.459Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:04.347Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:46:04.349Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:04.352Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:04.352Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087559037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
"status": "NOTIFIED"
}
2021-07-24T00:46:04.452Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:04.454Z||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-07-24T00:46:04.454Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:04.467Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:46:04.468Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:05.353Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:46:05.354Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:05.356Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:05.357Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087559037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-24T00:46:05.457Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:05.458Z||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-07-24T00:46:05.458Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:05.469Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:46:05.469Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:06.357Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:46:06.359Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:06.361Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:06.362Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087559037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:06.463Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:06.464Z||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-07-24T00:46:06.464Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:06.476Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:46:06.477Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:07.363Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:46:07.364Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:07.367Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:07.367Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087559037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-24T00:46:07.467Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:07.469Z||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-07-24T00:46:07.469Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:07.480Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:46:07.481Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:08.368Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:46:08.369Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:08.372Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:08.372Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087559037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:08.472Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:08.473Z||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-07-24T00:46:08.473Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:08.487Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:46:08.487Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-07-24T00:46:09.373Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:46:09.374Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:09.377Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:09.377Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087559037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:46:09.477Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:09.478Z||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-07-24T00:46:09.478Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:09.489Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:46:09.489Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-07-24T00:46:10.379Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"serviceName": "vFW 2021-07-24 00-42-17",
"serviceVersion": "1.0",
"serviceUUID": "e28eb092-b718-405d-b59a-7275a684d249",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4bd480f6-b67b-4e4b-8314-0cb51bd523be",
"resources": [
{
"resourceInstanceName": "vFW 047ba24e-e202 0",
"resourceCustomizationUUID": "2dc2d140-95f5-4802-a2a8-24199ea365cf",
"resourceName": "vFW 047ba24e-e202",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "de675fe2-8581-4c5b-957d-e5c0ff0ba1f0",
"resourceInvariantUUID": "3b92e8b4-1813-4448-8bfe-210f29f121fc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw047ba24ee2020_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
"artifactChecksum": "MTVkNmJhZGQyZmViMGNmMzc4ZmQ0ZjUwMmM0NjA0N2I\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ace469b3-c0d2-4526-a972-5108e59f4928",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4b95f1d4-1ce4-46eb-856c-20f498635924",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b96e1c8f-5968-4994-8c10-b6ab171edbb9",
"generatedFromUUID": "4b95f1d4-1ce4-46eb-856c-20f498635924"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b96e1c8f-5968-4994-8c10-b6ab171edbb9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210724004217-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"artifactChecksum": "MDk5ZWIxYWNjOGZmN2JmZTY4YTYxYjE5YWQ5MzUzYzU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "43b27394-5f39-4741-a148-640c36ea4a02"
}
],
"workloadContext": "Production"
}
2021-07-24T00:46:10.380Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T00:46:10.380Z|bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e28eb092-b718-405d-b59a-7275a684d249 ASDC
2021-07-24T00:46:10.380Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e1fd40bd-6448-4cff-a17c-c1b8d5553bb8
ServiceName:vFW 2021-07-24 00-42-17
ServiceVersion:1.0
ServiceUUID:e28eb092-b718-405d-b59a-7275a684d249
ServiceInvariantUUID:4bd480f6-b67b-4e4b-8314-0cb51bd523be
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210724004217-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar
ArtifactUUID:43b27394-5f39-4741-a148-640c36ea4a02
ArtifactChecksum:MDk5ZWIxYWNjOGZmN2JmZTY4YTYxYjE5YWQ5MzUzYzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 047ba24e-e202 0
ResourceCustomizationUUID:2dc2d140-95f5-4802-a2a8-24199ea365cf
ResourceInvariantUUID:3b92e8b4-1813-4448-8bfe-210f29f121fc
ResourceName:vFW 047ba24e-e202
ResourceType:VF
ResourceUUID:de675fe2-8581-4c5b-957d-e5c0ff0ba1f0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw047ba24ee2020_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json
ArtifactUUID:ace469b3-c0d2-4526-a972-5108e59f4928
ArtifactChecksum:MTVkNmJhZGQyZmViMGNmMzc4ZmQ0ZjUwMmM0NjA0N2I=
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/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml
ArtifactUUID:4b95f1d4-1ce4-46eb-856c-20f498635924
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/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env
ArtifactUUID:b96e1c8f-5968-4994-8c10-b6ab171edbb9
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/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env
ArtifactUUID:b96e1c8f-5968-4994-8c10-b6ab171edbb9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-07-24T00:46:10.380Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e28eb092-b718-405d-b59a-7275a684d249 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-07-24T00:46:10.409Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T00:46:10.410Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-24T00:46:10.410Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-24T00:46:10.410Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 43b27394-5f39-4741-a148-640c36ea4a02 from URL: /sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:10.410Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:46:10.410Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:11.161Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:46:11.170Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar 43b27394-5f39-4741-a148-640c36ea4a02 110188
2021-07-24T00:46:11.170Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar ASDC sendASDCNotification
2021-07-24T00:46:11.170Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:11.171Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:46:11.171Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:11.173Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:11.173Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087571170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:46:11.273Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:11.274Z||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-07-24T00:46:11.274Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:11.290Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:46:11.290Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:12.173Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T00:46:12.175Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-24T00:46:12.175Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 43b27394-5f39-4741-a148-640c36ea4a02, URL: /sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar to file: /app/ASDC/1/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:12.175Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210724004217-csar.csar
2021-07-24T00:46:12.176Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:12.176Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:12.523Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17110763485912292530/Definitions/service-Vfw20210724004217-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-07-24T00:46:14.707Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||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-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||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-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||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-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 047ba24e-e202 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.708Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 047ba24e-e202 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-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is matching search criteria
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 047ba24e-e202 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:14.709Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:14.710Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is matching search criteria
2021-07-24T00:46:14.710Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-24T00:46:14.710Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 047ba24e-e202 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T00:46:14.710Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:14.710Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:14.710Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:14.711Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is not matching search criteria
2021-07-24T00:46:14.711Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:46:14.711Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T00:46:14.711Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.711Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:14.711Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T00:46:14.711Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.711Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:46:14.711Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T00:46:14.711Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T00:46:14.712Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.712Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:14.712Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T00:46:14.712Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:14.712Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T00:46:14.712Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.712Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-24T00:46:14.712Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:14.712Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T00:46:14.712Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:14.713Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is matching search criteria
2021-07-24T00:46:14.713Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 047ba24e-e202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:46:14.713Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:14.713Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is matching search criteria
2021-07-24T00:46:14.713Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 047ba24e-e202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:46:14.713Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:14.713Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is matching search criteria
2021-07-24T00:46:14.713Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 047ba24e-e202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:46:14.713Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is not matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.714Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d6e7c89b-71d8-41ec-bc8f-c2acab2474ca
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.715Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=55afbc8e-6d5c-4da4-8350-3afaa91e371a
2021-07-24T00:46:14.716Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:14.716Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is not matching search criteria
2021-07-24T00:46:14.716Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:46:14.716Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T00:46:14.716Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.716Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:14.716Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T00:46:14.716Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.716Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:46:14.716Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T00:46:14.716Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=590c11d3-7b85-464b-b9d5-a6cbc5c3e9e9
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:14.717Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-07-24 00-42-17
Description:catalog service description
Model UUID:e28eb092-b718-405d-b59a-7275a684d249
Model Version:NULL
Model InvariantUuid:4bd480f6-b67b-4e4b-8314-0cb51bd523be
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 047ba24e-e202
Model UUID:5fbefad7-f1f9-4def-923b-8237d87fa9a5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3b92e8b4-1813-4448-8bfe-210f29f121fc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2dc2d140-95f5-4802-a2a8-24199ea365cf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5e6ffe95-2e25-4115-ad54-ee75d48c8c99
ModelName:Vfw047ba24eE202..base_vfw..module-0
ModelUuid:af799bf7-f086-4fa9-a96a-2ee68b2e878a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d6e7c89b-71d8-41ec-bc8f-c2acab2474ca
ModelInvariantUuid:4efd5e76-f874-43b3-8200-54661775718c
ModelName:vFW 047ba24e-e202-nodes.vfwCvfc
ModelUuid:caf09c01-bde8-478e-a78b-8e9232d6fed7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:66171b15-92bb-4996-8322-e1e8d29bd7f6
ModelInvariantUuid:6f11f941-56f5-4df9-bf67-b6a487dfd538
ModelName:Vfw047ba24eE202.compute.nodes.heat.vfw
ModelUuid:6a2b985e-302f-4590-9193-63d11919de7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:55afbc8e-6d5c-4da4-8350-3afaa91e371a
ModelInvariantUuid:46262f6b-d5b6-48da-8f23-715f48cec275
ModelName:vFW 047ba24e-e202-nodes.vsnCvfc
ModelUuid:12c21d57-b2ed-439c-842c-4a8b4c7071ec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:bde5457d-fd0a-4e0c-a137-34cb6aad135c
ModelInvariantUuid:bbc56c1d-1bf4-4ad4-bfda-893bd329b189
ModelName:Vfw047ba24eE202.compute.nodes.heat.vsn
ModelUuid:f3b305bd-55e6-4c3e-8947-8640a6c43b1f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:590c11d3-7b85-464b-b9d5-a6cbc5c3e9e9
ModelInvariantUuid:87cda113-a657-4b5b-97d7-5d5aecacc8e0
ModelName:vFW 047ba24e-e202-nodes.vpgCvfc
ModelUuid:4d206e39-aaec-4ae6-a770-ba395ee5e65d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:346143a8-6c44-43eb-9262-b125fcb6aea3
ModelInvariantUuid:324c9990-585b-4ef4-9d6c-d8ff308e4d7c
ModelName:Vfw047ba24eE202.compute.nodes.heat.vpg
ModelUuid:7dde4271-b9b1-477e-a06c-a2ece75fae4b
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-07-24T00:46:14.724Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: de675fe2-8581-4c5b-957d-e5c0ff0ba1f0
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-07-24T00:46:14.727Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||vFW 047ba24e-e202 0
2021-07-24T00:46:14.727Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: de675fe2-8581-4c5b-957d-e5c0ff0ba1f0
2021-07-24T00:46:14.727Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ace469b3-c0d2-4526-a972-5108e59f4928 from URL: /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json
2021-07-24T00:46:14.727Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:46:14.727Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json
2021-07-24T00:46:15.577Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:46:15.577Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json ace469b3-c0d2-4526-a972-5108e59f4928 785
2021-07-24T00:46:15.578Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json ASDC sendASDCNotification
2021-07-24T00:46:15.578Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json
2021-07-24T00:46:15.578Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:46:15.578Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:15.581Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:15.581Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087575578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:46:15.681Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:15.682Z||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-07-24T00:46:15.682Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:15.692Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:46:15.692Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-24T00:46:16.582Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw047ba24eE202..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5e6ffe95-2e25-4115-ad54-ee75d48c8c99",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "af799bf7-f086-4fa9-a96a-2ee68b2e878a",
"vfModuleModelCustomizationUUID": "ee11dfea-59ed-4fff-bd4b-2386eff2e28f",
"isBase": true,
"artifacts": [
"4b95f1d4-1ce4-46eb-856c-20f498635924",
"b96e1c8f-5968-4994-8c10-b6ab171edbb9"
],
"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-07-24T00:46:16.586Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw047ba24eE202..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:af799bf7-f086-4fa9-a96a-2ee68b2e878a
VfModuleModelInvariantUUID:5e6ffe95-2e25-4115-ad54-ee75d48c8c99
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b95f1d4-1ce4-46eb-856c-20f498635924
,
b96e1c8f-5968-4994-8c10-b6ab171edbb9
}
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-07-24T00:46:16.589Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw047ba24eE202..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5e6ffe95-2e25-4115-ad54-ee75d48c8c99",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "af799bf7-f086-4fa9-a96a-2ee68b2e878a",
"vfModuleModelCustomizationUUID": "ee11dfea-59ed-4fff-bd4b-2386eff2e28f",
"isBase": true,
"artifacts": [
"4b95f1d4-1ce4-46eb-856c-20f498635924",
"b96e1c8f-5968-4994-8c10-b6ab171edbb9"
],
"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-07-24T00:46:16.589Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw047ba24eE202..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:af799bf7-f086-4fa9-a96a-2ee68b2e878a
VfModuleModelInvariantUUID:5e6ffe95-2e25-4115-ad54-ee75d48c8c99
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b95f1d4-1ce4-46eb-856c-20f498635924
,
b96e1c8f-5968-4994-8c10-b6ab171edbb9
}
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-07-24T00:46:16.589Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4b95f1d4-1ce4-46eb-856c-20f498635924 from URL: /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml
2021-07-24T00:46:16.589Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:46:16.589Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml
2021-07-24T00:46:17.144Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:46:17.145Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml 4b95f1d4-1ce4-46eb-856c-20f498635924 20368
2021-07-24T00:46:17.146Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-24T00:46:17.146Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml
2021-07-24T00:46:17.146Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:46:17.146Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:17.149Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:17.149Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087577146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:46:17.249Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:17.250Z||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-07-24T00:46:17.250Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:17.261Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:46:17.261Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:18.149Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b96e1c8f-5968-4994-8c10-b6ab171edbb9 from URL: /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env
2021-07-24T00:46:18.150Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:46:18.151Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env
2021-07-24T00:46:18.790Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:46:18.791Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env b96e1c8f-5968-4994-8c10-b6ab171edbb9 2098
2021-07-24T00:46:18.791Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-24T00:46:18.791Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env
2021-07-24T00:46:18.791Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:46:18.791Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:18.793Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:18.793Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087578791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:46:18.893Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:18.894Z||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-07-24T00:46:18.894Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:18.906Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:46:18.906Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:19.793Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e28eb092-b718-405d-b59a-7275a684d249
2021-07-24T00:46:19.794Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 047ba24e-e202 0 de675fe2-8581-4c5b-957d-e5c0ff0ba1f0 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-07-24T00:46:19.816Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:19.816Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:19.817Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-07-24T00:46:19.817Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 2dc2d140-95f5-4802-a2a8-24199ea365cf
2021-07-24T00:46:19.817Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2dc2d140-95f5-4802-a2a8-24199ea365cf matches Tosca VF Customization UUID: 2dc2d140-95f5-4802-a2a8-24199ea365cf
2021-07-24T00:46:19.817Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 2dc2d140-95f5-4802-a2a8-24199ea365cf 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-07-24T00:46:19.820Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:19.820Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:19.821Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 2dc2d140-95f5-4802-a2a8-24199ea365cf: {\"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-07-24T00:46:19.821Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@76a9e106
2021-07-24T00:46:19.821Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:19.822Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T00:46:19.822Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ee11dfea-59ed-4fff-bd4b-2386eff2e28f
2021-07-24T00:46:19.822Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ee11dfea-59ed-4fff-bd4b-2386eff2e28f
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-07-24T00:46:19.825Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:19.825Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is matching search criteria
2021-07-24T00:46:19.825Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 047ba24e-e202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:46:19.826Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:19.826Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is matching search criteria
2021-07-24T00:46:19.826Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 047ba24e-e202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:46:19.826Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:19.827Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is not matching search criteria
2021-07-24T00:46:19.827Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:46:19.827Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-24T00:46:19.827Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:46:19.827Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T00:46:19.828Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T00:46:19.828Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:46:19.828Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:19.828Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T00:46:19.829Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:19.829Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T00:46:19.829Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:46:19.829Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d6e7c89b-71d8-41ec-bc8f-c2acab2474ca
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-07-24T00:46:19.832Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:19.832Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is matching search criteria
2021-07-24T00:46:19.832Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 047ba24e-e202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:46:19.832Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:19.832Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is not matching search criteria
2021-07-24T00:46:19.833Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:46:19.833Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T00:46:19.833Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:46:19.833Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:19.833Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T00:46:19.833Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:46:19.833Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:46:19.833Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-24T00:46:19.833Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T00:46:19.834Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:19.834Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T00:46:19.834Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:46:19.834Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=55afbc8e-6d5c-4da4-8350-3afaa91e371a
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-07-24T00:46:19.836Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:19.837Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is matching search criteria
2021-07-24T00:46:19.837Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 047ba24e-e202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:46:19.840Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:19.840Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is not matching search criteria
2021-07-24T00:46:19.840Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:46:19.840Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T00:46:19.840Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:46:19.840Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:19.840Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T00:46:19.840Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:46:19.841Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:46:19.841Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T00:46:19.841Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T00:46:19.841Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:46:19.841Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T00:46:19.841Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-24T00:46:19.841Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=590c11d3-7b85-464b-b9d5-a6cbc5c3e9e9
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-07-24T00:46:19.844Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:19.844Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is matching search criteria
2021-07-24T00:46:19.844Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 047ba24e-e202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:46:19.845Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:19.845Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Node template vFW 047ba24e-e202 0 is matching search criteria
2021-07-24T00:46:19.845Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 047ba24e-e202 0] matching following query criteria: sdcType=VF, customizationUUID=2dc2d140-95f5-4802-a2a8-24199ea365cf
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-07-24T00:46:19.847Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:19.847Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:19.847Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e28eb092-b718-405d-b59a-7275a684d249: vFW 047ba24e-e202
2021-07-24T00:46:19.847Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:19.848Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:19.848Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:19.848Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:19.848Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:19.848Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:19.849Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:19.849Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:19.849Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:46:19.849Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-42-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:46:19.849Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-07-24 00-42-17
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-07-24T00:46:20.021Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 047ba24e-e202 de675fe2-8581-4c5b-957d-e5c0ff0ba1f0 1 ASDC deployResourceStructure
2021-07-24T00:46:20.021Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json ASDC sendASDCNotification
2021-07-24T00:46:20.021Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json
2021-07-24T00:46:20.021Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:46:20.021Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:20.023Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:20.024Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087580021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
"status": "DEPLOY_OK"
}
2021-07-24T00:46:20.124Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:20.124Z||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-07-24T00:46:20.124Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:20.134Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:46:20.134Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:21.025Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-24T00:46:21.025Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml
2021-07-24T00:46:21.025Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:46:21.026Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:21.028Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:21.028Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087581024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-07-24T00:46:21.129Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:21.131Z||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-07-24T00:46:21.131Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:21.141Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:46:21.142Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:22.029Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-24T00:46:22.030Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env
2021-07-24T00:46:22.030Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:46:22.030Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:22.033Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:22.033Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087582029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-07-24T00:46:22.133Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:22.133Z||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-07-24T00:46:22.134Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:22.144Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:46:22.145Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:23.034Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar ASDC sendASDCNotification
2021-07-24T00:46:23.034Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar
2021-07-24T00:46:23.034Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T00:46:23.035Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:23.037Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:23.037Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087583033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T00:46:23.137Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:23.138Z||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-07-24T00:46:23.138Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:23.149Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:46:23.149Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:24.038Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1fd40bd-6448-4cff-a17c-c1b8d5553bb8
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-07-24T00:46:24.050Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1fd40bd-6448-4cff-a17c-c1b8d5553bb8
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-07-24T00:46:24.054Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T00:46:24.054Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T00:46:24.054Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T00:46:24.054Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T00:46:24.054Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T00:46:24.054Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T00:46:24.054Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T00:46:24.054Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T00:46:24.055Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T00:46:24.055Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T00:46:24.055Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-24T00:46:24.059Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T00:46:41.200Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:46:41.201Z||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-07-24T00:46:41.201Z||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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:41.349Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:46:41.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd87c4ea-d77b-474c-a2e3-7bb9f6b297a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087558023,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T00:46:41.862Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087559037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087559037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
"status": "NOTIFIED"
}
2021-07-24T00:46:41.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087559037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-24T00:46:41.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087559037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087564902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "clamp",
"timestamp": 1627087564028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087560724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "ves-openapi-manager",
"timestamp": 1627087564093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087559037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "clamp",
"timestamp": 1627087564028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087564902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087560724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "ves-openapi-manager",
"timestamp": 1627087564093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087559037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "cds",
"timestamp": 1627087567749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "policy-id",
"timestamp": 1627087567962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "clamp",
"timestamp": 1627087564028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087564902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087560724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "ves-openapi-manager",
"timestamp": 1627087564093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087559037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "cds",
"timestamp": 1627087567749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "policy-id",
"timestamp": 1627087567962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "clamp",
"timestamp": 1627087564028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087564902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087560724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "ves-openapi-manager",
"timestamp": 1627087564093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "cds",
"timestamp": 1627087567749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "policy-id",
"timestamp": 1627087567962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "clamp",
"timestamp": 1627087564028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087564902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-24T00:46:41.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087560724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-24T00:46:41.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "ves-openapi-manager",
"timestamp": 1627087564093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087571170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "cds",
"timestamp": 1627087567749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "policy-id",
"timestamp": 1627087567962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "clamp",
"timestamp": 1627087564028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087564902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087560724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "ves-openapi-manager",
"timestamp": 1627087564093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "cds",
"timestamp": 1627087567749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "policy-id",
"timestamp": 1627087567962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087572381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "clamp",
"timestamp": 1627087564028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087564902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087560724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "ves-openapi-manager",
"timestamp": 1627087564093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "cds",
"timestamp": 1627087567749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "policy-id",
"timestamp": 1627087567962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087572381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "cds",
"timestamp": 1627087567749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:46:41.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "policy-id",
"timestamp": 1627087567962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087572381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "dcae-sch",
"timestamp": 1627087574391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087575270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087575278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.875Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087575578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087572381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "dcae-sch",
"timestamp": 1627087574391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "cds",
"timestamp": 1627087576187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "policy-id",
"timestamp": 1627087576385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087576872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087576884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087572381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "dcae-sch",
"timestamp": 1627087574391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087577146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.878Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "cds",
"timestamp": 1627087577192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-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-07-24T00:46:41.896Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 95e0128e-dd9c-4298-b6c4-740d6e62a10c
2021-07-24T00:46:41.896Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e0128e-dd9c-4298-b6c4-740d6e62a10c 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-07-24T00:46:41.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "policy-id",
"timestamp": 1627087577388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T00:46:41.906Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087572381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "dcae-sch",
"timestamp": 1627087574391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "policy-id",
"timestamp": 1627087578390,
"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-07-24T00:46:41.913Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95e0128e-dd9c-4298-b6c4-740d6e62a10c
2021-07-24T00:46:41.913Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e0128e-dd9c-4298-b6c4-740d6e62a10c 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-07-24T00:46:41.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087578515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.920Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087578533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.920Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087578791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.920Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "aai-ml",
"timestamp": 1627087578245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087572381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:46:41.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "dcae-sch",
"timestamp": 1627087574391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087579518,
"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-07-24T00:46:41.925Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95e0128e-dd9c-4298-b6c4-740d6e62a10c
2021-07-24T00:46:41.925Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e0128e-dd9c-4298-b6c4-740d6e62a10c 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-07-24T00:46:41.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087579545,
"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-07-24T00:46:41.935Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95e0128e-dd9c-4298-b6c4-740d6e62a10c
2021-07-24T00:46:41.935Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e0128e-dd9c-4298-b6c4-740d6e62a10c 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-07-24T00:46:41.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "aai-ml",
"timestamp": 1627087578245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087580021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/vfw047ba24ee2020_modules.json",
"status": "DEPLOY_OK"
}
2021-07-24T00:46:41.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "dcae-sch",
"timestamp": 1627087574391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627087580522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-24T00:46:41.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087580544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627087580548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-24T00:46:41.943Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "aai-ml",
"timestamp": 1627087578245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087581024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-07-24T00:46:41.943Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "dcae-sch",
"timestamp": 1627087574391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "aai-ml",
"timestamp": 1627087578245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087582029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/resourceInstances/vfw047ba24ee2020/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-07-24T00:46:41.944Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087582145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.945Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "clamp",
"timestamp": 1627087582216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.945Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "aai-ml",
"timestamp": 1627087578245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087583033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004217/1.0/artifacts/service-Vfw20210724004217-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T00:46:41.946Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087582784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "clamp",
"timestamp": 1627087583713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T00:46:41.946Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "aai-ml",
"timestamp": 1627087578245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087582784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "clamp",
"timestamp": 1627087584716,
"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-07-24T00:46:41.951Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 95e0128e-dd9c-4298-b6c4-740d6e62a10c
2021-07-24T00:46:41.951Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e0128e-dd9c-4298-b6c4-740d6e62a10c 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-07-24T00:46:41.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087584871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.958Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "aai-ml",
"timestamp": 1627087578245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:46:41.958Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087582784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.959Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087585883,
"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-07-24T00:46:41.963Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95e0128e-dd9c-4298-b6c4-740d6e62a10c
2021-07-24T00:46:41.963Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e0128e-dd9c-4298-b6c4-740d6e62a10c 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-07-24T00:46:41.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087582784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627087586886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-24T00:46:41.969Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "aai-ml",
"timestamp": 1627087587052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.969Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087582784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087582784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:41.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087582784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:46:41.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-07-24T00:46:41.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087591127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:46:41.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087594104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T00:46:41.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627087595108,
"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-07-24T00:46:41.975Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 95e0128e-dd9c-4298-b6c4-740d6e62a10c
2021-07-24T00:46:41.975Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e0128e-dd9c-4298-b6c4-740d6e62a10c 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-07-24T00:46:41.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "aai-ml",
"timestamp": 1627087596278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T00:46:41.982Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T00:46:41.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-24T00:46:41.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "aai-ml",
"timestamp": 1627087597281,
"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-07-24T00:46:41.986Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 95e0128e-dd9c-4298-b6c4-740d6e62a10c
2021-07-24T00:46:41.986Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e0128e-dd9c-4298-b6c4-740d6e62a10c 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-07-24T00:46:54.059Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e1fd40bd-6448-4cff-a17c-c1b8d5553bb8 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-07-24T00:46:54.067Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e1fd40bd-6448-4cff-a17c-c1b8d5553bb8 and serviceModelVersionId: e28eb092-b718-405d-b59a-7275a684d249
2021-07-24T00:46:54.067Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4bd480f6-b67b-4e4b-8314-0cb51bd523be
2021-07-24T00:46:54.068Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4bd480f6-b67b-4e4b-8314-0cb51bd523be/model-vers/model-ver/e28eb092-b718-405d-b59a-7275a684d249?depth=0
2021-07-24T00:46:54.074Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T00:46:54.111Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4bd480f6-b67b-4e4b-8314-0cb51bd523be/model-vers/model-ver/e28eb092-b718-405d-b59a-7275a684d249?depth=0|INFO|500||Invoke
2021-07-24T00:46:54.112Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4bd480f6-b67b-4e4b-8314-0cb51bd523be/model-vers/model-ver/e28eb092-b718-405d-b59a-7275a684d249?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4bd480f6-b67b-4e4b-8314-0cb51bd523be/model-vers/model-ver/e28eb092-b718-405d-b59a-7275a684d249?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e1fd40bd-6448-4cff-a17c-c1b8d5553bb8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0f6137f5-4b65-4b59-ad30-be87cb1cf816], X-ECOMP-RequestID=[e1fd40bd-6448-4cff-a17c-c1b8d5553bb8], X-TransactionId=[], X-ONAP-RequestID=[e1fd40bd-6448-4cff-a17c-c1b8d5553bb8], Content-Type=[application/merge-patch+json]}
2021-07-24T00:46:54.137Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4bd480f6-b67b-4e4b-8314-0cb51bd523be/model-vers/model-ver/e28eb092-b718-405d-b59a-7275a684d249?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-07-24T00:46:54.372Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4bd480f6-b67b-4e4b-8314-0cb51bd523be/model-vers/model-ver/e28eb092-b718-405d-b59a-7275a684d249?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/4bd480f6-b67b-4e4b-8314-0cb51bd523be/model-vers/model-ver/e28eb092-b718-405d-b59a-7275a684d249?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210724-00:46:54:145-72397], vertex-id=[393248], Content-Length=[0], Date=[Sat, 24 Jul 2021 00:46:54 GMT], Content-Type=[application/json]}
2021-07-24T00:46:54.373Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4bd480f6-b67b-4e4b-8314-0cb51bd523be/model-vers/model-ver/e28eb092-b718-405d-b59a-7275a684d249?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-24T00:46:54.374Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4bd480f6-b67b-4e4b-8314-0cb51bd523be/model-vers/model-ver/e28eb092-b718-405d-b59a-7275a684d249?depth=0|INFO|500||InvokeReturn
2021-07-24T00:46:54.374Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T00:46:54.374Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-24T00:46:54.379Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-07-24T00:46:54.380Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e1fd40bd-6448-4cff-a17c-c1b8d5553bb8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T00:46:54.380Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T00:46:54.380Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:54.383Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:54.383Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e1fd40bd-6448-4cff-a17c-c1b8d5553bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087614380,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T00:46:54.483Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:54.484Z||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-07-24T00:46:54.484Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:54.499Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:46:54.500Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-24T00:46:55.396Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T00:46:55.396Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|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-07-24T00:46:55.397Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|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 gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:56.027Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:46:56.029Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-24T00:46:56.029Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"95e0128e-dd9c-4298-b6c4-740d6e62a10c","serviceName":"vFW 2021-07-24 00-44-12","serviceVersion":"1.0","serviceUUID":"db479ebc-fab7-4414-aa26-3b3ddf1453aa","serviceDescription":"catalog service description","serviceInvariantUUID":"40bd6ce5-d6d2-41e6-89d9-888c9460760c","resources":[{"resourceInstanceName":"vFW ec376c84-56ba 0","resourceName":"vFW ec376c84-56ba","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7b453f3c-2743-4e9b-8e80-cfa05ca64f62","resourceInvariantUUID":"801f6e98-5d2c-4ab3-84b8-b72a8b2e4611","resourceCustomizationUUID":"bdf5bab2-3725-421d-ac62-4e01e97aef4a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml","artifactChecksum":"YzFkMGFkNzA1OTE5ZjRmMTIxZDQwZTRlNDM1MjdlY2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e2f3932-3bd9-46c3-b2aa-60f56d98de6f","artifactVersion":"1"},{"artifactName":"vfwec376c8456ba0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json","artifactChecksum":"MDc1ZjQ3OWJjMTllZjU3OTFlMDc5NjQyOTY5NjM2NjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e99651f1-ca6c-45bb-885f-4d28bbec04a4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b2da74b9-691c-425a-bc3e-322abe4271af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2Y4YzZhOTY5YWE1ZmQxYmM0Nzg4ZDY2NmY0YWEyYzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7cdd99cf-4db1-4329-8677-0742f39b8194","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eb468bec-6d80-48c2-8d35-14ef559390fe","artifactVersion":"2","generatedFromUUID":"b2da74b9-691c-425a-bc3e-322abe4271af"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210724004412-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml","artifactChecksum":"MGZiMWRmODdmNTJlMTI4ZGY1MTQ2MWE5Nzk5NWY5NGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"37a9934c-8161-4ca5-ba7f-512fccc2eada","artifactVersion":"1"},{"artifactName":"service-Vfw20210724004412-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar","artifactChecksum":"Yzk0NGJkOTk5ZDkzOGMyYzIxMWE1Yzc5YWVmYzJlMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a4c15b9-8f95-44b7-9c58-acc19634a85a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T00:46:56.033Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:46:56.033Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:56.035Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:56.035Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087615396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:56.136Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:56.137Z||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-07-24T00:46:56.137Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:56.149Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:46:56.150Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:57.036Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:46:57.038Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:57.040Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:57.040Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087615396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T00:46:57.140Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:57.141Z||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-07-24T00:46:57.142Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:57.153Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:46:57.153Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:58.041Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:46:58.042Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:58.044Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:58.044Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087615396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-24T00:46:58.144Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:58.145Z||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-07-24T00:46:58.145Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:58.156Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:46:58.157Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:46:59.044Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:46:59.045Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:46:59.047Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:46:59.047Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087615396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:46:59.147Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:46:59.148Z||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-07-24T00:46:59.148Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:46:59.159Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:46:59.160Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:47:00.047Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:47:00.049Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:47:00.052Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:47:00.052Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087615396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-24T00:47:00.151Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T00:47:00.152Z||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-07-24T00:47:00.152Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:47:00.162Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:47:00.163Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:47:01.053Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:47:01.054Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:47:01.056Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:47:01.056Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087615396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T00:47:01.156Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:47:01.157Z||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-07-24T00:47:01.157Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:47:01.165Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:47:01.166Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-24T00:47:02.056Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T00:47:02.057Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:47:02.060Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:47:02.060Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087615396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T00:47:02.160Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:47:02.161Z||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-07-24T00:47:02.161Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:47:02.173Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:47:02.173Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-07-24T00:47:03.062Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"serviceName": "vFW 2021-07-24 00-44-12",
"serviceVersion": "1.0",
"serviceUUID": "db479ebc-fab7-4414-aa26-3b3ddf1453aa",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "40bd6ce5-d6d2-41e6-89d9-888c9460760c",
"resources": [
{
"resourceInstanceName": "vFW ec376c84-56ba 0",
"resourceCustomizationUUID": "bdf5bab2-3725-421d-ac62-4e01e97aef4a",
"resourceName": "vFW ec376c84-56ba",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7b453f3c-2743-4e9b-8e80-cfa05ca64f62",
"resourceInvariantUUID": "801f6e98-5d2c-4ab3-84b8-b72a8b2e4611",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwec376c8456ba0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
"artifactChecksum": "MDc1ZjQ3OWJjMTllZjU3OTFlMDc5NjQyOTY5NjM2NjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e99651f1-ca6c-45bb-885f-4d28bbec04a4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b2da74b9-691c-425a-bc3e-322abe4271af",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "eb468bec-6d80-48c2-8d35-14ef559390fe",
"generatedFromUUID": "b2da74b9-691c-425a-bc3e-322abe4271af"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "eb468bec-6d80-48c2-8d35-14ef559390fe",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210724004412-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
"artifactChecksum": "Yzk0NGJkOTk5ZDkzOGMyYzIxMWE1Yzc5YWVmYzJlMzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3a4c15b9-8f95-44b7-9c58-acc19634a85a"
}
],
"workloadContext": "Production"
}
2021-07-24T00:47:03.062Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T00:47:03.062Z|e1fd40bd-6448-4cff-a17c-c1b8d5553bb8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 db479ebc-fab7-4414-aa26-3b3ddf1453aa ASDC
2021-07-24T00:47:03.063Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:95e0128e-dd9c-4298-b6c4-740d6e62a10c
ServiceName:vFW 2021-07-24 00-44-12
ServiceVersion:1.0
ServiceUUID:db479ebc-fab7-4414-aa26-3b3ddf1453aa
ServiceInvariantUUID:40bd6ce5-d6d2-41e6-89d9-888c9460760c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210724004412-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar
ArtifactUUID:3a4c15b9-8f95-44b7-9c58-acc19634a85a
ArtifactChecksum:Yzk0NGJkOTk5ZDkzOGMyYzIxMWE1Yzc5YWVmYzJlMzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ec376c84-56ba 0
ResourceCustomizationUUID:bdf5bab2-3725-421d-ac62-4e01e97aef4a
ResourceInvariantUUID:801f6e98-5d2c-4ab3-84b8-b72a8b2e4611
ResourceName:vFW ec376c84-56ba
ResourceType:VF
ResourceUUID:7b453f3c-2743-4e9b-8e80-cfa05ca64f62
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwec376c8456ba0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json
ArtifactUUID:e99651f1-ca6c-45bb-885f-4d28bbec04a4
ArtifactChecksum:MDc1ZjQ3OWJjMTllZjU3OTFlMDc5NjQyOTY5NjM2NjU=
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/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml
ArtifactUUID:b2da74b9-691c-425a-bc3e-322abe4271af
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/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env
ArtifactUUID:eb468bec-6d80-48c2-8d35-14ef559390fe
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/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env
ArtifactUUID:eb468bec-6d80-48c2-8d35-14ef559390fe
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-07-24T00:47:03.063Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF db479ebc-fab7-4414-aa26-3b3ddf1453aa 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-07-24T00:47:03.092Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T00:47:03.093Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-24T00:47:03.093Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-24T00:47:03.093Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3a4c15b9-8f95-44b7-9c58-acc19634a85a from URL: /sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:03.093Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:47:03.094Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:04.465Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:47:04.471Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar 3a4c15b9-8f95-44b7-9c58-acc19634a85a 110095
2021-07-24T00:47:04.471Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar ASDC sendASDCNotification
2021-07-24T00:47:04.471Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:04.471Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:47:04.471Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:47:04.473Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:47:04.473Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087624471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:47:04.573Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:47:04.574Z||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-07-24T00:47:04.574Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:47:04.584Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:47:04.585Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:47:05.473Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T00:47:05.476Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-24T00:47:05.476Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3a4c15b9-8f95-44b7-9c58-acc19634a85a, URL: /sdc/v1/catalog/services/Vfw20210724004412/1.0/artifacts/service-Vfw20210724004412-csar.csar to file: /app/ASDC/1/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:05.477Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210724004412-csar.csar
2021-07-24T00:47:05.477Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:05.477Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:05.640Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2373694303993245220/Definitions/service-Vfw20210724004412-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-07-24T00:47:07.499Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T00:47:07.499Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-24T00:47:07.499Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.499Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-07-24T00:47:07.499Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||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-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.499Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||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-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||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-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ec376c84-56ba 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-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ec376c84-56ba 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210724004412-csar.csar
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:07.500Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is matching search criteria
2021-07-24T00:47:07.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-24T00:47:07.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ec376c84-56ba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T00:47:07.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:47:07.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:07.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is matching search criteria
2021-07-24T00:47:07.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-24T00:47:07.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ec376c84-56ba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T00:47:07.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:47:07.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:07.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:47:07.501Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:07.502Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T00:47:07.503Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:07.503Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T00:47:07.503Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.503Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-24T00:47:07.503Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:47:07.503Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T00:47:07.503Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:47:07.503Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is matching search criteria
2021-07-24T00:47:07.503Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ec376c84-56ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is matching search criteria
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ec376c84-56ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is matching search criteria
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ec376c84-56ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is not matching search criteria
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T00:47:07.504Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b8b188da-5ba3-4718-bf94-86672511bdaf
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is not matching search criteria
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T00:47:07.505Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0ab29f4f-d2af-4827-8c63-bd68b8a83002
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is not matching search criteria
2021-07-24T00:47:07.506Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-24T00:47:07.507Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d9fcceed-bfe2-47d7-91ab-dffcf886dd83
2021-07-24T00:47:07.508Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:47:07.508Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:07.508Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:47:07.508Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:07.508Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:47:07.508Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:07.508Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:47:07.508Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:07.508Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-07-24 00-44-12
Description:catalog service description
Model UUID:db479ebc-fab7-4414-aa26-3b3ddf1453aa
Model Version:NULL
Model InvariantUuid:40bd6ce5-d6d2-41e6-89d9-888c9460760c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ec376c84-56ba
Model UUID:956c58f5-eec3-4635-8f48-8ca826c441fa
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:801f6e98-5d2c-4ab3-84b8-b72a8b2e4611
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bdf5bab2-3725-421d-ac62-4e01e97aef4a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3b19bd96-6753-4f67-a4cd-319633079a07
ModelName:VfwEc376c8456ba..base_vfw..module-0
ModelUuid:2ec337c3-442c-43f3-bd5e-c3c3d0f14d4f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b8b188da-5ba3-4718-bf94-86672511bdaf
ModelInvariantUuid:da16f273-daba-471f-9304-e60ce11d219a
ModelName:vFW ec376c84-56ba-nodes.vfwCvfc
ModelUuid:caf456fe-b5a2-4cd4-9271-6d3b5a581fe3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:deabe485-8f17-4409-a26f-43c5dd7d517d
ModelInvariantUuid:64dca347-96d9-457e-96d2-cf74a6b5943d
ModelName:VfwEc376c8456ba.compute.nodes.heat.vfw
ModelUuid:cfc2cd0e-efba-4389-9ff5-ab167168f9fd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0ab29f4f-d2af-4827-8c63-bd68b8a83002
ModelInvariantUuid:88cdfccc-a664-49e9-b783-cdd8d8ec8263
ModelName:vFW ec376c84-56ba-nodes.vsnCvfc
ModelUuid:ce8b811d-2e62-4946-ac32-d3848207fd5f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e32a25c2-5a82-4eda-a2c3-a65461c52532
ModelInvariantUuid:8efe8733-9fbc-4369-bb7a-72f948c0b5ad
ModelName:VfwEc376c8456ba.compute.nodes.heat.vsn
ModelUuid:a2cdee6b-c6c6-4319-ba19-250a6d8a4430
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d9fcceed-bfe2-47d7-91ab-dffcf886dd83
ModelInvariantUuid:b60230c4-a505-4e9d-9af8-f1f3433bbad5
ModelName:vFW ec376c84-56ba-nodes.vpgCvfc
ModelUuid:f19586bd-10ad-4b09-bb82-446c9e4ff3f3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:edb94538-f937-4e29-91c6-0fd81d0e3c40
ModelInvariantUuid:2e432b3c-a797-4cb9-9d4e-9d262b884235
ModelName:VfwEc376c8456ba.compute.nodes.heat.vpg
ModelUuid:6bec98d5-bed5-4b4d-b14b-4fb986bbf69a
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-07-24T00:47:07.514Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 7b453f3c-2743-4e9b-8e80-cfa05ca64f62
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-07-24T00:47:07.516Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||vFW ec376c84-56ba 0
2021-07-24T00:47:07.516Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7b453f3c-2743-4e9b-8e80-cfa05ca64f62
2021-07-24T00:47:07.516Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e99651f1-ca6c-45bb-885f-4d28bbec04a4 from URL: /sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json
2021-07-24T00:47:07.516Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:47:07.517Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json
2021-07-24T00:47:07.764Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:47:07.765Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json e99651f1-ca6c-45bb-885f-4d28bbec04a4 785
2021-07-24T00:47:07.765Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json ASDC sendASDCNotification
2021-07-24T00:47:07.765Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json
2021-07-24T00:47:07.766Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:47:07.766Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:47:07.768Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:47:07.768Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087627765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/vfwec376c8456ba0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:47:07.869Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T00:47:07.869Z||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-07-24T00:47:07.870Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:47:07.882Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:47:07.882Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:47:08.769Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEc376c8456ba..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3b19bd96-6753-4f67-a4cd-319633079a07",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2ec337c3-442c-43f3-bd5e-c3c3d0f14d4f",
"vfModuleModelCustomizationUUID": "0ba3c612-b166-4764-a02e-d7276a9baf38",
"isBase": true,
"artifacts": [
"b2da74b9-691c-425a-bc3e-322abe4271af",
"eb468bec-6d80-48c2-8d35-14ef559390fe"
],
"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-07-24T00:47:08.773Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEc376c8456ba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ec337c3-442c-43f3-bd5e-c3c3d0f14d4f
VfModuleModelInvariantUUID:3b19bd96-6753-4f67-a4cd-319633079a07
VfModuleModelDescription:NULL
Artifacts UUID List:{
b2da74b9-691c-425a-bc3e-322abe4271af
,
eb468bec-6d80-48c2-8d35-14ef559390fe
}
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-07-24T00:47:08.778Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEc376c8456ba..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3b19bd96-6753-4f67-a4cd-319633079a07",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2ec337c3-442c-43f3-bd5e-c3c3d0f14d4f",
"vfModuleModelCustomizationUUID": "0ba3c612-b166-4764-a02e-d7276a9baf38",
"isBase": true,
"artifacts": [
"b2da74b9-691c-425a-bc3e-322abe4271af",
"eb468bec-6d80-48c2-8d35-14ef559390fe"
],
"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-07-24T00:47:08.778Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEc376c8456ba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ec337c3-442c-43f3-bd5e-c3c3d0f14d4f
VfModuleModelInvariantUUID:3b19bd96-6753-4f67-a4cd-319633079a07
VfModuleModelDescription:NULL
Artifacts UUID List:{
b2da74b9-691c-425a-bc3e-322abe4271af
,
eb468bec-6d80-48c2-8d35-14ef559390fe
}
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-07-24T00:47:08.778Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b2da74b9-691c-425a-bc3e-322abe4271af from URL: /sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml
2021-07-24T00:47:08.778Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:47:08.779Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml
2021-07-24T00:47:09.146Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:47:09.147Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml b2da74b9-691c-425a-bc3e-322abe4271af 20368
2021-07-24T00:47:09.147Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-24T00:47:09.147Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml
2021-07-24T00:47:09.147Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:47:09.148Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:47:09.150Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:47:09.150Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087629147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:47:09.250Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:47:09.251Z||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-07-24T00:47:09.251Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:47:09.263Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:47:09.263Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:47:10.150Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: eb468bec-6d80-48c2-8d35-14ef559390fe from URL: /sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env
2021-07-24T00:47:10.151Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-24T00:47:10.152Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env
2021-07-24T00:47:10.860Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-24T00:47:10.860Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env eb468bec-6d80-48c2-8d35-14ef559390fe 2098
2021-07-24T00:47:10.861Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-24T00:47:10.861Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env
2021-07-24T00:47:10.861Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T00:47:10.861Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-24T00:47:10.864Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T00:47:10.864Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95e0128e-dd9c-4298-b6c4-740d6e62a10c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627087630861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724004412/1.0/resourceInstances/vfwec376c8456ba0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-24T00:47:10.964Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T00:47:10.965Z||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-07-24T00:47:10.966Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gfD3IfQZG8dEltoh) ...
2021-07-24T00:47:10.978Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T00:47:10.979Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-24T00:47:11.864Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: db479ebc-fab7-4414-aa26-3b3ddf1453aa
2021-07-24T00:47:11.865Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ec376c84-56ba 0 7b453f3c-2743-4e9b-8e80-cfa05ca64f62 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-24T00:47:11.885Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:47:11.886Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:11.886Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-07-24T00:47:11.886Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= bdf5bab2-3725-421d-ac62-4e01e97aef4a
2021-07-24T00:47:11.886Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bdf5bab2-3725-421d-ac62-4e01e97aef4a matches Tosca VF Customization UUID: bdf5bab2-3725-421d-ac62-4e01e97aef4a
2021-07-24T00:47:11.886Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: bdf5bab2-3725-421d-ac62-4e01e97aef4a 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-07-24T00:47:11.888Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:47:11.888Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T00:47:11.889Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id bdf5bab2-3725-421d-ac62-4e01e97aef4a: {\"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-07-24T00:47:11.889Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a755109
2021-07-24T00:47:11.889Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:47:11.889Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-24 00-44-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T00:47:11.889Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0ba3c612-b166-4764-a02e-d7276a9baf38
2021-07-24T00:47:11.889Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0ba3c612-b166-4764-a02e-d7276a9baf38
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-07-24T00:47:11.891Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:47:11.891Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is matching search criteria
2021-07-24T00:47:11.892Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ec376c84-56ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:47:11.892Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:47:11.892Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is matching search criteria
2021-07-24T00:47:11.892Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ec376c84-56ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:47:11.892Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:47:11.893Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is not matching search criteria
2021-07-24T00:47:11.893Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T00:47:11.893Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T00:47:11.893Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-24T00:47:11.893Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T00:47:11.893Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T00:47:11.894Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T00:47:11.894Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:11.894Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T00:47:11.894Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T00:47:11.894Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T00:47:11.895Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T00:47:11.895Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b8b188da-5ba3-4718-bf94-86672511bdaf
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-07-24T00:47:11.897Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T00:47:11.897Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Node template vFW ec376c84-56ba 0 is matching search criteria
2021-07-24T00:47:11.897Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ec376c84-56ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T00:47:11.897Z|95e0128e-dd9c-4298-b6c4-740d6e62a10c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery